Skip to content

Commit c7999c3

Browse files
authored
Update to DuckDB v1.0.0
1 parent 80ce9b4 commit c7999c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DuckDB.NET.Bindings/Bindings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageReleaseNotes>Update to DuckDB 0.10.3.</PackageReleaseNotes>
66
<RootNamespace>DuckDB.NET.Native</RootNamespace>
77
<RuntimeIdentifiers>win-x64;linux-x64;linux-arm64;osx</RuntimeIdentifiers>
8-
<DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v0.10.3</DuckDbArtifactRoot>
8+
<DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.0.0</DuckDbArtifactRoot>
99
<SignAssembly>True</SignAssembly>
1010
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)