From f3f20e2e4b809d6804b48438df562a8c34e015a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D0=BD=D1=81=D1=82=D0=B0=D0=BD=D1=82=D0=B8?= =?UTF-8?q?=D0=BD=20=D0=94=D1=8C=D1=8F=D1=87=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Sun, 10 Nov 2019 12:28:52 +0300 Subject: [PATCH] Version 0.3.0. Release notes updated. --- Platform.Unsafe/Platform.Unsafe.csproj | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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.