We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ce9b4 commit c7999c3Copy full SHA for c7999c3
DuckDB.NET.Bindings/Bindings.csproj
@@ -5,7 +5,7 @@
5
<PackageReleaseNotes>Update to DuckDB 0.10.3.</PackageReleaseNotes>
6
<RootNamespace>DuckDB.NET.Native</RootNamespace>
7
<RuntimeIdentifiers>win-x64;linux-x64;linux-arm64;osx</RuntimeIdentifiers>
8
- <DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v0.10.3</DuckDbArtifactRoot>
+ <DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.0.0</DuckDbArtifactRoot>
9
<SignAssembly>True</SignAssembly>
10
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>
11
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
0 commit comments