Skip to content

Commit

Permalink
Release notes for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi committed Jun 3, 2024
1 parent c7999c3 commit 9fce699
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DuckDB.NET.Bindings/Bindings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>DuckDB Bindings for C#.</Description>
<PackageReleaseNotes>Update to DuckDB 0.10.3.</PackageReleaseNotes>
<PackageReleaseNotes>Update to DuckDB 1.0.0. 🚀</PackageReleaseNotes>
<RootNamespace>DuckDB.NET.Native</RootNamespace>
<RuntimeIdentifiers>win-x64;linux-x64;linux-arm64;osx</RuntimeIdentifiers>
<DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.0.0</DuckDbArtifactRoot>
Expand Down
6 changes: 2 additions & 4 deletions DuckDB.NET.Data/Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
<PropertyGroup>
<Description>DuckDB ADO.NET Provider for C#.</Description>
<PackageReleaseNotes>
Update to DuckDB 0.10.3.
Update to DuckDB v1.0.0 🚀

Added support for writing decimal, Guid and DateTimeOffset values when using managed Appender.

Implemented DuckDBConnection.GetSchema (By @hazzik)
Added support for writing to List and Array columns when using managed Appender.
</PackageReleaseNotes>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
next-version: 0.10.4
next-version: 1.0.0
branches:
develop:
increment: None
Expand Down

0 comments on commit 9fce699

Please sign in to comment.