Skip to content

Commit 9f35dcd

Browse files
authored
Update to 1.3.2
1 parent 038a48e commit 9f35dcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DuckDB.NET.Bindings/Bindings.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<Description>DuckDB Bindings for C#.</Description>
55
<PackageReleaseNotes>
66

7-
Updated to DuckDB v1.3.0
7+
Updated to DuckDB v1.3.2
88
</PackageReleaseNotes>
99
<RootNamespace>DuckDB.NET.Native</RootNamespace>
1010
<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>
11+
<DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.3.2</DuckDbArtifactRoot>
1212
<SignAssembly>True</SignAssembly>
1313
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)