Skip to content

Commit

Permalink
[C#] 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard authored Aug 5, 2021
1 parent 6342e37 commit 06b8747
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 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.0</VersionPrefix>
<VersionPrefix>0.2.1</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
<AssemblyName>Platform.Singletons</AssemblyName>
Expand All @@ -24,8 +24,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>.NET 5 support is added.
Platform.Reflection dependency updated from 0.4.0 to 0.5.0.</PackageReleaseNotes>
<PackageReleaseNotes>Platform.Reflection dependency updated from 0.5.0 to 0.6.0.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
Expand Down

0 comments on commit 06b8747

Please sign in to comment.