Date | 2022-03-07 (984 days ago) |
---|---|
Downloads | 9,094 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET Standard 1.1 .NET Standard 1.3 .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7 .NET 4.8 |
#installation
">InstallationInstall the NuGet package - either via the .NET CLI:
dotnet add package Skybrud.Essentials --version 1.1.37
or the NuGet package manager:
Install-Package Skybrud.Essentials -Version 1.1.37
#bug
-fixes">Bug FixesFixed incorrect ISO 8601 milliseconds format (see #18
and 8ab31d6
)
The Iso8601Constans.DateTimeMilliseconds
constant was missing a period in the format, causing formatted dates to be incorrect.
The EssentialsTime.ToString(format)
method is now using an invariant culture (see #19
and 22aa776
)
The point with the EssentialsTime
class is that it should be culture invariant unless a culture is explicitly specified, so the method has now been updated to reflect this.