Skip to content

Releases: Amarok79/Amarok.Events

2.5.0

Choose a tag to compare

@Amarok79 Amarok79 released this 26 Dec 08:56
0646385
  • Add support for .NET 10

2.4.0

Choose a tag to compare

@Amarok79 Amarok79 released this 11 Sep 07:45
  • Update package dependencies (System.Runtime.CompilerServices.Unsafe, System.Threading.Tasks.Extensions)

2.3.0

Choose a tag to compare

@Amarok79 Amarok79 released this 14 Dec 20:07
  • Add support for .NET 9
  • Remove support for .NET 7

2.2.0

Choose a tag to compare

@Amarok79 Amarok79 released this 06 Oct 11:09
  • 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

Choose a tag to compare

@Amarok79 Amarok79 released this 23 Jun 16:39
  • Add support for .NET 8

2.0.0

Choose a tag to compare

@Amarok79 Amarok79 released this 20 Nov 09:53
  • Add support for .NET 7
  • Remove support for .NET 5

1.5.1

Choose a tag to compare

@Amarok79 Amarok79 released this 28 Jan 17:55
  • Include symbols in the NuGet package
  • Fixed SourceLink
  • Enabled deterministic builds

1.5.0

Choose a tag to compare

@Amarok79 Amarok79 released this 25 Jan 16:55
  • 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

Choose a tag to compare

@Amarok79 Amarok79 released this 17 Mar 22:23
  • Re-released with internal changes (SonarCloud analysis, Stryker mutation testing, NCrunch)

1.4.0

Choose a tag to compare

@Amarok79 Amarok79 released this 21 Nov 11:27
  • 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.