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.4 .0</Version >
6+ <Version >3.5 .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.4 .0
15+ <PackageReleaseNotes >New Features in version 3.5 .0
1616--------------------------------------
17- - added ExtractPropery and ExtractField for Expressions</PackageReleaseNotes >
17+ - added structural equality testing for collections: IsStructurallyEquivalentTo and IsStructurallyEqualTo
18+ - added overloads for AsList and AsReadOnlyList that allow you to specify a create-collection delegate
19+ - added IndexOf and IsContaining for IReadOnlyList< T> </PackageReleaseNotes >
1820 </PropertyGroup >
1921
2022 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments