Skip to content

Commit 5ae9250

Browse files
Update Platform.Setters.csproj
1 parent ba1a8f0 commit 5ae9250

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

csharp/Platform.Setters/Platform.Setters.csproj

Lines changed: 3 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.1</VersionPrefix>
7+
<VersionPrefix>0.3.2</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
1010
<AssemblyName>Platform.Setters</AssemblyName>
@@ -24,7 +24,7 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>SetFirstFromListAndReturnTrue is added.</PackageReleaseNotes>
27+
<PackageReleaseNotes>Platform.Interfaces dependency is updated from 0.4.0 to 0.4.1.</PackageReleaseNotes>
2828
<Nullable>enable</Nullable>
2929
</PropertyGroup>
3030

@@ -38,7 +38,7 @@
3838

3939
<ItemGroup>
4040
<PackageReference Include="Platform.Delegates" Version="0.0.1" />
41-
<PackageReference Include="Platform.Interfaces" Version="0.4.0" />
41+
<PackageReference Include="Platform.Interfaces" Version="0.4.1" />
4242
</ItemGroup>
4343

4444
<!--

0 commit comments

Comments
 (0)