Skip to content

Commit

Permalink
Update package version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cptjazz committed Feb 14, 2021
1 parent 3c97a2a commit fdd34f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Bebop.Monads/Bebop.Monads.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<RootNamespace>Bebop</RootNamespace>
<PackageProjectUrl>https://github.com/cptjazz/Bebop.Monads</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Alexander Jesner, 2020</Copyright>
<Copyright>Alexander Jesner, 2021</Copyright>
<Company>—</Company>
<Authors>Alexander Jesner</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\Bebop.snk</AssemblyOriginatorKeyFile>
<PackageTags>maybe try monad monads</PackageTags>
<Description>This project provides the monads Maybe(of T) and Try(of T), both with full support for modern async/await code.</Description>
<Version>2.1.0</Version>
<Version>2.2.0</Version>
<VersionPrefix>2.1.0</VersionPrefix>
<VersionSuffix>beta.1</VersionSuffix>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Configurations>Debug;Release;Test</Configurations>
Expand Down

0 comments on commit fdd34f3

Please sign in to comment.