Releases: qphl/MessageDispatch.Core
Releases · qphl/MessageDispatch.Core
3.0.0
What's Changed
- Remove PR Checklist by @jbradford in #19
- Use TotalMilliseconds in ExponentialRetryingDispatcher's implementation of RetryInterval by @SamBucaMatthews in #20
New Contributors
- @SamBucaMatthews made their first contribution in #20
Full Changelog: 2.0.0...3.0.0
Ownership Change
Ownership Transfer
As we are now working under Corsham Science, the package name, copyright information and other relevant metadata have been updated to reflect this fact.
Package Updates
The dev packages used to build and test the MessageDispatch.Core have been updated to their latest version, and the build script has been updated to output the package in the correct directory (as .Net Core 3 changed the relative path structure for build outputs). This includes the CodeStyle package, which enforced much of the name change.
Update Icon URL
- Updated the Icon URL to point to the correct location on GitHub.
Improved Package Dependencies
- Changed package dependency versions to ranges (Semver based; major version changes should bring breaking changes, and will need to be reviewed with package updates to support them).
Improved Package Dependencies - Release Candidate 1
1.0.1-rc1 Finalize dependency versions
1.0.0-beta001
Added a space to the readme
Initial Release
The initial version of MessageDispatch.Core: a package which contains a range of methods for dispatching events to event consumers, using the core interfaces IConsume<TEvent> and IDispatcher.
Beta
1.0.0-beta Codestyles as private asset
Release Candidate 4
1.0.0-rc4 Updated build scripts to try to fix release note link
Release Candidate 5 - New Build Process
Merge pull request #11 from cognisant/fix-folders Fixed folders