Skip to content

Commit

Permalink
[C#] 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard authored Aug 3, 2021
1 parent 2213e2e commit e447e53
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions csharp/Platform.Data/Platform.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Data Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Data</AssemblyTitle>
<VersionPrefix>0.3.1</VersionPrefix>
<VersionPrefix>0.4.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
<AssemblyName>Platform.Data</AssemblyName>
Expand All @@ -24,11 +24,9 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>ILinks interface is covered with comments draft.
Point class now retuns Size property value from Count property.
Platform.Numbers dependency updated from 0.4.0 to 0.4.1.
Platform.Threading dependency updated from 0.2.0 to 0.2.1.
Platform.Setters dependency updated from 0.1.0 to 0.2.0.</PackageReleaseNotes>
<PackageReleaseNotes>.NET 5 support is added.
Platform.Threading dependency updated from 0.2.1 to 0.3.0.
Platform.Numbers dependency updated from 0.4.1 to 0.5.0.</PackageReleaseNotes>
</PropertyGroup>

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

0 comments on commit e447e53

Please sign in to comment.