Skip to content

0.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 13:40
· 97 commits to master since this release

https://www.nuget.org/packages/Platform.Incrementers/0.0.3

The library renamed from Platform.Counters to Platform.Incrementers.
Lowest supported version of .NET Framework is now 4.7.1.
Added support for .NET Standard 2.1 (.NET Core 3.0).
Added IIncrementer interface.
Incrementer now implements IIncrementer interface.
IIncrementer<TNumber> interface moved from Platform.Interfaces library.
The Count property of Incrementer classes renamed to Result property.
Incrementer<TValue> now inherits from Incrementer<TValue, bool>.
Added constructors to set the initial incremented value for Incrementer classes.
Source link enabled.
Travis CI disabled.
GitHub Actions enabled.
Refactoring, performance optimizations, issues fix.

This release is not backward compatible with the previous release as Platform.Counters (0.0.2).
This is an initial release as Platform.Incrementers package.