Skip to content

Commit

Permalink
Version 0.2.1. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Nov 7, 2019
1 parent 1619b47 commit 0c802d0
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions Platform.Collections.Methods/Platform.Collections.Methods.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Collections.Methods Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Collections.Methods</AssemblyTitle>
<VersionPrefix>0.2.0</VersionPrefix>
<VersionPrefix>0.2.1</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Platform.Collections.Methods</AssemblyName>
Expand All @@ -24,33 +24,15 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Added support for .NET Standard 2.1 (.NET Core 3.0).
Platform.Numbers dependency updated from 0.2.1 to 0.2.2.
GenericCollectionMethodsBase.IsEquals method renamed to AreEqual.
RecursionlessSizeBalancedTreeMethods is not experimental anymore.
SizeBalancedTreeMethods renamed to RecursionlessSizeBalancedTreeMethods.
SizeBalancedTreeMethods2 renamed to SizeBalancedTreeMethods.
New methods at SizedBinaryTreeMethodsBase:
* GetRightest
* GetLeftest
* GetNext
* GetPrevious
Source link enabled.
Travis CI disabled.
GitHub Actions enabled.
Now there are tests for all three types of tree implementations, for both ordered and random operations.
C# to C++ translation enabled.
Refactoring, performance and memory usage optimizations, issues fix.

This release is not backward compatible with the previous 0.1.0 release.</PackageReleaseNotes>
<PackageReleaseNotes>Platform.Numbers dependency updated from 0.2.2 to 0.2.3.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19554-01" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19554-01" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0c802d0

Please sign in to comment.