Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi committed Oct 2, 2023
1 parent 5398335 commit b571da5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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>Added binding for extract statements api.</PackageReleaseNotes>
<PackageReleaseNotes>Added binding for Data Chunks api.</PackageReleaseNotes>
<RootNamespace>DuckDB.NET</RootNamespace>
<RuntimeIdentifiers>win-x64;linux-x64;linux-arm64;osx</RuntimeIdentifiers>
<DuckDbArtifactRoot>https://github.com/duckdb/duckdb/releases/download/v0.9.0</DuckDbArtifactRoot>
Expand Down
8 changes: 4 additions & 4 deletions DuckDB.NET.Data/Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<Description>DuckDB ADO.NET Provider for C#.</Description>
<PackageReleaseNotes>Added support for executing multiple statements in a single go.
<PackageReleaseNotes>Reimplemented DuckDBDataReader for better performance.

Added DbProviderFactory support.
Added named parameter support.

Fixed reading DateTime values.
</PackageReleaseNotes>
Added support for reading List types.
</PackageReleaseNotes>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit b571da5

Please sign in to comment.