Skip to content

Commit d18948e

Browse files
committed
Version 0.2.0. Release notes updated.
1 parent 70072e1 commit d18948e

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

csharp/Platform.Collections/Platform.Collections.csproj

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Collections Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Collections</AssemblyTitle>
7-
<VersionPrefix>0.1.0</VersionPrefix>
7+
<VersionPrefix>0.2.0</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
1010
<AssemblyName>Platform.Collections</AssemblyName>
@@ -25,25 +25,11 @@
2525
<IncludeSymbols>true</IncludeSymbols>
2626
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2727
<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>
4733
</PropertyGroup>
4834

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

0 commit comments

Comments
 (0)