Skip to content

Commit c3f0669

Browse files
committed
Update docs
1 parent fb3e712 commit c3f0669

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Stashbox is a lightweight, fast, and portable dependency injection framework for
1414

1515
Github (stable) | NuGet (stable) | Fuget (stable) | NuGet (pre-release)
1616
--- | --- |---------------------------------------------------------------------------------------------------------------------------------| ---
17-
[![Github release](https://img.shields.io/github/release/z4kn4fein/stashbox.svg)](https://github.com/z4kn4fein/stashbox/releases) | [![NuGet Version](https://buildstats.info/nuget/Stashbox)](https://www.nuget.org/packages/Stashbox/) | [![Stashbox on fuget.org](https://www.fuget.org/packages/Stashbox/badge.svg?v=5.15.0)](https://www.fuget.org/packages/Stashbox) | [![Nuget pre-release](https://img.shields.io/nuget/vpre/Stashbox)](https://www.nuget.org/packages/Stashbox/)
17+
[![Github release](https://img.shields.io/github/release/z4kn4fein/stashbox.svg)](https://github.com/z4kn4fein/stashbox/releases) | [![NuGet Version](https://buildstats.info/nuget/Stashbox)](https://www.nuget.org/packages/Stashbox/) | [![Stashbox on fuget.org](https://www.fuget.org/packages/Stashbox/badge.svg?v=5.16.0)](https://www.fuget.org/packages/Stashbox) | [![Nuget pre-release](https://img.shields.io/nuget/vpre/Stashbox)](https://www.nuget.org/packages/Stashbox/)
1818

1919
## Core Attributes
2020
- 🚀 Fast, thread-safe, and lock-free operations.

docs/docs/getting-started/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ Stashbox and its extensions are distributed via [NuGet](https://www.nuget.org/pa
1212

1313
You can install the package by typing the following into the Package Manager Console:
1414
```powershell
15-
Install-Package Stashbox -Version 5.15.0
15+
Install-Package Stashbox -Version 5.16.0
1616
```
1717

1818
</TabItem>
1919
<TabItem value="dotnet CLI" label="dotnet CLI">
2020

2121
You can install the package by using the dotnet cli:
2222
```bash
23-
dotnet add package Stashbox --version 5.15.0
23+
dotnet add package Stashbox --version 5.16.0
2424
```
2525

2626
</TabItem>
2727
<TabItem value="PackageReference" label="PackageReference">
2828

2929
You can add the package into the package references of your `.csproj`:
3030
```xml
31-
<PackageReference Include="Stashbox" Version="5.15.0" />
31+
<PackageReference Include="Stashbox" Version="5.16.0" />
3232
```
3333

3434
</TabItem>

docs/docs/getting-started/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These are the latest available stable and pre-release versions:
1717

1818
Github (stable) | NuGet (stable) | Fuget (stable) | NuGet (daily)
1919
--- | --- |---------------------------------------------------------------------------------------------------------------------------------| ---
20-
[![Github release](https://img.shields.io/github/release/z4kn4fein/stashbox.svg)](https://github.com/z4kn4fein/stashbox/releases) | [![NuGet Version](https://buildstats.info/nuget/Stashbox)](https://www.nuget.org/packages/Stashbox/) | [![Stashbox on fuget.org](https://www.fuget.org/packages/Stashbox/badge.svg?v=5.15.0)](https://www.fuget.org/packages/Stashbox) | [![Nuget pre-release](https://img.shields.io/nuget/vpre/Stashbox)](https://www.nuget.org/packages/Stashbox/)
20+
[![Github release](https://img.shields.io/github/release/z4kn4fein/stashbox.svg)](https://github.com/z4kn4fein/stashbox/releases) | [![NuGet Version](https://buildstats.info/nuget/Stashbox)](https://www.nuget.org/packages/Stashbox/) | [![Stashbox on fuget.org](https://www.fuget.org/packages/Stashbox/badge.svg?v=5.16.0)](https://www.fuget.org/packages/Stashbox) | [![Nuget pre-release](https://img.shields.io/nuget/vpre/Stashbox)](https://www.nuget.org/packages/Stashbox/)
2121

2222
## Core attributes
2323
- 🚀 Fast, thread-safe, and lock-free operations.

0 commit comments

Comments
 (0)