Skip to content

Commit 41398eb

Browse files
[C#] 0.3.3
1 parent 7e92dc3 commit 41398eb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

csharp/Platform.Setters/Platform.Setters.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Setters Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Setters</AssemblyTitle>
7-
<VersionPrefix>0.3.2</VersionPrefix>
7+
<VersionPrefix>0.3.3</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
1010
<AssemblyName>Platform.Setters</AssemblyName>
@@ -24,7 +24,8 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>Platform.Interfaces dependency is updated from 0.4.0 to 0.4.1.</PackageReleaseNotes>
27+
<PackageReleaseNotes>Dotnet 6 support is added.
28+
Platform.Interfaces dependency is updated from 0.4.1 to 0.4.2.</PackageReleaseNotes>
2829
<Nullable>enable</Nullable>
2930
</PropertyGroup>
3031

@@ -38,7 +39,7 @@
3839

3940
<ItemGroup>
4041
<PackageReference Include="Platform.Delegates" Version="0.0.1" />
41-
<PackageReference Include="Platform.Interfaces" Version="0.4.1" />
42+
<PackageReference Include="Platform.Interfaces" Version="0.4.2" />
4243
</ItemGroup>
4344

4445
<!--

0 commit comments

Comments
 (0)