1.4.0 (2024-11-13)
- Added support to .NET9 (b25b933)
1.3.0 (2024-09-29)
- Added support to
.NET7
and.NET8
(8db6ad1)
1.2.1 (2022-07-10)
- False null from countries when use multi-threading (2640d70)
1.2.0 (2022-07-10)
- Add support to debug in runtime
Microsoft.SourceLink.GitHub
(9353ba2)
1.1.0 (2022-05-15)
- add extension
timestamp.FromTimestampToDateTime()
. Convert timestamp (Unix timestamp is seconds past epoch) to datetime; - add extension
DateTime.ToTimestampMS()
. Convert datetime to timestamp in milliseconds (Unix timestamp is seconds past epoch); - add validations in
UtilsGlobalization.Get*();
- Changed the return of the extension
DateTime.Timestamp();
from milliseconds to seconds;
- Kickoff project