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 21c465c commit 5490a70Copy full SHA for 5490a70
1 file changed
DuckDB.NET.Bindings/Bindings.csproj
@@ -8,7 +8,7 @@ Updated to DuckDB v1.3.2
8
</PackageReleaseNotes>
9
<RootNamespace>DuckDB.NET.Native</RootNamespace>
10
<RuntimeIdentifiers>win-x64;win-arm64;linux-x64;linux-arm64;osx</RuntimeIdentifiers>
11
- <DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.3.2</DuckDbArtifactRoot>
+ <DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.4.0</DuckDbArtifactRoot>
12
<SignAssembly>True</SignAssembly>
13
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>
14
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
0 commit comments