Skip to content

Commit 7c98199

Browse files
committed
updated version to 5.0.1
1 parent ad3d169 commit 7c98199

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Code/Light.GuardClauses/Light.GuardClauses.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetFrameworks Condition="'$(TargetFrameworks)' == ''">netstandard2.0;netstandard1.0;net45;net40;sl5;net35;net35-cf</TargetFrameworks>
77
<LangVersion>7.2</LangVersion>
88
<Description>A lightweight .NET library for expressive Guard Clauses.</Description>
9-
<Version>5.0.0</Version>
9+
<Version>5.0.1</Version>
1010
<Authors>Kenny Pflug</Authors>
1111
<Company>Kenny Pflug</Company>
1212
<Copyright>Copyright © Kenny Pflug 2016 - 2018</Copyright>
@@ -16,10 +16,8 @@
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
20-
Breaking Changes: new logic for custom exceptions and messages (Issue 53):
21-
- When an exceptionFactory is provided, the resulting exception is always thrown, no matter what check fails inside an assertion
22-
- Messages are passed to all exceptions that are thrown by Light.GuardClauses
19+
<PackageReleaseNotes>Light.GuardClauses 5.0.1 - performance fix
20+
- MustNotBeDefault now does not allocate when T is resolved to a value type
2321
</PackageReleaseNotes>
2422
</PropertyGroup>
2523

0 commit comments

Comments
 (0)