Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit e5a82fe

Browse files
Bart KoelmanBart Koelman
authored andcommitted
Metadata updates for next release: v2.0.0
1 parent 8497e22 commit e5a82fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CodeContractNullability/CodeContractNullability/CodeContractNullability.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- https://github.com/NuGet/Home/issues/5630 -->
99
<PackageId>ResharperCodeContractNullability.NuGetBugRequiresNewId</PackageId>
1010
<Title>Resharper Code Contract Nullability</Title>
11-
<Version>1.0.11-pre</Version>
11+
<Version>2.0.0</Version>
1212
<Authors>Bart Koelman</Authors>
1313
<Company />
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
@@ -17,7 +17,7 @@
1717
<Description>Reports diagnostics, helping you to annotate your source tree with (Item)NotNull / (Item)CanBeNull attributes. See also: https://www.jetbrains.com/resharper/help/Code_Analysis__Code_Annotations.html
1818

1919
You need Visual Studio 2015/2017/2019 and Resharper v9 or higher to use this analyzer. See package "ResharperCodeContractNullabilityFxCop" if you use Visual Studio 2013 or lower.</Description>
20-
<PackageReleaseNotes>Added support for loading external annotations from NuGet cache and from Rider installation directory; graceful recovery from broken cache file.</PackageReleaseNotes>
20+
<PackageReleaseNotes>Added conversion of Resharper nullability attributes to C# nullable reference type syntax.</PackageReleaseNotes>
2121
<Copyright>Apache License, Version 2.0</Copyright>
2222
<PackageTags>resharper code contracts annotations nullability analyzer canbenull notnull itemcanbenull itemnotnull rnul rinul</PackageTags>
2323
<NoPackageAnalysis>true</NoPackageAnalysis>

0 commit comments

Comments
 (0)