Skip to content

Commit

Permalink
Merge pull request #69 from pfpack/feature/Failure_FirstVersion
Browse files Browse the repository at this point in the history
Ready for release
  • Loading branch information
andreise authored Feb 9, 2021
2 parents 0aaec43 + 15de440 commit 43f2535
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-result-failure/Failure/Failure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>Copyright © 2020 Andrei Sergeev, Pavel Moskovoy</Copyright>
<RootNamespace>System</RootNamespace>
<AssemblyName>PrimeFuncPack.Core.Failure</AssemblyName>
<Version>1.0.0-preview.1.2.2</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/core/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>Copyright © 2020 Andrei Sergeev, Pavel Moskovoy</Copyright>
<RootNamespace>System</RootNamespace>
<AssemblyName>PrimeFuncPack.Core</AssemblyName>
<Version>1.0.0-preview.1.25.1</Version>
<Version>1.0.0-preview.1.26.0</Version>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="PrimeFuncPack.Core.Failure" Version="1.0.0-preview.1.2.2" />
<PackageReference Include="PrimeFuncPack.Core.Failure" Version="1.0.0" />
<PackageReference Include="PrimeFuncPack.Core.Optional" Version="1.0.4" />
<PackageReference Include="PrimeFuncPack.Core.Result" Version="1.0.0-preview.1.24" />
<PackageReference Include="PrimeFuncPack.Core.TaggedUnion" Version="1.0.4" />
Expand Down

0 comments on commit 43f2535

Please sign in to comment.