Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Latest commit

 

History

History
60 lines (26 loc) · 1.97 KB

File metadata and controls

60 lines (26 loc) · 1.97 KB

2.0.0 (2025-08-30)

Bug Fixes

  • Marked all implementations as Obsolete (15ad53b)

BREAKING CHANGES

  • Deprecated package

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