From 696895d41951adab3aab6e81cc9e4c544d42957d Mon Sep 17 00:00:00 2001 From: StevenTCramer Date: Mon, 20 Dec 2021 10:41:03 +0000 Subject: [PATCH 1/3] Move Acknowledgements from Readme to different file --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index b306e8fe7..145e13080 100644 --- a/README.md +++ b/README.md @@ -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/) From 2c2127d4c47e403bfa9463297f6b68b35aff31c2 Mon Sep 17 00:00:00 2001 From: StevenTCramer Date: Mon, 20 Dec 2021 10:41:32 +0000 Subject: [PATCH 2/3] Bump to beta 4 --- Build/BlazorStateMultiStage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/BlazorStateMultiStage.yml b/Build/BlazorStateMultiStage.yml index a7fa5a7b2..b86f696dd 100644 --- a/Build/BlazorStateMultiStage.yml +++ b/Build/BlazorStateMultiStage.yml @@ -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: From ff176919a5085d7df346df92d58f14f9af7f7134 Mon Sep 17 00:00:00 2001 From: StevenTCramer Date: Mon, 20 Dec 2021 10:49:36 +0000 Subject: [PATCH 3/3] Update badge Markdown from Azure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 145e13080..b80370cbd 100644 --- a/README.md +++ b/README.md @@ -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/)