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