Skip to content

Releases: Amarok79/Amarok.Events

2.3.0

14 Dec 20:07
Compare
Choose a tag to compare
  • Add support for .NET 9
  • Remove support for .MET 7

2.2.0

06 Oct 11:09
Compare
Choose a tag to compare
  • Add overloads of Subscribe() and SubscribeWeak() that don't accept an event argument
  • Add implicit cast from EventSource<T> to Event<T>
  • Throw argument exceptions via internal ThrowHelper

2.1.0

23 Jun 16:39
Compare
Choose a tag to compare
  • Add support for .NET 8

2.0.0

20 Nov 09:53
Compare
Choose a tag to compare
  • Add support for .NET 7
  • Remove support for .NET 5

1.5.1

28 Jan 17:55
Compare
Choose a tag to compare
  • Include symbols in the NuGet package
  • Fixed SourceLink
  • Enabled deterministic builds

1.5.0

25 Jan 16:55
Compare
Choose a tag to compare
  • Support for .NET 6.0
    • The NuGet package now multi-targets .NET Standard 2.0, .NET 5.0, and .NET 6.0
  • Internal Changes:
    • Removed SonarCloud analysis and Stryker mutation testing

1.4.1

17 Mar 22:23
Compare
Choose a tag to compare
  • Re-released with internal changes (SonarCloud analysis, Stryker mutation testing, NCrunch)

1.4.0

21 Nov 11:27
Compare
Choose a tag to compare
  • Support for .NET 5.0.
    • The NuGet package now multi-targets .NET Standard 2.0 and .NET 5.0.
  • Fixed incorrect nullability annotations.
    • Source on Event<T> is now nullable.

1.3.0

28 Aug 19:00
Compare
Choose a tag to compare
  • Changed to MIT license

1.2.1

13 Oct 18:33
Compare
Choose a tag to compare
  • Updated dependencies to latest versions
  • Compiled with C# 8 and nullable reference types
  • Adapted NuGet package to use the new <PackageIcon/>