Skip to content

Commit

Permalink
Merge pull request #77 from pfpack/release/v1.5.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreise authored Sep 24, 2024
2 parents 69a4a34 + 36df7db commit 3fc1339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/flatcollections-array/FlatArray/FlatArray.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Description>PrimeFuncPack Core.FlatArray is a core library for .NET consisting of immutable FlatArray targeted for use in functional programming.</Description>
<RootNamespace>System</RootNamespace>
<AssemblyName>PrimeFuncPack.Core.FlatArray</AssemblyName>
<Version>1.5.0-preview.1</Version>
<Version>1.5.0-rc.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/flatcollections/FlatCollections/FlatCollections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Description>PrimeFuncPack Core.FlatCollections is a set of immutable Flat collections for .NET designed for developing business applications based on functional programming.</Description>
<RootNamespace>System</RootNamespace>
<AssemblyName>PrimeFuncPack.Core.FlatCollections</AssemblyName>
<Version>1.5.0-preview.1</Version>
<Version>1.5.0-rc.1</Version>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="PrimeFuncPack.Core.FlatArray" Version="1.5.0-preview.1" />
<PackageReference Include="PrimeFuncPack.Core.FlatArray" Version="1.5.0-rc.1" />
</ItemGroup>

</Project>

0 comments on commit 3fc1339

Please sign in to comment.