Skip to content

Commit b6aa7ac

Browse files
committed
updated csproj for v3.5.0
1 parent 2b99274 commit b6aa7ac

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Code/Light.GuardClauses/Light.GuardClauses.csproj

Lines changed: 5 additions & 3 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.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>
@@ -12,9 +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.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&lt;T&gt;</PackageReleaseNotes>
1820
</PropertyGroup>
1921

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

0 commit comments

Comments
 (0)