chore(release): 1.9.0
This commit is contained in:
parent
ec4dedfbdb
commit
720340f0dd
|
@ -12,7 +12,7 @@
|
|||
<Company />
|
||||
<Product>FruityFoundation.Base</Product>
|
||||
<RepositoryUrl>https://github.com/kyleratti/FruityFoundation</RepositoryUrl>
|
||||
<Version>1.8.1</Version>
|
||||
<Version>1.9.0</Version>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
<AssemblyName>FruityFoundation.Base</AssemblyName>
|
||||
|
|
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,4 +1,14 @@
|
|||
Changelog
|
||||
<a name="1.9.0"></a>
|
||||
## [1.9.0](https://www.github.com/kyleratti/FruityFoundation/releases/tag/v1.9.0) (2024-05-03)
|
||||
|
||||
### Features
|
||||
|
||||
* add async extensions support for DbDataReader ([35d1742](https://www.github.com/kyleratti/FruityFoundation/commit/35d1742f00a35712c2be38f0151db343cf1405d3))
|
||||
* add cancellation token support to DbDataReaderExtensions ([04f94c2](https://www.github.com/kyleratti/FruityFoundation/commit/04f94c2441fc5f589c8a7ec7f4565f144e2d2d73))
|
||||
* add Maybe.TryParse ([b6f2ef3](https://www.github.com/kyleratti/FruityFoundation/commit/b6f2ef3aa6318a25fe771ae8aa7c15eb476d6b07))
|
||||
* specify ConfigureAwait(false) on async calls ([190db94](https://www.github.com/kyleratti/FruityFoundation/commit/190db946029f02035fbb7e345bb1210476c39441))
|
||||
|
||||
<a name="1.8.1"></a>
|
||||
## [1.8.1](https://www.github.com/kyleratti/FruityFoundation/releases/tag/v1.8.1) (2024-2-8)
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<Company />
|
||||
<Product>FruityFoudnation.Db</Product>
|
||||
<RepositoryUrl>https://github.com/kyleratti/FruityFoundation</RepositoryUrl>
|
||||
<Version>1.8.1</Version>
|
||||
<Version>1.9.0</Version>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<PackageId>FruityFoundation.FsBase</PackageId>
|
||||
<Authors>Kyle Ratti</Authors>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<Version>1.8.1</Version>
|
||||
<Version>1.9.0</Version>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
|
||||
<LangVersion>8.0</LangVersion>
|
||||
|
|
Loading…
Reference in New Issue
Block a user