Skip to content

Latest commit

 

History

History
48 lines (21 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

48 lines (21 loc) · 1.66 KB

1.4.0 (2024-11-13)

Features

1.3.0 (2024-09-29)

Features

  • Added support to .NET7 and .NET8 (8db6ad1)

1.2.1 (2022-07-10)

Bug Fixes

  • False null from countries when use multi-threading (2640d70)

1.2.0 (2022-07-10)

Features

  • Add support to debug in runtime Microsoft.SourceLink.GitHub (9353ba2)

1.1.0 (2022-05-15)

Features

  • 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*();

Bug Fixes

  • Changed the return of the extension DateTime.Timestamp(); from milliseconds to seconds;

1.0.0 (2021-11-21)

  • Kickoff project