Skip to content

Commit

Permalink
Version 0.3.0. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Nov 10, 2019
1 parent e6c50a8 commit f3f20e2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Platform.Unsafe/Platform.Unsafe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<Description>LinksPlatform's Platform.Unsafe Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Unsafe</AssemblyTitle>
<VersionPrefix>0.2.2</VersionPrefix>
<VersionPrefix>0.3.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Platform.Unsafe</AssemblyName>
<PackageId>Platform.Unsafe</PackageId>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageTags>LinksPlatform;Unsafe;ByteArrayExtensions;IntPtr;IntPtrExtensions;MemoryBlock;Structure;StructureExtensions</PackageTags>
<PackageTags>LinksPlatform;Unsafe;ByteArrayExtensions;IntPtrExtensions;MemoryBlock;Structure;StructureExtensions</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
<PackageProjectUrl>https://linksplatform.github.io/Unsafe</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -25,7 +25,12 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Wrong size of structure bug fix.</PackageReleaseNotes>
<PackageReleaseNotes>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.</PackageReleaseNotes>
</PropertyGroup>

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

0 comments on commit f3f20e2

Please sign in to comment.