Skip to content

Commit e7bd9f0

Browse files
committed
Version 0.1.0. Tags updated. Release notes updated.
1 parent fa43053 commit e7bd9f0

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

Platform.Collections/Platform.Collections.csproj

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<Description>LinksPlatform's Platform.Collections Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Collections</AssemblyTitle>
7-
<VersionPrefix>0.0.5</VersionPrefix>
7+
<VersionPrefix>0.1.0</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks>
1010
<AssemblyName>Platform.Collections</AssemblyName>
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
<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>
1414
<PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
1515
<PackageProjectUrl>https://linksplatform.github.io/Collections</PackageProjectUrl>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -25,20 +25,25 @@
2525
<IncludeSymbols>true</IncludeSymbols>
2626
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2727
<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&lt;BitString&gt; 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>
4247
</PropertyGroup>
4348

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

0 commit comments

Comments
 (0)