Skip to content

Commit

Permalink
Set version 2.2.0-preview.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pmosk committed Dec 6, 2023
1 parent 591e099 commit 99fc29c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core-taggeds/Taggeds/Taggeds.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<InvariantGlobalization>true</InvariantGlobalization>
Expand All @@ -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.7</Version>
<Version>2.2.0-preview.8</Version>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="PrimeFuncPack.Core.Failure" Version="2.1.0" />
<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.TaggedUnion" Version="2.1.0-preview.2" />
<PackageReference Include="PrimeFuncPack.Core.Unit" Version="2.2.0" />
<PackageReference Include="PrimeFuncPack.Core.Unit" Version="2.2.1" />
</ItemGroup>

</Project>

0 comments on commit 99fc29c

Please sign in to comment.