diff --git a/Platform.Unsafe/Platform.Unsafe.csproj b/Platform.Unsafe/Platform.Unsafe.csproj index e6aee79..00b980c 100644 --- a/Platform.Unsafe/Platform.Unsafe.csproj +++ b/Platform.Unsafe/Platform.Unsafe.csproj @@ -4,13 +4,13 @@ LinksPlatform's Platform.Unsafe Class Library Konstantin Diachenko Platform.Unsafe - 0.2.2 + 0.3.0 Konstantin Diachenko net471;netstandard2.0;netstandard2.1 Platform.Unsafe Platform.Unsafe true - LinksPlatform;Unsafe;ByteArrayExtensions;IntPtr;IntPtrExtensions;MemoryBlock;Structure;StructureExtensions + LinksPlatform;Unsafe;ByteArrayExtensions;IntPtrExtensions;MemoryBlock;Structure;StructureExtensions https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png https://linksplatform.github.io/Unsafe MIT @@ -25,7 +25,12 @@ true snupkg latest - Wrong size of structure bug fix. + 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.