|
4 | 4 | <Description>LinksPlatform's Platform.Collections Class Library</Description>
|
5 | 5 | <Copyright>Konstantin Diachenko</Copyright>
|
6 | 6 | <AssemblyTitle>Platform.Collections</AssemblyTitle>
|
7 |
| - <VersionPrefix>0.0.5</VersionPrefix> |
| 7 | + <VersionPrefix>0.1.0</VersionPrefix> |
8 | 8 | <Authors>Konstantin Diachenko</Authors>
|
9 | 9 | <TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks>
|
10 | 10 | <AssemblyName>Platform.Collections</AssemblyName>
|
11 | 11 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
12 | 12 | <PackageId>Platform.Collections</PackageId>
|
13 |
| - <PackageTags>LinksPlatform;Collections;Extensions;Arrays;Lists;Concurrent;Segments;SegmentWalkers;Stacks;Strings;Trees;Node</PackageTags> |
| 13 | + <PackageTags>LinksPlatform;Collections;Extensions;Arrays;Concurrent;Lists;Segments;SegmentWalkers;Sets;Stacks;Trees</PackageTags> |
14 | 14 | <PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
|
15 | 15 | <PackageProjectUrl>https://linksplatform.github.io/Collections</PackageProjectUrl>
|
16 | 16 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
25 | 25 | <IncludeSymbols>true</IncludeSymbols>
|
26 | 26 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
27 | 27 | <LangVersion>latest</LangVersion>
|
28 |
| - <PackageReleaseNotes>Added support for net461 (.NET Framework 4.6.1). |
29 |
| -Platform.Interfaces dependency updated from 0.1.0 to 0.1.1. |
30 |
| -Platform.Disposables dependency updated from 0.1.0 to 0.1.1. |
31 |
| -Platform.Ranges dependency updated from 0.0.4 to 0.0.5. |
32 |
| -For BitString: |
33 |
| -* Added implementation of IEquatable<BitString> interface. |
34 |
| -* Added VectorNot, VectorAnd and VectorOr methods and tests for them. |
35 |
| -* Added BitStringExtensions with SetRandomBits method. |
36 |
| -* Added System.Numerics.Vectors dependency. |
37 |
| -* Added Platform.Random dependency. |
38 |
| -Added StringExtensions.TrimSingle method and test for it. |
39 |
| -Added GenericArrayExtensions with Clone method. |
40 |
| -Added tests. |
41 |
| -Refactoring, issues fix.</PackageReleaseNotes> |
| 28 | + <PackageReleaseNotes>The lowest supported version of .NET Framework is now 4.7.1. |
| 29 | +Added support for .NET Standard 2.1 (.NET Core 3.0). |
| 30 | +Platform.Interfaces dependency updated from 0.1.1 to 0.2.0. |
| 31 | +Platform.Disposables dependency updated from 0.1.1 to 0.1.2. |
| 32 | +Platform.Ranges dependency updated from 0.0.5 to 0.1.0. |
| 33 | +Platform.Random dependency updated from 0.0.4 to 0.0.5. |
| 34 | +Microsoft.NET.Test.Sdk dependency updated from 16.2.0 to 16.3.0. |
| 35 | +BitStringTests fix. |
| 36 | +Implemented Vector, Parallel and ParallelVector method version for Not, And, Or, Xor operations on BitString. |
| 37 | +Benchmark for new BitString's methods added. |
| 38 | +ArrayPool should throw fewer exceptions now. |
| 39 | +Added methods for the addition of elements for ArrayFiller, ListFiller, and SetFiller, some of these methods also added to GenericArrayExtensions, IListExtensions and ISetExtensions. |
| 40 | +ISetExtensions moved to Platform.Collections.Sets namespace. |
| 41 | +Source link enabled. |
| 42 | +Travis CI disabled. |
| 43 | +GitHub Actions enabled. |
| 44 | +Refactoring, performance optimizations, issues fix. |
| 45 | + |
| 46 | +This release is not backward compatible with the previous 0.0.5 release.</PackageReleaseNotes> |
42 | 47 | </PropertyGroup>
|
43 | 48 |
|
44 | 49 | <ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
|
|
0 commit comments