Enkoni 2.0.0
See the version list below for details.
dotnet add package Enkoni --version 2.0.0
NuGet\Install-Package Enkoni -Version 2.0.0
<PackageReference Include="Enkoni" Version="2.0.0" />
<PackageVersion Include="Enkoni" Version="2.0.0" />
<PackageReference Include="Enkoni" />
paket add Enkoni --version 2.0.0
#r "nuget: Enkoni, 2.0.0"
#:package Enkoni@2.0.0
#addin nuget:?package=Enkoni&version=2.0.0
#tool nuget:?package=Enkoni&version=2.0.0
Contains numerous easy-to-use types and operations that can be utilized in any kind of project or application
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net35-client is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.6.0 | 108 | 4/6/2015 |
| 2.6.0-beta2 | 32 | 4/5/2015 |
| 2.6.0-beta1 | 32 | 4/5/2015 |
| 2.5.0 | 74 | 2/14/2015 |
| 2.5.0-rc1 | 35 | 2/9/2015 |
| 2.4.0 | 81 | 1/5/2015 |
| 2.3.1 | 110 | 6/19/2014 |
| 2.3.0 | 69 | 5/1/2014 |
| 2.2.0.1 | 55 | 1/17/2014 |
| 2.2.0 | 71 | 11/23/2013 |
| 2.1.0 | 54 | 11/1/2013 |
| 2.0.1 | 53 | 7/4/2013 |
| 2.0.0 | 62 | 11/28/2012 |
| 1.3.0 | 63 | 10/8/2012 |
| 1.2.0 | 53 | 9/1/2012 |
| 1.1.0 | 56 | 8/27/2011 |
| 1.0.1 | 62 | 5/1/2011 |
Reorganized some collection-related classes into a new namespace calles Enkoni.Framework.Collections. This is a breaking change
but will add some more flexibility for the future.
- Added a new Stopwatch class that wraps the default .NET Stopwatch class and adds the ability to record lap times.
- Added a new AlarmClock class is capable of triggering an event at a specific time of day.
- Added new extension methods for System.Double to make it easier to compare double-values by looking only at the
significant digits or a specified margin.
- Added the new DoubleComparer and DoubleEqualityComparer classes to make it easier to compare double-values by looking only at the
significant digits or a specified margin.
Added four new properties to the Workflow-class (CanStart, CanStop, CanPause, CanContinue) that can be used to
determine if the workflow is in a state in which it can be started, stopped, paused or continued.