Skip to content

Commit

Permalink
Version 0.2.0. Tags updated. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Nov 7, 2019
1 parent 1caabe5 commit 2cc4cfd
Showing 1 changed file with 29 additions and 6 deletions.
35 changes: 29 additions & 6 deletions Platform.Data/Platform.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<Description>LinksPlatform's Platform.Data Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Data</AssemblyTitle>
<VersionPrefix>0.1.1</VersionPrefix>
<VersionPrefix>0.2.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Platform.Data</AssemblyName>
<PackageId>Platform.Data</PackageId>
<PackageTags>LinksPlatform;Data;ILinks;ILinksExtensions;ISynchronizedLinks;Point;LinkAddress;ISequenceAppender;ISequenceWalker;SequenceWalker;StopableSequenceWalker;LinksConstants;LinksConstantsExtensions</PackageTags>
<PackageTags>LinksPlatform;Data;ArgumentLinkDoesNotExistsException;ArgumentLinkHasDependenciesException;LinksLimitReachedException;LinksLimitReachedExceptionBase;LinkWithSameValueAlreadyExistsException;AddressToRawNumberConverter;RawNumberToAddressConverter;ISequenceAppender;ISequenceWalker;SequenceWalker;StopableSequenceWalker;Hybrid;ILinks;ILinksExtensions;ISynchronizedLinks;LinkAddress;LinksConstants;LinksConstantsBase;LinksConstantsExtensions;Point</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
<PackageProjectUrl>https://linksplatform.github.io/Data</PackageProjectUrl>
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
Expand All @@ -24,10 +24,33 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>The minimum supported version of .NET Framework is now 4.7.1.
Platform.Numbers dependency updated from 0.2.0 to 0.2.1.
Project file updated to support multiple build environments: dotnet, Travis CI, MonoDevelop, and Visual Studio.
Travis CI configuration updated to support automatic NuGet package publishing.</PackageReleaseNotes>
<PackageReleaseNotes>Added support for .NET Standard 2.1 (.NET Core 3.0).
Platform.Numbers dependency updated from 0.2.1 to 0.2.3.
Platform.Threading dependency updated from 0.1.0 to 0.1.1.
Platform.Setters dependency updated from 0.0.2 to 0.0.3.
LinkAddress and Point are now classes.
Point class now implements IList, to represent the full point.
Added support for external references to ILinksExtensions.
Added support for easy initialization of external references ranges in LinksConstants.
LinksConstants.IsInnerReference method renamed to IsInternalReference.
LinksConstants.PossibleInnerReferencesRange property renamed to InternalReferencesRange.
LinksConstants.PossibleExternalReferencesRange property renamed to ExternalReferencesRange.
LinksConstantsExtensions.IsInnerReference method renamed to IsInternalReference.
Classses moved from Platform.Data.Doublets:
* Hybrid
* AddressToRawNumberConverter
* RawNumberToAddressConverter
Added Hybrid.SignedValue property.
Added LinksLimitReachedExceptionBase abstract class.
Added LinksConstantsBase abstract class.
Added missing constructors for exceptions.
Source link enabled.
Travis CI disabled.
GitHub Actions enabled.
Tests added.
Refactoring, performance optimizations, issues fix.

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

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

0 comments on commit 2cc4cfd

Please sign in to comment.