From 3661e47b12cd637aaa22c478d579710c63b10dfc Mon Sep 17 00:00:00 2001 From: Konstantin Diachenko Date: Tue, 25 Feb 2020 22:28:51 +0300 Subject: [PATCH] Version 0.1.0. Release notes updated. --- .../Platform.Hardware.Cpu/Platform.Hardware.Cpu.csproj | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/csharp/Platform.Hardware.Cpu/Platform.Hardware.Cpu.csproj b/csharp/Platform.Hardware.Cpu/Platform.Hardware.Cpu.csproj index dd5f4c9..0b04474 100644 --- a/csharp/Platform.Hardware.Cpu/Platform.Hardware.Cpu.csproj +++ b/csharp/Platform.Hardware.Cpu/Platform.Hardware.Cpu.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Hardware.Cpu Class Library Nick Strupat;Konstantin Diachenko Platform.Hardware.Cpu - 0.0.3 + 0.1.0 Nick Strupat;Konstantin Diachenko net472;netstandard2.0;netstandard2.1 Platform.Hardware.Cpu @@ -24,11 +24,8 @@ true snupkg latest - 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. + Lowest supported version of .NET Framework is now 4.7.2. +Issues fix.