DateParser 1.0.1
See the version list below for details.
dotnet add package DateParser --version 1.0.1
NuGet\Install-Package DateParser -Version 1.0.1
<PackageReference Include="DateParser" Version="1.0.1" />
paket add DateParser --version 1.0.1
#r "nuget: DateParser, 1.0.1"
// Install DateParser as a Cake Addin #addin nuget:?package=DateParser&version=1.0.1 // Install DateParser as a Cake Tool #tool nuget:?package=DateParser&version=1.0.1
DateParser enhances the default .NET date/time support.
Main features:
* Improving the usability of the main .NET date/time type.
* Accounting for a big amount of additional time zone information.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.
NumberParser.dll version: 1.0.6337.38019.
Improvements with respect to the previous release:
- Problems with Visual Studio 2015/2017, as explained in the Roslyn repository ticket #19346 "Differences in class instantiation release/debug VS 2012 vs. VS 2015/2017", fixed.
- Minor improvements.