Skip to content

Commit 125bf1d

Browse files
authored
Merge pull request #81 from pfpack/release/v1.5.1
release/v1.5.1
2 parents 11aa6a0 + 626e06e commit 125bf1d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/flatcollections-array/FlatArray.Tests/FlatArray.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2929
<PackageReference Include="PrimeFuncPack.UnitTest.Data" Version="3.1.1" />
3030
<PackageReference Include="xunit" Version="2.9.3" />
31-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
31+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
3232
<PrivateAssets>all</PrivateAssets>
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3434
</PackageReference>

src/flatcollections-array/FlatArray/FlatArray.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Description>PrimeFuncPack Core.FlatArray is a core library for .NET consisting of immutable FlatArray targeted for use in functional programming.</Description>
2020
<RootNamespace>System</RootNamespace>
2121
<AssemblyName>PrimeFuncPack.Core.FlatArray</AssemblyName>
22-
<Version>1.5.1-rc.2</Version>
22+
<Version>1.5.1</Version>
2323
</PropertyGroup>
2424

2525
<ItemGroup>

src/flatcollections/FlatCollections/FlatCollections.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Description>PrimeFuncPack Core.FlatCollections is a set of immutable Flat collections for .NET designed for developing business applications based on functional programming.</Description>
2020
<RootNamespace>System</RootNamespace>
2121
<AssemblyName>PrimeFuncPack.Core.FlatCollections</AssemblyName>
22-
<Version>1.5.1-rc.2</Version>
22+
<Version>1.5.1</Version>
2323
</PropertyGroup>
2424

2525
<ItemGroup>
@@ -34,7 +34,7 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="PrimeFuncPack.Core.FlatArray" Version="1.5.1-rc.2" />
37+
<PackageReference Include="PrimeFuncPack.Core.FlatArray" Version="1.5.1" />
3838
</ItemGroup>
3939

4040
</Project>

0 commit comments

Comments
 (0)