Skip to content

Commit 738c019

Browse files
[C#] 0.3.2
1 parent fd10fae commit 738c019

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

csharp/Platform.Collections/Platform.Collections.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Collections Class Library</Description>
55
<Copyright>konard;tynkute</Copyright>
66
<AssemblyTitle>Platform.Collections</AssemblyTitle>
7-
<VersionPrefix>0.3.1</VersionPrefix>
7+
<VersionPrefix>0.3.2</VersionPrefix>
88
<Authors>konard;tynkute</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
1010
<AssemblyName>Platform.Collections</AssemblyName>
@@ -25,8 +25,8 @@
2525
<IncludeSymbols>true</IncludeSymbols>
2626
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2727
<LangVersion>latest</LangVersion>
28-
<PackageReleaseNotes>Microsoft.NETFramework.ReferenceAssemblies dependency is updated from 1.0.0 to 1.0.2.
29-
Platform.Interfaces dependency is updated from 0.4.0 to 0.4.1.</PackageReleaseNotes>
28+
<PackageReleaseNotes>Dotnet 6 support is added.
29+
Platform.Interfaces dependency is updated from 0.4.1 to 0.4.2.</PackageReleaseNotes>
3030
<Nullable>enable</Nullable>
3131
</PropertyGroup>
3232

@@ -40,7 +40,7 @@ Platform.Interfaces dependency is updated from 0.4.0 to 0.4.1.</PackageReleaseNo
4040

4141
<ItemGroup>
4242
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
43-
<PackageReference Include="Platform.Interfaces" Version="0.4.1" />
43+
<PackageReference Include="Platform.Interfaces" Version="0.4.2" />
4444
<PackageReference Include="Platform.Disposables" Version="0.3.0" />
4545
<PackageReference Include="Platform.Ranges" Version="0.3.0" />
4646
<PackageReference Include="Platform.Random" Version="0.2.0" />

0 commit comments

Comments
 (0)