Skip to content

Commit

Permalink
Update Platform.Setters.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 authored Feb 12, 2022
1 parent ba1a8f0 commit 5ae9250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions csharp/Platform.Setters/Platform.Setters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Setters Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Setters</AssemblyTitle>
<VersionPrefix>0.3.1</VersionPrefix>
<VersionPrefix>0.3.2</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
<AssemblyName>Platform.Setters</AssemblyName>
Expand All @@ -24,7 +24,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>SetFirstFromListAndReturnTrue is added.</PackageReleaseNotes>
<PackageReleaseNotes>Platform.Interfaces dependency is updated from 0.4.0 to 0.4.1.</PackageReleaseNotes>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand All @@ -38,7 +38,7 @@

<ItemGroup>
<PackageReference Include="Platform.Delegates" Version="0.0.1" />
<PackageReference Include="Platform.Interfaces" Version="0.4.0" />
<PackageReference Include="Platform.Interfaces" Version="0.4.1" />
</ItemGroup>

<!--
Expand Down

0 comments on commit 5ae9250

Please sign in to comment.