Skip to content

Commit

Permalink
Merge pull request #6 from pfpack/release/v1.0.1
Browse files Browse the repository at this point in the history
release/v1.0.1
  • Loading branch information
andreise authored Nov 23, 2023
2 parents 8299d26 + 49cf5b6 commit 24f6c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>PrimeFuncPack Generic Collections.EqualityComparers is a core library for .NET consisting of collection value equality comparers.</Description>
<RootNamespace>System.Collections.Generic</RootNamespace>
<AssemblyName>PrimeFuncPack.Collections.Generic.EqualityComparers</AssemblyName>
<Version>1.0.1-rc.1</Version>
<Version>1.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>PrimeFuncPack Generic Collections is a core library pack for .NET consisting of collection extensions such as collection value equality comparers.</Description>
<RootNamespace>System.Collections.Generic</RootNamespace>
<AssemblyName>PrimeFuncPack.Collections.Generic</AssemblyName>
<Version>1.0.1-rc.1</Version>
<Version>1.0.1</Version>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="PrimeFuncPack.Collections.Generic.EqualityComparers" Version="1.0.1-rc.1" />
<PackageReference Include="PrimeFuncPack.Collections.Generic.EqualityComparers" Version="1.0.1" />
</ItemGroup>

</Project>

0 comments on commit 24f6c40

Please sign in to comment.