Candor.Core 1.4.1

dotnet add package Candor.Core --version 1.4.1
NuGet\Install-Package Candor.Core -Version 1.4.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Candor.Core" Version="1.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Candor.Core --version 1.4.1
#r "nuget: Candor.Core, 1.4.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Candor.Core as a Cake Addin
#addin nuget:?package=Candor.Core&version=1.4.1

// Install Candor.Core as a Cake Tool
#tool nuget:?package=Candor.Core&version=1.4.1

Common classes used by other Candor libraries.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.1 192 1/30/2015
1.3.0 228 8/11/2014
1.2.1 240 7/24/2014
1.2.0 114 7/16/2014
1.1.0 202 5/7/2014
1.0.1 116 10/19/2013
1.0.0 125 8/20/2013
0.10.11.30726 100 8/16/2013
0.7.0.30405 110 4/5/2013
0.6.1.30221 92 2/21/2013
0.6.0.30129 94 1/30/2013
0.5.0.21231 99 12/31/2012
0.4.0.21227 96 12/27/2012
0.3.0.21219 97 12/20/2012
0.2.0.21218 95 12/18/2012
0.1.0.21216 99 12/17/2012

This code is open source and can be found at https://github.com/michael-lang/candor-common.
     In depth articles can be found at http://candordeveloper.com/
     Changes:
     1.4.1: * RepeatingWorkerRoleTask - Added CheckIn method to reset the inactivity restart trigger
     1.3.0: * StringExtensions - LexicalAdd overload added, added TrimNotIn+, ReplaceNotIn
     1.2.1: * SequenceIdGenerator - Fix retry bug when calling NextId when cached ids are used up.
     Also now a syncronization failure to get a new Id range logs the problem as a warning (formerly error) since it will retry.
     * RepeatingWorkerRoleTask - fix Ping task restart logic to recognize new custom delay added in 1.2.0.
     * updated NuGet package to include debug symbols, updated documentation.
     1.2.0: * RepeatingWorkerTask implementations can now pass back an override
     custom delay duration from each processing iteration
     * No broken interfaces, only additions.  An upgrade should not cause any issues.
     1.1.0: ProviderResolver error message for resolving a non-configured type is now meaningful.
     1.0.1: Update package dependency references