Skip to content

Commit

Permalink
Setup versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreise committed Feb 6, 2024
1 parent 3d4c3a8 commit 87f2e93
Showing 1 changed file with 2 additions and 2 deletions.
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.8</Version>
<Version>2.2.0-preview.9</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -34,7 +34,7 @@
<ItemGroup>
<PackageReference Include="PrimeFuncPack.Core.Failure" Version="2.2.0" />
<PackageReference Include="PrimeFuncPack.Core.Optional" Version="2.2.0-preview.3" />
<PackageReference Include="PrimeFuncPack.Core.Result" Version="2.1.0-preview.3" />
<PackageReference Include="PrimeFuncPack.Core.Result" Version="2.1.0-preview.4" />
<PackageReference Include="PrimeFuncPack.Core.TaggedUnion" Version="2.1.0-preview.2" />
<PackageReference Include="PrimeFuncPack.Core.Unit" Version="2.2.1" />
</ItemGroup>
Expand Down

0 comments on commit 87f2e93

Please sign in to comment.