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

Commit 408315c

Browse files
bkoelmanbkoelman
authored andcommitted
Metadata updates for next release: v1.0.9
1 parent 99ad6a6 commit 408315c

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
@@ -10,7 +10,7 @@
1010
<!-- https://github.com/NuGet/Home/issues/5630 -->
1111
<PackageId>ResharperCodeContractNullability.NuGetBugRequiresNewId</PackageId>
1212
<Title>Resharper Code Contract Nullability</Title>
13-
<Version>1.0.9-pre</Version>
13+
<Version>1.0.9</Version>
1414
<Authors>Bart Koelman</Authors>
1515
<Company />
1616
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
@@ -19,7 +19,7 @@
1919
<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
2020

2121
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>
22-
<PackageReleaseNotes>Added support for ValueTask&lt;T&gt;.</PackageReleaseNotes>
22+
<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>
2323
<Copyright>Apache License, Version 2.0</Copyright>
2424
<PackageTags>resharper code contracts annotations nullability analyzer canbenull notnull itemcanbenull itemnotnull rnul rinul</PackageTags>
2525
<NoPackageAnalysis>true</NoPackageAnalysis>

0 commit comments

Comments
 (0)