Skip to content

Commit a9459ed

Browse files
committed
chore: update readme and PackageReleaseNotes for 14.0.0 release
Signed-off-by: Kenny Pflug <[email protected]>
1 parent 1251e7f commit a9459ed

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

Code/Light.GuardClauses/Light.GuardClauses.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@
2626
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2727
<PackageReadmeFile>README.md</PackageReadmeFile>
2828
<PackageReleaseNotes>
29-
Light.GuardClauses 13.1.0
29+
Light.GuardClauses 14.0.0
3030
--------------------------------
3131

32-
- new assertions for ImmutableArray&lt;T&gt;: MustNotBeDefaultOrEmpty, MustHaveLength, MustHaveLengthIn, MustHaveMinimumLength, MustHaveMaximumLength
33-
- new dependency: System.Collections.Immutable
32+
- Breaking Change: Check.Contains(string, string, System.StringComparison) now exists in Light.GuardClauses.FrameworkExtensions to avoid conflict with other polyfill libraries
3433
</PackageReleaseNotes>
3534
</PropertyGroup>
3635

Code/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>13.1.0</Version>
3+
<Version>14.0.0</Version>
44
</PropertyGroup>
55
</Project>

README.md

Lines changed: 6 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-13.1.0-blue.svg?style=for-the-badge)](https://www.nuget.org/packages/Light.GuardClauses/)
6-
[![Source Code](https://img.shields.io/badge/Source%20Code-13.1.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-14.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-14.0.0-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

@@ -108,7 +108,10 @@ And, of course, the functional correctness of **Light.GuardClauses** is covered
108108

109109
## Supported Platforms
110110

111-
**Light.GuardClauses** is built against [.NET 8, .NET Standard 2.0 and 2.1](https://docs.microsoft.com/en-us/dotnet/standard/net-standard), thus it can be used with a large variaty of target frameworks like .NET 5 or newer .NET Framework 4.6.1 or newer, Unity, Mono, or UWP.
111+
**Light.GuardClauses** is built
112+
against [.NET 8, .NET Standard 2.0 and 2.1](https://docs.microsoft.com/en-us/dotnet/standard/net-standard), thus it can
113+
be used with a large variety of target frameworks like .NET 5 or newer .NET Framework 4.6.1 or newer, Unity, Mono, or
114+
UWP.
112115

113116
## How to Install
114117

0 commit comments

Comments
 (0)