Skip to content

v12.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@StevenTCramer StevenTCramer released this 20 Aug 01:35
· 137 commits to master since this release
833b369

πŸš€ Migration to TimeWarp.Mediator

Breaking Changes

  • Migrated from MediatR 12.4.1 to TimeWarp.Mediator 13.0.0
  • Changed service registration from AddMediatR to AddMediator
  • Updated all namespace imports from MediatR to TimeWarp.Mediator

Migration Guide

  1. Update package references from MediatR to TimeWarp.Mediator
  2. Change namespace imports from using MediatR; to using TimeWarp.Mediator;
  3. Update service registration from AddMediatR() to AddMediator()

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