Skip to content

Commit

Permalink
Bump version to 9.0.3 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavpacholik authored Feb 15, 2024
1 parent 1abf800 commit 146baa8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/FuncSharp/FuncSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>CS1591</NoWarn>
<Version>9.0.2</Version>
<AssemblyVersion>9.0.2</AssemblyVersion>
<FileVersion>9.0.2</FileVersion>
<Version>9.0.3</Version>
<AssemblyVersion>9.0.3</AssemblyVersion>
<FileVersion>9.0.3</FileVersion>
<PackageId>FuncSharp</PackageId>
<Description>A C# library with main purpose to reduce boilerplate code and avoid bugs thanks to stronger typing. Utilizes many concepts from functional programming languages that are also applicable in C#. Originally written by Honza Široký.</Description>
<Authors>Mews, Honza Široký</Authors>
Expand All @@ -13,7 +13,7 @@
<PackageProjectUrl>https://github.com/MewsSystems/FuncSharp</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>All the structs now have proper equality implementation.</PackageReleaseNotes>
<PackageReleaseNotes>Second parameter of Option.MatchAsync is now optional.</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/MewsSystems/FuncSharp</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit 146baa8

Please sign in to comment.