Skip to content

Commit

Permalink
Version 0.1.6. Tags reordered. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Nov 4, 2019
1 parent a6fd942 commit 40ef855
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions Platform.Memory/Platform.Memory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<Description>LinksPlatform's Platform.Memory Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Memory</AssemblyTitle>
<VersionPrefix>0.1.5</VersionPrefix>
<VersionPrefix>0.1.6</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>Platform.Memory</AssemblyName>
<PackageId>Platform.Memory</PackageId>
<PackageTags>LinksPlatform;Memory;IMemory;IDirectMemory;DirectMemoryAsArrayMemoryAdapter;IArrayMemory;ArrayMemory;IResizableDirectMemory;ResizableDirectMemoryBase;HeapResizableDirectMemory;FileArrayMemory;FileMappedResizableDirectMemory;TemporaryFileMappedResizableDirectMemory;MemoryMappedFiles</PackageTags>
<PackageTags>LinksPlatform;Memory;ArrayMemory;DirectMemoryAsArrayMemoryAdapter;FileArrayMemory;FileMappedResizableDirectMemory;HeapResizableDirectMemory;IArrayMemory;IDirectMemory;IMemory;IResizableDirectMemory;ResizableDirectMemoryBase;TemporaryFileMappedResizableDirectMemory;MemoryMappedFiles</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
<PackageProjectUrl>https://linksplatform.github.io/Memory</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -25,11 +25,15 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>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.</PackageReleaseNotes>
<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>
</PropertyGroup>

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

0 comments on commit 40ef855

Please sign in to comment.