Skip to content

Releases: sandre58/MyNetUtilities

6.0.0

21 Dec 05:48
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to ad23b21 - Support .NET 9.0, simplify syntax, and improve locking:

    Support .NET 9.0. Refined method signatures and logic in
    various files.

✨ New Features

  • ad23b21 - Support .NET 9.0, simplify syntax, and improve locking

5.3.0

20 Dec 11:33
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to f172aa1 - change method signature:

    TryAdd become GetOrAdd

🐛 Bug Fixes

  • 5ef22ff - Refactor collection change notifications and sorting
  • 9a02fbe - Optimize ExtendedObservableCollection methods

♻️ Refactors

  • f172aa1 - change method signature
  • 0aca27a - Refactor collections and introduce OptimizedObservableCollection

5.2.0

18 Sep 07:30
Compare
Choose a tag to compare

✨ New Features

  • 6808b6d - add IsRunning property in SingleTaskRunner

5.1.0

02 Sep 19:03
Compare
Choose a tag to compare

✨ New Features

  • fb3a8c2 - add new extension method for DateOnly

5.0.0

02 Sep 07:18
Compare
Choose a tag to compare

✨ New Features

  • e86eaa9 - Add method extensions for TimeOnly

5.0.0 - Preview

30 Aug 12:56
Compare
Choose a tag to compare
5.0.0 - Preview Pre-release
Pre-release

💥 BREAKING CHANGES

  • due to 027834c - change globalization management:

    dates conversion methods

✨ New Features

  • 027834c - globalization: change globalization management

4.0.3

01 Aug 16:48
Compare
Choose a tag to compare

🐛 Bug Fixes

4.0.2

01 Aug 16:32
Compare
Choose a tag to compare

🐛 Bug Fixes

4.0.1

01 Aug 16:11
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 3c14a20 - change fired notification after suspend notifications (commit by @sandre58)

4.0.0

23 Jul 16:08
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to 73d10fe - add new methods for intervals (commit by @sandre58):

    Intersect method renamed in IntersectWith

✨ New Features