Skip to content

Commit

Permalink
Taggeds v2.1.0-preview.2; Optional v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreise committed Nov 29, 2022
1 parent 2fecb5e commit aa87b9b
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-optional/Optional/Optional.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>PrimeFuncPack Core.Optional is a core library for .NET consisting of Optional monad targeted for use in functional programming.</Description>
<RootNamespace>System</RootNamespace>
<AssemblyName>PrimeFuncPack.Core.Optional</AssemblyName>
<Version>2.1.0-preview.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.1.0-preview.1</Version>
<Version>2.1.0-preview.2</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -33,7 +33,7 @@

<ItemGroup>
<PackageReference Include="PrimeFuncPack.Core.Failure" Version="2.0.1" />
<PackageReference Include="PrimeFuncPack.Core.Optional" Version="2.1.0-preview.1" />
<PackageReference Include="PrimeFuncPack.Core.Optional" Version="2.1.0" />
<PackageReference Include="PrimeFuncPack.Core.Result" Version="2.0.2" />
<PackageReference Include="PrimeFuncPack.Core.TaggedUnion" Version="2.0.1" />
<PackageReference Include="PrimeFuncPack.Core.Unit" Version="2.1.3" />
Expand Down

0 comments on commit aa87b9b

Please sign in to comment.