File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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'" >
You can’t perform that action at this time.
0 commit comments