|
4 | 4 | <Description>LinksPlatform's Platform.Incrementers Class Library</Description> |
5 | 5 | <Copyright>Konstantin Diachenko</Copyright> |
6 | 6 | <AssemblyTitle>Platform.Incrementers</AssemblyTitle> |
7 | | - <VersionPrefix>0.0.1</VersionPrefix> |
| 7 | + <VersionPrefix>0.0.3</VersionPrefix> |
8 | 8 | <Authors>Konstantin Diachenko</Authors> |
9 | 9 | <TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks> |
10 | 10 | <AssemblyName>Platform.Incrementers</AssemblyName> |
11 | 11 | <PackageId>Platform.Incrementers</PackageId> |
12 | | - <PackageTags>LinksPlatform;Incrementers;</PackageTags> |
| 12 | + <PackageTags>LinksPlatform;Incrementers;IIncrementer;Incrementer</PackageTags> |
13 | 13 | <PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl> |
14 | 14 | <PackageProjectUrl>https://linksplatform.github.io/Incrementers</PackageProjectUrl> |
15 | 15 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
|
24 | 24 | <IncludeSymbols>true</IncludeSymbols> |
25 | 25 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
26 | 26 | <LangVersion>latest</LangVersion> |
27 | | - <PackageReleaseNotes>Added support for net461 (.NET Framework 4.6.1). |
28 | | -Issues fix.</PackageReleaseNotes> |
| 27 | + <PackageReleaseNotes>The library renamed from Platform.Counters to Platform.Incrementers. |
| 28 | +Lowest supported version of .NET Framework is now 4.7.1. |
| 29 | +Added support for .NET Standard 2.1 (.NET Core 3.0). |
| 30 | +Added IIncrementer interface. |
| 31 | +Incrementer now implements IIncrementer interface. |
| 32 | +IIncrementer<TNumber> interface moved from Platform.Interfaces library. |
| 33 | +The Count property of Incrementer classes renamed to Result property. |
| 34 | +Incrementer<TValue> now inherits from Incrementer<TValue, bool>. |
| 35 | +Added constructors to set the initial incremented value for Incrementer classes. |
| 36 | +Source link enabled. |
| 37 | +Travis CI disabled. |
| 38 | +GitHub Actions enabled. |
| 39 | +Refactoring, performance optimizations, issues fix. |
| 40 | + |
| 41 | +This release is not backward compatible with the previous release as Platform.Counters (0.0.2). |
| 42 | +This is an initial release as Platform.Incrementers package.</PackageReleaseNotes> |
29 | 43 | </PropertyGroup> |
30 | 44 |
|
31 | 45 | <ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'"> |
32 | 46 | <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2" PrivateAssets="All" /> |
33 | 47 | </ItemGroup> |
34 | 48 |
|
35 | 49 | <ItemGroup> |
36 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/> |
| 50 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All" /> |
37 | 51 | </ItemGroup> |
38 | 52 |
|
39 | 53 | </Project> |
0 commit comments