diff --git a/Platform.Memory/Platform.Memory.csproj b/Platform.Memory/Platform.Memory.csproj index 9c23069..c7f5ef9 100644 --- a/Platform.Memory/Platform.Memory.csproj +++ b/Platform.Memory/Platform.Memory.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Memory Class Library Konstantin Diachenko Platform.Memory - 0.1.6 + 0.1.7 Konstantin Diachenko net471;netstandard2.0;netstandard2.1 true @@ -25,15 +25,7 @@ true snupkg latest - 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. + Platform.IO dependency updated from 0.1.2 to 0.1.3.