File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1- next-version : 0.10.4
1+ next-version : 1.0.0
22branches :
33 develop :
44 increment : None
You can’t perform that action at this time.
0 commit comments