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

Commit

Permalink
Metadata updates for next release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Koelman authored and Bart Koelman committed Mar 27, 2019
1 parent 8497e22 commit e5a82fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- https://github.com/NuGet/Home/issues/5630 -->
<PackageId>ResharperCodeContractNullability.NuGetBugRequiresNewId</PackageId>
<Title>Resharper Code Contract Nullability</Title>
<Version>1.0.11-pre</Version>
<Version>2.0.0</Version>
<Authors>Bart Koelman</Authors>
<Company />
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand All @@ -17,7 +17,7 @@
<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

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>
<PackageReleaseNotes>Added support for loading external annotations from NuGet cache and from Rider installation directory; graceful recovery from broken cache file.</PackageReleaseNotes>
<PackageReleaseNotes>Added conversion of Resharper nullability attributes to C# nullable reference type syntax.</PackageReleaseNotes>
<Copyright>Apache License, Version 2.0</Copyright>
<PackageTags>resharper code contracts annotations nullability analyzer canbenull notnull itemcanbenull itemnotnull rnul rinul</PackageTags>
<NoPackageAnalysis>true</NoPackageAnalysis>
Expand Down

0 comments on commit e5a82fe

Please sign in to comment.