BlazorStateManager 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BlazorStateManager --version 1.0.0
NuGet\Install-Package BlazorStateManager -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BlazorStateManager" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlazorStateManager --version 1.0.0
#r "nuget: BlazorStateManager, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BlazorStateManager as a Cake Addin
#addin nuget:?package=BlazorStateManager&version=1.0.0

// Install BlazorStateManager as a Cake Tool
#tool nuget:?package=BlazorStateManager&version=1.0.0

Services that help working between different components in a Blazor application easier. These include interfaces for IStateManager which commits & notifies of data changes. IStoragePersistance which allows objects to be stores in LocalStorage, Session, or Cookies. IMediator which can notify other components about certain events.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.2 142 2/27/2024
1.1.2 247 7/21/2023
1.1.0 523 6/27/2023
1.0.7 784 2/24/2023
1.0.5 654 12/29/2021
1.0.4 272 12/23/2021
1.0.3 284 12/17/2021
1.0.2 1,531 9/16/2021
1.0.0 388 2/4/2021

Initial Release