Skip to content

Commit

Permalink
[C#] 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Feb 14, 2022
1 parent 770865e commit de0cb0f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions csharp/Platform.Singletons/Platform.Singletons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Singletons Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Singletons</AssemblyTitle>
<VersionPrefix>0.2.1</VersionPrefix>
<VersionPrefix>0.2.2</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
<AssemblyName>Platform.Singletons</AssemblyName>
Expand All @@ -24,7 +24,9 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Platform.Reflection dependency updated from 0.5.0 to 0.6.0.</PackageReleaseNotes>
<PackageReleaseNotes>Microsoft.SourceLink.GitHub depedency is updated from 1.0.0 to 1.1.1.
Platform.Reflection dependency updated from 0.6.0 to 0.6.1.
.NET 6 support is added.</PackageReleaseNotes>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand All @@ -37,7 +39,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Platform.Reflection" Version="0.6.0" />
<PackageReference Include="Platform.Reflection" Version="0.6.1" />
</ItemGroup>

</Project>

0 comments on commit de0cb0f

Please sign in to comment.