Releases: linksplatform/Incrementers
[C#] 0.2.0
https://www.nuget.org/packages/Platform.Incrementers/
.NET 5 support is added.
[C#] 0.2.0
https://www.nuget.org/packages/Platform.Incrementers/0.2.0
.NET 5 support is added.
0.1.0
https://www.nuget.org/packages/Platform.Incrementers/0.1.0
Lowest supported version of .NET Framework is now 4.7.2.
Performance optimizations.
Issues and bug fix.
0.0.3
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.
Added support for .NET Framework 4.6.1
https://www.nuget.org/packages/Platform.Counters/0.0.2
Added support for net461 (.NET Framework 4.6.1).
Issues fix.