Skip to content

Commit 7787158

Browse files
authored
Update to DuckDB 1.1.2
1 parent c0936b8 commit 7787158

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
@@ -9,11 +9,11 @@ Added support for Varint type.
99

1010
Added support for writing to Enum columns when using managed Appender.
1111

12-
Updated to DuckDB v1.1.1
12+
Updated to DuckDB v1.1.2
1313
</PackageReleaseNotes>
1414
<RootNamespace>DuckDB.NET.Native</RootNamespace>
1515
<RuntimeIdentifiers>win-x64;win-arm64;linux-x64;linux-arm64;osx</RuntimeIdentifiers>
16-
<DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.1.1</DuckDbArtifactRoot>
16+
<DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.1.2</DuckDbArtifactRoot>
1717
<SignAssembly>True</SignAssembly>
1818
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>
1919
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)