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 038a48e commit 9f35dcdCopy full SHA for 9f35dcd
1 file changed
DuckDB.NET.Bindings/Bindings.csproj
@@ -4,11 +4,11 @@
4
<Description>DuckDB Bindings for C#.</Description>
5
<PackageReleaseNotes>
6
7
-Updated to DuckDB v1.3.0
+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.0</DuckDbArtifactRoot>
+ <DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.3.2</DuckDbArtifactRoot>
12
<SignAssembly>True</SignAssembly>
13
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>
14
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
0 commit comments