Skip to content

Commit b414758

Browse files
committed
updated version to 6.0.0
1 parent 82c52a6 commit b414758

3 files changed

Lines changed: 4561 additions & 3 deletions

File tree

Code/Light.GuardClauses/Light.GuardClauses.csproj

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,17 @@
1616
<RepositoryType>Git</RepositoryType>
1717
<PackageTags>Assertions Preconditions GuardClauses DesignByContract DbC</PackageTags>
1818
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
19-
<PackageReleaseNotes>Light.GuardClauses 5.0.1 - performance fix
20-
- MustNotBeDefault now does not allocate when T is resolved to a value type
19+
<PackageReleaseNotes>
20+
Light.GuardClauses 6.0.0
21+
--------------------------------
22+
- Light.GuardClauses is now available as source code distribution with internal types (see Light.GuardClauses.SingleFile.cs in the top-level folder of the repository).
23+
- Added string.Equals extension method which allows comparing strings ignoring the white space. Added corresponding MustBe and MustNotBe overloads for strings.
24+
- added char.IsLetter, char.IsDigit, char.IsLetterOrDigit, and char.IsWhiteSpace extension methods
25+
- fixed some typos in XML comments
26+
27+
Breaking changes:
28+
--------------------------------
29+
- Fixed typo in type: EqualivalentTypeComparer is now called EquivalentTypeComparer
2130
</PackageReleaseNotes>
2231
</PropertyGroup>
2332

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>5.0.1</Version>
3+
<Version>6.0.0</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)