Skip to content

Commit 1f82bd4

Browse files
authored
updated readme for version 8.0.1
1 parent a9e8e6d commit 1f82bd4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
**A lightweight .NET library for expressive Guard Clauses.**
33

44
[![License](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://github.com/feO2x/Light.GuardClauses/blob/master/LICENSE)
5-
[![NuGet](https://img.shields.io/badge/NuGet-8.0.0-blue.svg?style=for-the-badge)](https://www.nuget.org/packages/Light.GuardClauses/)
6-
[![Source Code](https://img.shields.io/badge/Source%20Code-8.0.0-blue.svg?style=for-the-badge)](https://github.com/feO2x/Light.GuardClauses/blob/master/Light.GuardClauses.SingleFile.cs)
5+
[![NuGet](https://img.shields.io/badge/NuGet-8.0.1-blue.svg?style=for-the-badge)](https://www.nuget.org/packages/Light.GuardClauses/)
6+
[![Source Code](https://img.shields.io/badge/Source%20Code-8.0.1-blue.svg?style=for-the-badge)](https://github.com/feO2x/Light.GuardClauses/blob/master/Light.GuardClauses.SingleFile.cs)
77
[![Documentation](https://img.shields.io/badge/Docs-Wiki-yellowgreen.svg?style=for-the-badge)](https://github.com/feO2x/Light.GuardClauses/wiki)
88
[![Documentation](https://img.shields.io/badge/Docs-Changelog-yellowgreen.svg?style=for-the-badge)](https://github.com/feO2x/Light.GuardClauses/releases)
99

@@ -112,7 +112,7 @@ Light.GuardClauses is available as a [NuGet package](https://www.nuget.org/packa
112112

113113
- **dotnet CLI**: `dotnet add package Light.GuardClauses`
114114
- **Visual Studio Package Manager Console**: `Install-Package Light.GuardClauses`
115-
- **Package Reference in csproj**: `<PackageReference Include="Light.GuardClauses" Version="8.0.0" />`
115+
- **Package Reference in csproj**: `<PackageReference Include="Light.GuardClauses" Version="8.0.1" />`
116116

117117
Also, you can incorporate Light.GuardClauses as a **single source file** where the API is changed to `internal`. This is especially interesting for framework / library developers that do not want to have a dependency on the Light.GuardClauses DLL. You can grab the default .NET Standard 2.0 version in [Light.GuardClauses.SingleFile.cs](https://github.com/feO2x/Light.GuardClauses/blob/master/Light.GuardClauses.SingleFile.cs) or you can use the [Light.GuardClauses.SourceCodeTransformation](https://github.com/feO2x/Light.GuardClauses/tree/master/Code/Light.GuardClauses.SourceCodeTransformation) project to create your custom file. You can learn more about it [here](https://github.com/feO2x/Light.GuardClauses/wiki/Including-Light.GuardClauses-as-source-code).
118118

0 commit comments

Comments
 (0)