Skip to content

Commit

Permalink
Version 0.1.0. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Sep 3, 2019
1 parent 83a90bf commit 33b345e
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions Platform.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Data Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Data</AssemblyTitle>
<VersionPrefix>0.0.3</VersionPrefix>
<VersionPrefix>0.1.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netstandard2.0;net461</TargetFrameworks>
<TargetFramework Condition="'$(OS)' != 'Windows_NT'">netcoreapp2.0</TargetFramework>
Expand All @@ -22,7 +22,22 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>Platform.Numbers dependency updated from 0.1.0 to 0.1.1.</PackageReleaseNotes>
<PackageReleaseNotes>Added support for net461 (.NET Framework 4.6.1).
Platform.Numbers dependency updated from 0.1.1 to 0.2.0.
Platform.Threading dependency updated from 0.0.5 to 0.1.0.
Platform.Setters dependency updated from 0.0.1 to 0.0.2.
LinksConstants simplified, there is only one inheritable class now.
Added LinksConstants.Skip constant.
There are now two ranges in LinksConstants, describing references restrictions.
Added LinksConstantsExtensions.
ISequence interface deleted, ILinks interface updated to support both links and sequences.
Added LinkAddress struct, that implement IList for better performance.
Code comments updated.
Tags updated.
License update to support usage as an unmodified dynamic library in larger projects of any kind.
Refactoring, issues fix.

This release is not backward compatible with the previous 0.0.3 release.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 33b345e

Please sign in to comment.