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

Commit 5455fda

Browse files
Bart KoelmanBart Koelman
authored andcommitted
Metadata updates for next release: v1.0.10
1 parent d3065a2 commit 5455fda

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.10-pre</Version>
11+
<Version>1.0.10</Version>
1212
<Authors>Bart Koelman</Authors>
1313
<Company />
1414
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
@@ -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 and Resharper v9 or higher to use this analyzer. See package "ResharperCodeContractNullabilityFxCop" if you use Visual Studio 2013 or lower.</Description>
20-
<PackageReleaseNotes>Bugfix: apply fix would reformat entire document; fix all in document/project/solution: 5x faster, no longer uses excessive memory and causes a lot less merge conflicts (resulting in more changes); enable concurrent execution, if available.</PackageReleaseNotes>
20+
<PackageReleaseNotes>Added support for loading external annotations from NuGet cache and from Rider installation directory; graceful recovery from broken cache file.</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)