Skip to content

Releases: linksplatform/Incrementers

[C#] 0.2.0

31 May 08:08
Compare
Choose a tag to compare

[C#] 0.2.0

03 Aug 16:15
a131c4b
Compare
Choose a tag to compare

0.1.0

22 Feb 11:28
Compare
Choose a tag to compare

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

22 Oct 13:40
Compare
Choose a tag to compare

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

30 Aug 18:18
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.Counters/0.0.2

Added support for net461 (.NET Framework 4.6.1).
Issues fix.

Initial release as a separate package

15 Aug 06:35
Compare
Choose a tag to compare