Skip to content

Commit fd45dbb

Browse files
authored
Update DuckDB to v1.4.1
1 parent 791755e commit fd45dbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DuckDB.NET.Bindings/Bindings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,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.4.0</DuckDbArtifactRoot>
11+
<DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.4.1</DuckDbArtifactRoot>
1212
<SignAssembly>True</SignAssembly>
1313
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)