|
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.1.0</VersionPrefix> |
| 7 | + <VersionPrefix>0.2.0</VersionPrefix> |
8 | 8 | <Authors>Konstantin Diachenko</Authors>
|
9 | 9 | <TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
|
10 | 10 | <AssemblyName>Platform.Collections</AssemblyName>
|
|
25 | 25 | <IncludeSymbols>true</IncludeSymbols>
|
26 | 26 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
27 | 27 | <LangVersion>latest</LangVersion>
|
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> |
| 28 | + <PackageReleaseNotes>Lowest supported version of .NET Framework is now 4.7.2. |
| 29 | +Platform.Interfaces dependency updated from 0.2.0 to 0.3.0. |
| 30 | +Platform.Disposables dependency updated from 0.1.2 to 0.2.0. |
| 31 | +Platform.Ranges dependency updated from 0.1.0 to 0.2.0. |
| 32 | +Platform.Random dependency updated from 0.0.5 to 0.1.0.</PackageReleaseNotes> |
47 | 33 | </PropertyGroup>
|
48 | 34 |
|
49 | 35 | <ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
|
|
0 commit comments