From b2bcb27399c06c7281a13ae149f4eff46fa5050c Mon Sep 17 00:00:00 2001 From: Konstantin Diachenko Date: Sun, 23 Feb 2020 23:04:05 +0300 Subject: [PATCH] Version 0.4.0. Release notes updated. --- csharp/Platform.Unsafe/Platform.Unsafe.csproj | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/csharp/Platform.Unsafe/Platform.Unsafe.csproj b/csharp/Platform.Unsafe/Platform.Unsafe.csproj index 1713888..00dd790 100644 --- a/csharp/Platform.Unsafe/Platform.Unsafe.csproj +++ b/csharp/Platform.Unsafe/Platform.Unsafe.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Unsafe Class Library Konstantin Diachenko Platform.Unsafe - 0.3.0 + 0.4.0 Konstantin Diachenko net472;netstandard2.0;netstandard2.1 Platform.Unsafe @@ -25,12 +25,10 @@ true snupkg latest - Platform.Numbers dependency updated from 0.2.3 to 0.3.0. -Obsolete methods removed from IntPtrExtensions. -Obsolete IntPtr class removed. -MemoryBlock.Zero method now supports long ranges. - -This release is not backward compatible with the previous 0.2.2 release. + Lowest supported version of .NET Framework is now 4.7.2. +System.Runtime.CompilerServices.Unsafe dependency updated from 4.6.0 to 4.7.0. +Platform.Numbers dependency updated from 0.3.0 to 0.4.0. +Performance optimizations.