Skip to content

Commit

Permalink
Version 0.0.2. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Sep 14, 2019
1 parent 0e939d4 commit be9cb47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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.1</VersionPrefix>
<VersionPrefix>0.0.2</VersionPrefix>
<Authors>Nick Strupat;Konstantin Diachenko</Authors>
<TargetFrameworks>net471;netstandard1.6;netstandard2.0</TargetFrameworks>
<AssemblyName>Platform.Hardware.Cpu</AssemblyName>
Expand All @@ -22,7 +22,8 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>Latest</LangVersion>
<PackageReleaseNotes>Initial code fork.</PackageReleaseNotes>
<PackageReleaseNotes>Removed System.Runtime.InteropServices.RuntimeInformation dependency.
Updated supported target frameworks: .NET Framework 4.7.1, .NET Standard 1.6, .NET Standard 2.0.</PackageReleaseNotes>
</PropertyGroup>

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

0 comments on commit be9cb47

Please sign in to comment.