Skip to content

Commit abb63a2

Browse files
committed
rc4 is 1.0.0
1 parent 483ea76 commit abb63a2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Store api responses in localstorage and sessionstorage.
66

77
Configure if the api should be called or the cached value will be returned if available.
88

9+
Ideal for Blazor WebAssembly PWA's, that should work offline.
10+
911
## Installing
1012

1113
To install the package, add the following line to the csproj file. Replacing x.x.x with the latest version number (found at the top of this file):

Src/Drogecode.Blazor.ExpireStorage/Drogecode.Blazor.ExpireStorage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<RootNamespace>Drogecode.Blazor.ExpireStorage</RootNamespace>
8-
<Version>1.0.0-rc4</Version>
8+
<Version>1.0.0</Version>
99
<Title>Drogecode.Blazor.ExpireStorage</Title>
1010
<Authors>Taco Droogers</Authors>
1111
<PackageProjectUrl>https://github.com/Drogecode/Drogecode.Blazor.ExpireStorage</PackageProjectUrl>

0 commit comments

Comments
 (0)