Releases: Amarok79/Amarok.Events
Releases · Amarok79/Amarok.Events
2.3.0
- Add support for .NET 9
- Remove support for .MET 7
2.2.0
- 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.0.0
- Add support for .NET 7
- Remove support for .NET 5
1.5.1
- Include symbols in the NuGet package
- Fixed SourceLink
- Enabled deterministic builds
1.5.0
- 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
- Re-released with internal changes (SonarCloud analysis, Stryker mutation testing, NCrunch)
1.4.0
- 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.2.1
- Updated dependencies to latest versions
- Compiled with C# 8 and nullable reference types
- Adapted NuGet package to use the new <PackageIcon/>