Skip to content

Commit 4a1d337

Browse files
authored
Update DuckDB to version 1.4.3
1 parent 7293cac commit 4a1d337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.4.2
7+
Updated to DuckDB v1.4.3
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.4.2</DuckDbArtifactRoot>
11+
<DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.4.3</DuckDbArtifactRoot>
1212
<SignAssembly>True</SignAssembly>
1313
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)