From 40ef855032b1bc43231056105e00264d370b7d9d 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: Mon, 4 Nov 2019 21:45:14 +0300 Subject: [PATCH] Version 0.1.6. Tags reordered. Release notes updated. --- Platform.Memory/Platform.Memory.csproj | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Platform.Memory/Platform.Memory.csproj b/Platform.Memory/Platform.Memory.csproj index 7c81e44..f44aa7c 100644 --- a/Platform.Memory/Platform.Memory.csproj +++ b/Platform.Memory/Platform.Memory.csproj @@ -4,13 +4,13 @@ LinksPlatform's Platform.Memory Class Library Konstantin Diachenko Platform.Memory - 0.1.5 + 0.1.6 Konstantin Diachenko net471;netstandard2.0;netstandard2.1 true Platform.Memory Platform.Memory - LinksPlatform;Memory;IMemory;IDirectMemory;DirectMemoryAsArrayMemoryAdapter;IArrayMemory;ArrayMemory;IResizableDirectMemory;ResizableDirectMemoryBase;HeapResizableDirectMemory;FileArrayMemory;FileMappedResizableDirectMemory;TemporaryFileMappedResizableDirectMemory;MemoryMappedFiles + LinksPlatform;Memory;ArrayMemory;DirectMemoryAsArrayMemoryAdapter;FileArrayMemory;FileMappedResizableDirectMemory;HeapResizableDirectMemory;IArrayMemory;IDirectMemory;IMemory;IResizableDirectMemory;ResizableDirectMemoryBase;TemporaryFileMappedResizableDirectMemory;MemoryMappedFiles https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png https://linksplatform.github.io/Memory MIT @@ -25,11 +25,15 @@ true snupkg latest - The minimum supported version of .NET Framework is now 4.7.1. -Platform.IO dependency updated from 0.1.0 to 0.1.1. -Projects file updated to support multiple build environments: dotnet, Travis CI, MonoDevelop, and Visual Studio. -Travis CI configuration updated to support automatic NuGet package publishing. -Refactoring, issues, and bugs fixes. + Added support for .NET Standard 2.1 (.NET Core 3.0). +Platform.IO dependency updated from 0.1.1 to 0.1.2. +Added FileArrayMemory constructor that accepts FileStream. +Default FileMode for FileMappedResizableDirectMemory is now OpenOrCreate. +ResizableDirectMemoryBase.MinimumCapacity is now equals to Environment.SystemPageSize. +Source link enabled. +Travis CI disabled. +GitHub Actions enabled. +Refactoring, performance optimizations, issues fix.