v12.0.0-beta.1
Pre-release
Pre-release
·
137 commits
to master
since this release
π Migration to TimeWarp.Mediator
Breaking Changes
- Migrated from MediatR 12.4.1 to TimeWarp.Mediator 13.0.0
- Changed service registration from
AddMediatRtoAddMediator - Updated all namespace imports from
MediatRtoTimeWarp.Mediator
Migration Guide
- Update package references from
MediatRtoTimeWarp.Mediator - Change namespace imports from
using MediatR;tousing TimeWarp.Mediator; - Update service registration from
AddMediatR()toAddMediator()
What's Changed
- Updated all package references and namespaces
- Fixed analyzer tests to use TimeWarp.Mediator.Contracts.dll
- Updated all XML comments and documentation
- All existing functionality preserved with full API compatibility
Full Changelog: v11.0.3...v12.0.0-beta.1