-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #366 from TimeWarpEngineering/Cramer/2023-06-18
Major Release do to MediatR update
- Loading branch information
Showing
7 changed files
with
49 additions
and
11 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
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
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
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,12 @@ | ||
--- | ||
uid: BlazorState:Migration7-8.md | ||
title: Migrate From 7.X to 8.X | ||
--- | ||
|
||
# Migration | ||
|
||
## From 7.x to 8.x | ||
|
||
### MediatR 11 to 12 migration | ||
|
||
In this release we migrate from MediatR 11 to 12 see the MediatR migration notes here https://github.com/jbogard/MediatR/wiki/Migration-Guide-11.x-to-12.0 |
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,19 @@ | ||
--- | ||
uid: BlazorState:Release.9.0.0.md | ||
title: Release 9.0.0 | ||
--- | ||
|
||
## Release 9.0.0 | ||
|
||
### Breaking Changes | ||
|
||
* Blazor-State now requires MediatR version 12.1.1 which actually should have been a breaking change on MediatR. | ||
|
||
See [Migrations](xref:BlazorState:Migration8-9.md) for instructions on how to migrate from version 7.0.0 to 8.0.0. | ||
|
||
### Other Changes | ||
|
||
* Updates to the Sample app and test app to use MediatR version 12.1 | ||
* Update Microsoft.CodeAnalysis.Common 4.6.0 -> 4.7.0 | ||
* Update Microsoft.CodeAnalysis.CSharp.Workspaces 4.6.0 -> 4.7.0 | ||
* Updates other development dependencies |
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
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