Skip to content

Commit 2a78062

Browse files
committed
updated csproj for v3.3.0
1 parent 74cbab1 commit 2a78062

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Code/Light.GuardClauses/Light.GuardClauses.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard1.0</TargetFramework>
55
<Description>A lightweight .NET library for expressive Guard Clauses.</Description>
6-
<Version>3.2.0</Version>
6+
<Version>3.3.0</Version>
77
<Authors>Kenny Pflug</Authors>
88
<Company>Kenny Pflug</Company>
99
<Copyright>Copyright © Kenny Pflug</Copyright>
@@ -12,11 +12,11 @@
1212
<PackageLicenseUrl>https://raw.githubusercontent.com/feO2x/Light.GuardClauses/master/LICENSE</PackageLicenseUrl>
1313
<RepositoryType>Git</RepositoryType>
1414
<PackageTags>Assertions Preconditions GuardClauses DesignByContract DbC</PackageTags>
15-
<PackageReleaseNotes>New Features in version 3.2.0
15+
<PackageReleaseNotes>New Features in version 3.3.0
1616
--------------------------------------
17-
- added IsMatching for strings
18-
- added MustBeAbstraction and IsAbstraction for types
19-
- added ForEach and IsOneOf for enumerables</PackageReleaseNotes>
17+
- added IsStaticClass, MustBeStaticClass, and MustNotBeStaticClass for Types
18+
- added MustHaveMinimumLength and MustHaveMaximumLength for Strings
19+
- added IsLengthIn, MustHaveLengthIn, and MustNotHaveLengthIn for Strings</PackageReleaseNotes>
2020
</PropertyGroup>
2121

2222
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)