chore(release): 1.2.0
This commit is contained in:
parent
a6bcd20a11
commit
69bc12e01f
|
@ -12,7 +12,7 @@
|
|||
<Company />
|
||||
<Product>FruityFoundation.Base</Product>
|
||||
<RepositoryUrl>https://github.com/kyleratti/FruityFoundation</RepositoryUrl>
|
||||
<Version>1.1.2</Version>
|
||||
<Version>1.2.0</Version>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
Changelog
|
||||
<a name="1.2.0"></a>
|
||||
## [1.2.0](https://www.github.com/kyleratti/FruityFoundation/releases/tag/v1.2.0) (2022-12-23)
|
||||
|
||||
### ✨ Features
|
||||
|
||||
* add IEnumerable<T>.Choose for Maybe ([dafaae0](https://www.github.com/kyleratti/FruityFoundation/commit/dafaae0fabe1fc8c02e26a8b7a0c650ff261f807))
|
||||
* add IEnumerable<T>.Choose() ([a045c76](https://www.github.com/kyleratti/FruityFoundation/commit/a045c76140d8e0b369ec6edc18548226e61a38af))
|
||||
|
||||
<a name="1.1.2"></a>
|
||||
## [1.1.2](https://www.github.com/kyleratti/FruityFoundation/releases/tag/v1.1.2) (2022-12-1)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<Company />
|
||||
<Product>FruityFoudnation.Db</Product>
|
||||
<RepositoryUrl>https://github.com/kyleratti/FruityFoundation</RepositoryUrl>
|
||||
<Version>1.1.2</Version>
|
||||
<Version>1.2.0</Version>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<PackageId>FruityFoundation.FsBase</PackageId>
|
||||
<Authors>Kyle Ratti</Authors>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<Version>1.1.2</Version>
|
||||
<Version>1.2.0</Version>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user