Skip to content

Commit

Permalink
Version 0.1.0. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Feb 25, 2020
1 parent 36a9afe commit 3661e47
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions csharp/Platform.Hardware.Cpu/Platform.Hardware.Cpu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Hardware.Cpu Class Library</Description>
<Copyright>Nick Strupat;Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Hardware.Cpu</AssemblyTitle>
<VersionPrefix>0.0.3</VersionPrefix>
<VersionPrefix>0.1.0</VersionPrefix>
<Authors>Nick Strupat;Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Platform.Hardware.Cpu</AssemblyName>
Expand All @@ -24,11 +24,8 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Added support for .NET Standard 2.1 (.NET Core 3.0).
Microsoft.NET.Test.Sdk dependency updated from 16.2.0 to 16.3.0.
Travis CI disabled.
GitHub Actions enabled.
Source link enabled.</PackageReleaseNotes>
<PackageReleaseNotes>Lowest supported version of .NET Framework is now 4.7.2.
Issues fix.</PackageReleaseNotes>
</PropertyGroup>

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

0 comments on commit 3661e47

Please sign in to comment.