ExtendType.OfDateTime 1.3.0

dotnet add package ExtendType.OfDateTime --version 1.3.0
NuGet\Install-Package ExtendType.OfDateTime -Version 1.3.0
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="ExtendType.OfDateTime" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExtendType.OfDateTime --version 1.3.0
#r "nuget: ExtendType.OfDateTime, 1.3.0"
#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 ExtendType.OfDateTime as a Cake Addin
#addin nuget:?package=ExtendType.OfDateTime&version=1.3.0

// Install ExtendType.OfDateTime as a Cake Tool
#tool nuget:?package=ExtendType.OfDateTime&version=1.3.0

A library of fluent utility extensions for System.DateTime

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  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.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 4,064 2/6/2017
1.2.5 1,110 1/29/2016
1.2.4 1,225 10/14/2014
1.2.3 1,068 10/14/2014
1.2.2 1,040 10/13/2014
1.2.1 1,075 10/13/2014
1.2.0 1,031 10/13/2014
1.1.1 1,028 10/13/2014
1.1.0 1,070 10/13/2014
1.0.4 1,075 10/13/2014
1.0.3 1,109 8/8/2014
1.0.0 1,051 7/29/2014
0.0.3 1,040 8/8/2014
0.0.2 1,088 8/8/2014
0.0.1 1,293 7/29/2014

1.3.0 - Breaking change updated until methods to use floats, fixed framework version targeting
1.2.5 - Added additional comments, Added methods to validation, fixed IsMax bug in validation
1.2.4 - Bugfix start of week end of week calculation also added week start option
1.2.3 - Bugfix start of week end of week calculation
1.2.2 - Added manipulation extensions
1.2.1 - Added time to ending and starting periods
1.2.0 - Breaking change Renamed "Days" namespace to periods completed period calculation extensions
1.1.1 - Fixed rounding direction on difference extension methods protected from div by zero
1.1.0 - Fixed naming conventions on difference extension methods
1.0.4 - Added date difference calculations