Skip to content

Commit 545afff

Browse files
rynoVGiorgi
authored andcommitted
Update to DuckDB 1.4.2
1 parent 802aa6c commit 545afff

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

DuckDB.NET.Data/Data.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageReleaseNotes>
66
Improved support for parameter binding in parameterized statements.
77

8-
Updated to DuckDB v1.4.1
8+
Updated to DuckDB v1.4.2
99
</PackageReleaseNotes>
1010
<SignAssembly>True</SignAssembly>
1111
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)