-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
|
||
## v4.0.0 | ||
|
||
- feat(netsdk)!: add .NET 8 target, deprecate .NET Standard 2.1 target (leaving .NET Standard 2.0) by @skwasjer in https://github.com/skwasjer/Rebus.Correlate/pull/19 | ||
- style(CA1033)!: seal DependencyResolverAdapter as it is hiding some unimplemented interface members by @skwasjer in https://github.com/skwasjer/Rebus.Correlate/pull/20 | ||
|
||
### Chores | ||
- chore(deps): replace Moq with NSubstitute. by @skwasjer in https://github.com/skwasjer/Rebus.Correlate/pull/21 | ||
- chore(deps)!: update Rebus from v6.6.5 to v7.0.0. by @skwasjer in https://github.com/skwasjer/Rebus.Correlate/pull/22 | ||
- chore(deps)!: bump Correlate from v4.0.0 to v5.2.0 by @skwasjer in https://github.com/skwasjer/Rebus.Correlate/pull/23 | ||
- ci: update CI/workflow by @skwasjer in https://github.com/skwasjer/Rebus.Correlate/pull/18 | ||
- chore(deps): update Rebus from v7.0.0 to v7.2.1. by @skwasjer in https://github.com/skwasjer/Rebus.Correlate/pull/24 | ||
|
||
## v3.0.0 | ||
|
||
- Dropped .NET 4.6 target framework | ||
- Added .NET 6 target framework | ||
- Updated to Correlate v4.0.0 | ||
- Updated to Rebus v6.6.5 | ||
|
||
## v2.0.0 | ||
|
||
- Updated dependencies: Rebus >= v6.0, Correlate >= 3.3 | ||
- Added .NET 5 and .NET Standard 2.1 target framework. | ||
- Dropped .NET Standard 1.3 target framework. | ||
|
||
## v1.1.0 | ||
|
||
- Update to Correlate v3.0.0 | ||
|
||
## v1.0.0 | ||
|
||
- Initial release |
This file was deleted.
Oops, something went wrong.