Skip to content

Commit

Permalink
Merge pull request #274 from TimeWarpEngineering/Cramer/2021-12-19/do…
Browse files Browse the repository at this point in the history
…tnet6

Update Azure Badge Link
  • Loading branch information
StevenTCramer authored Dec 20, 2021
2 parents 8d3a72f + ff17691 commit 64e505b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Build/BlazorStateMultiStage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variables:
Major: 4
Minor: 1
Patch: 0
Beta: "-beta.3" # "-beta.X" or ""
Beta: "-beta.4" # "-beta.X" or ""
DotNetSdkVersion: 6.0.101

stages:
Expand Down
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Blazor-State

[![Build Status](https://timewarpenterprises.visualstudio.com/Blazor-State/_apis/build/status/Blazor-State-CI-Master-Yaml)](https://timewarpenterprises.visualstudio.com/Blazor-State/_build/latest?definitionId=7)
[![Build Status](https://timewarpenterprises.visualstudio.com/Blazor-State/_apis/build/status/TimeWarpEngineering.blazor-state?branchName=master)](https://timewarpenterprises.visualstudio.com/Blazor-State/_build/latest?definitionId=27&branchName=master)
[![nuget](https://img.shields.io/nuget/v/Blazor-State.svg)](https://www.nuget.org/packages/Blazor-State/)
[![nuget](https://img.shields.io/nuget/dt/Blazor-State.svg)](https://www.nuget.org/packages/Blazor-State/)

Expand All @@ -17,25 +17,6 @@ Blazor-State is available as a [Nuget Package](https://www.nuget.org/packages/Bl
```console
dotnet add package Blazor-State
```

## Acknowledgements

Jimmy Bogard ([MediatR](https://github.com/jbogard/MediatR)).
Jimmy is an amazing developer and a knowledge sharer.
Through his course at [11x Engineering](https://11xengineering.com/),
his many blog posts on Los Techies and now [JimmyBogard.com](https://jimmybogard.com/).
I have learned great amounts.

Peter Morris ([Blazor-Fluxor](https://github.com/mrpmorris/blazor-fluxor)). Pete and I
have been friends for many years and he is an amazing developer and person who has taught me much.
Not surprisingly Pete and I think much alike.
We independently started working on our State Management
components. Although I started first :P (By like a few days)
Pete's component attempts to solve most of the same problems.
Blazor-State draws on the strengths of a proven pipeline in MediatR where as Fluxor
implements its own middle-ware.
If Blazor-State does not meet your needs be sure to checkout Fluxor.

## Unlicense

The [Unlicense](https://choosealicense.com/licenses/unlicense/)
Expand Down

0 comments on commit 64e505b

Please sign in to comment.