Skip to content

Commit a321c2a

Browse files
committed
updated version to 9.0.0, added 9.0.0 release notes
1 parent 9808389 commit a321c2a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Code/Light.GuardClauses/Light.GuardClauses.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<RepositoryType>Git</RepositoryType>
1818
<PackageTags>Assertions;Preconditions;GuardClauses;DesignByContract;DbC</PackageTags>
1919
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
20-
<PackageReleaseNotes>Light.GuardClauses 8.1.0
20+
<PackageReleaseNotes>Light.GuardClauses 9.0.0
2121
--------------------------------
22-
- added is IsNewLine and MustBeNewLine
23-
- fixed warnings about incorrect NRT use in IEqualityComparer&lt;T&gt; implementations
22+
- added support for .NET Analyzers / FxCopAnalyzers via ValidatedNotNullAttribute.
23+
- Breaking change: simplified parameterlist of Throw.EmptyCollection
2424
</PackageReleaseNotes>
2525
</PropertyGroup>
2626

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

0 commit comments

Comments
 (0)