Skip to content

Commit

Permalink
Version 0.0.5. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Sep 1, 2019
1 parent dc6501e commit 2e76363
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions Platform.Collections/Platform.Collections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Collections Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Collections</AssemblyTitle>
<VersionPrefix>0.0.4</VersionPrefix>
<VersionPrefix>0.0.5</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netstandard2.0;net461</TargetFrameworks>
<TargetFramework Condition="'$(OS)' != 'Windows_NT'">netcoreapp2.0</TargetFramework>
Expand All @@ -23,18 +23,19 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>Platform.Interfaces dependency updated from 0.0.1 to 0.1.0.
Platform.Disposables dependency updated from 0.0.2 to 0.1.0.
Platform.Ranges dependency updated from 0.0.3 to 0.0.4.
XML documentation file generation turned on.
Segment fields are now properties.
Added IsEmpty property to IStack&lt;TElement&gt; interface.
Added PeekOrDefault, PopOrDefault, Clear extensions methods for all types of stacks.
Added ArgumentNotEmptyAndNotWhiteSpace extension methods for Ensure.
Added ToArray extension method for IList&lt;T&gt;.
Public constants are now static readonly fields.
All public constructors in abstract classes are now protected.
Travis CI connected.
<PackageReleaseNotes>Added support for net461 (.NET Framework 4.6.1).
Platform.Interfaces dependency updated from 0.1.0 to 0.1.1.
Platform.Disposables dependency updated from 0.1.0 to 0.1.1.
Platform.Ranges dependency updated from 0.0.4 to 0.0.5.
For BitString:
* Added implementation of IEquatable&lt;BitString&gt; interface.
* Added VectorNot, VectorAnd and VectorOr methods and tests for them.
* Added BitStringExtensions with SetRandomBits method.
* Added System.Numerics.Vectors dependency.
* Added Platform.Random dependency.
Added StringExtensions.TrimSingle method and test for it.
Added GenericArrayExtensions with Clone method.
Added tests.
Refactoring, issues fix.</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 2e76363

Please sign in to comment.