Skip to content

Commit 2938dc9

Browse files
committed
Update to DuckDB 1.5.3
1 parent c66f295 commit 2938dc9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

DuckDB.NET.Bindings/Bindings.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<PropertyGroup>
44
<Description>DuckDB Bindings for C#.</Description>
55
<PackageReleaseNotes>
6-
- Updated to DuckDB v1.5.2
6+
- Updated to DuckDB v1.5.3
77
</PackageReleaseNotes>
88
<RootNamespace>DuckDB.NET.Native</RootNamespace>
99
<RuntimeIdentifiers>win-x64;win-arm64;linux-x64;linux-arm64;osx</RuntimeIdentifiers>
10-
<DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.5.2</DuckDbArtifactRoot>
10+
<DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.5.3</DuckDbArtifactRoot>
1111
<SignAssembly>True</SignAssembly>
1212
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

DuckDB.NET.Data/Data.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>DuckDB ADO.NET Provider for C#.</Description>
55
<PackageReleaseNotes>
6-
- Updated to DuckDB v1.5.2
6+
- Updated to DuckDB v1.5.3
77

88
New features:
99
- Projection pushdown for table functions.

0 commit comments

Comments
 (0)