Skip to content

Commit

Permalink
Merge pull request #130 from pfpack/feature/failure-v2.1.0
Browse files Browse the repository at this point in the history
Failure: set release version 2.1.0
  • Loading branch information
andreise authored Aug 12, 2023
2 parents aa26aac + b561986 commit 7d9efb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core-taggeds-failure/Failure/Failure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>PrimeFuncPack Core.Failure is a core library for .NET consisting of Failure type targeted for use in functional programming.</Description>
<RootNamespace>System</RootNamespace>
<AssemblyName>PrimeFuncPack.Core.Failure</AssemblyName>
<Version>2.1.0-rc.1</Version>
<Version>2.1.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/core-taggeds/Taggeds/Taggeds.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>PrimeFuncPack Core.Taggeds is a core pack for .NET consisting of fundamental tagged types targeted for use in functional programming: Optional and Result monads, Tagged Union, as well as the convert extensions.</Description>
<RootNamespace>System</RootNamespace>
<AssemblyName>PrimeFuncPack.Core.Taggeds</AssemblyName>
<Version>2.2.0-preview.5</Version>
<Version>2.2.0-preview.6</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PrimeFuncPack.Core.Failure" Version="2.1.0-rc.1" />
<PackageReference Include="PrimeFuncPack.Core.Failure" Version="2.1.0" />
<PackageReference Include="PrimeFuncPack.Core.Optional" Version="2.2.0-preview.2" />
<PackageReference Include="PrimeFuncPack.Core.Result" Version="2.1.0-preview.3" />
<PackageReference Include="PrimeFuncPack.Core.TaggedUnion" Version="2.1.0-preview.2" />
Expand Down

0 comments on commit 7d9efb3

Please sign in to comment.