File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
88New features:
99- Projection pushdown for table functions.
You can’t perform that action at this time.
0 commit comments