Skip to content

Commit 9fce699

Browse files
committed
Release notes for 1.0.0
1 parent c7999c3 commit 9fce699

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

DuckDB.NET.Bindings/Bindings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>DuckDB Bindings for C#.</Description>
5-
<PackageReleaseNotes>Update to DuckDB 0.10.3.</PackageReleaseNotes>
5+
<PackageReleaseNotes>Update to DuckDB 1.0.0. 🚀</PackageReleaseNotes>
66
<RootNamespace>DuckDB.NET.Native</RootNamespace>
77
<RuntimeIdentifiers>win-x64;linux-x64;linux-arm64;osx</RuntimeIdentifiers>
88
<DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.0.0</DuckDbArtifactRoot>

DuckDB.NET.Data/Data.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
<PropertyGroup>
44
<Description>DuckDB ADO.NET Provider for C#.</Description>
55
<PackageReleaseNotes>
6-
Update to DuckDB 0.10.3.
6+
Update to DuckDB v1.0.0 🚀
77

8-
Added support for writing decimal, Guid and DateTimeOffset values when using managed Appender.
9-
10-
Implemented DuckDBConnection.GetSchema (By @hazzik)
8+
Added support for writing to List and Array columns when using managed Appender.
119
</PackageReleaseNotes>
1210
<SignAssembly>True</SignAssembly>
1311
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
next-version: 0.10.4
1+
next-version: 1.0.0
22
branches:
33
develop:
44
increment: None

0 commit comments

Comments
 (0)