Skip to content

Commit

Permalink
Version 0.1.7. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Nov 7, 2019
1 parent 819b95c commit d7ac600
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Platform.Memory/Platform.Memory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Memory Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Memory</AssemblyTitle>
<VersionPrefix>0.1.6</VersionPrefix>
<VersionPrefix>0.1.7</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -25,15 +25,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>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.</PackageReleaseNotes>
<PackageReleaseNotes>Platform.IO dependency updated from 0.1.2 to 0.1.3.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
Expand Down

0 comments on commit d7ac600

Please sign in to comment.