|
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.3</VersionPrefix> |
| 7 | + <VersionPrefix>0.0.4</VersionPrefix> |
8 | 8 | <Authors>Konstantin Diachenko</Authors> |
9 | 9 | <TargetFramework>netstandard2.0</TargetFramework> |
10 | 10 | <AssemblyName>Platform.Collections</AssemblyName> |
|
22 | 22 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
23 | 23 | <IncludeSymbols>true</IncludeSymbols> |
24 | 24 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
25 | | - <PackageReleaseNotes>Refactoring, small fixes. |
26 | | -Added EnsureExtensions. |
27 | | -Added CharArrayExtensions. |
28 | | -Added CharIListExtensions. |
29 | | -CharsSegment renamed to CharSegment.</PackageReleaseNotes> |
| 25 | + <PackageReleaseNotes>Platform.Interfaces dependency updated from 0.0.1 to 0.1.0. |
| 26 | +Platform.Disposables dependency updated from 0.0.2 to 0.1.0. |
| 27 | +Platform.Ranges dependency updated from 0.0.3 to 0.0.4. |
| 28 | +XML documentation file generation turned on. |
| 29 | +Segment fields are now properties. |
| 30 | +Added IsEmpty property to IStack<TElement> interface. |
| 31 | +Added PeekOrDefault, PopOrDefault, Clear extensions methods for all types of stacks. |
| 32 | +Added ArgumentNotEmptyAndNotWhiteSpace extension methods for Ensure. |
| 33 | +Added ToArray extension method for IList<T>. |
| 34 | +Public constants are now static readonly fields. |
| 35 | +All public constructors in abstract classes are now protected. |
| 36 | +Travis CI connected. |
| 37 | +Refactoring, issues fix.</PackageReleaseNotes> |
30 | 38 | </PropertyGroup> |
31 | 39 |
|
32 | 40 | <ItemGroup> |
|
0 commit comments