Skip to content

Commit

Permalink
Update to DuckDB 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi authored Oct 14, 2024
1 parent c0936b8 commit 7787158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DuckDB.NET.Bindings/Bindings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Added support for Varint type.

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

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

0 comments on commit 7787158

Please sign in to comment.