Skip to content

Commit 6a46867

Browse files
committed
refactor(documentation): update
1 parent d6d8b2b commit 6a46867

11 files changed

Lines changed: 11 additions & 11 deletions

documentation/simplew/docs/addons/helper-basicauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ That policy stays in your own custom middleware, which makes this package a good
2929
Install the package from NuGet:
3030

3131
```sh
32-
$ dotnet add package SimpleW.Helper.BasicAuth --version 26.0.0-rc.20260415-1732
32+
$ dotnet add package SimpleW.Helper.BasicAuth --version 26.0.0-rc.20260417-1750
3333
```
3434

3535

documentation/simplew/docs/addons/helper-hosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ It allows you to :
3535
Install the package from NuGet:
3636

3737
```sh
38-
$ dotnet add package SimpleW.Helper.Hosting --version 26.0.0-rc.20260415-1732
38+
$ dotnet add package SimpleW.Helper.Hosting --version 26.0.0-rc.20260417-1750
3939
```
4040

4141

documentation/simplew/docs/addons/helper-jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It allows you to :
2525
Install the package from NuGet:
2626

2727
```sh
28-
$ dotnet add package SimpleW.Helper.Jwt --version 26.0.0-rc.20260415-1732
28+
$ dotnet add package SimpleW.Helper.Jwt --version 26.0.0-rc.20260417-1750
2929
```
3030

3131
## Configuration options

documentation/simplew/docs/addons/helper-razor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It allows you to :
3030
## Installation
3131

3232
```sh
33-
$ dotnet add package SimpleW.Helper.Razor --version 26.0.0-rc.20260415-1732
33+
$ dotnet add package SimpleW.Helper.Razor --version 26.0.0-rc.20260417-1750
3434
```
3535

3636

documentation/simplew/docs/addons/jsonengine-newtonsoft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For this reason, SimpleW provides an official alternative engine via the `Simple
2020
#### Installation
2121

2222
```sh
23-
$ dotnet add package SimpleW.JsonEngine.Newtonsoft --version 26.0.0-rc.20260415-1732
23+
$ dotnet add package SimpleW.JsonEngine.Newtonsoft --version 26.0.0-rc.20260417-1750
2424
```
2525

2626

documentation/simplew/docs/addons/service-basicauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It allows you to:
3232
Install the package from NuGet:
3333

3434
```sh
35-
$ dotnet add package SimpleW.Service.BasicAuth --version 26.0.0-rc.20260415-1732
35+
$ dotnet add package SimpleW.Service.BasicAuth --version 26.0.0-rc.20260417-1750
3636
```
3737

3838

documentation/simplew/docs/addons/service-firewall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Optional dependency if you enable GeoIP country filtering :
3030
## Installation
3131

3232
```sh
33-
$ dotnet add package SimpleW.Service.Firewall --version 26.0.0-rc.20260415-1732
33+
$ dotnet add package SimpleW.Service.Firewall --version 26.0.0-rc.20260417-1750
3434
```
3535

3636

documentation/simplew/docs/addons/service-latency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ No external dependencies.
2626
## Installation
2727

2828
```sh
29-
$ dotnet add package SimpleW.Service.Latency --version 26.0.0-rc.20260415-1732
29+
$ dotnet add package SimpleW.Service.Latency --version 26.0.0-rc.20260417-1750
3030
```
3131

3232

documentation/simplew/docs/addons/service-letsencrypt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It allows you to :
2929
## Installation
3030

3131
```sh
32-
$ dotnet add package SimpleW.Service.Letsencrypt --version 26.0.0-rc.20260415-1732
32+
$ dotnet add package SimpleW.Service.Letsencrypt --version 26.0.0-rc.20260417-1750
3333
```
3434

3535

documentation/simplew/docs/addons/service-openid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It allows you to:
3333
Install the package from NuGet:
3434

3535
```sh
36-
$ dotnet add package SimpleW.Service.OpenID --version 26.0.0-rc.20260415-1732
36+
$ dotnet add package SimpleW.Service.OpenID --version 26.0.0-rc.20260417-1750
3737
```
3838

3939

0 commit comments

Comments
 (0)