Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Jun 29, 2024
2 parents e93e84a + 6fb17c2 commit 98a4b33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ were aimed more at server scenarios, while also adding some features we feel ben
- Docs
- [Main](https://shinylib.net/client/mediator/)
- [Quick Start](https://shinylib.net/client/mediator/quick-start/)
- [Middleware](http://localhost:4321/client/mediator/middleware)
- [Advanced](http://localhost:4321/client/mediator/advanced/)
- [Sample](https://github.com/shinyorg/mediator/tree/main/Sample)
- [End-to-End Architectural Layout Sample](https://github.com/shinyorg/mediatorsample)

## Features
- A Mediator for your .NET Apps (MAUI & Blazor are the main targets for us)
Expand All @@ -34,6 +33,16 @@ were aimed more at server scenarios, while also adding some features we feel ben
- Lightweight, No external dependencies, tiny bit of reflection
- Help remove service overrun and reduce your constructor fat
- Easy to Unit Test
- Epic Out-of-the-Box Middleware
- Offline Caching
- Caching
- Resiliency
- User Exception Handling notifications
- Exception Handling logging
- Performance Time Logging
- Main Thread Dispatching
- Replayable Streams
- Refresh Timer Streams

## Works With
- .NET MAUI - all platforms
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.3.0-beta.{height}",
"version": "1.4.0-beta.{height}",
"assemblyVersion": {
"precision": "revision"
},
Expand Down

0 comments on commit 98a4b33

Please sign in to comment.