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

Commit 63f44e2

Browse files
committed
Metadata updates for next release: v2.0.1
1 parent e588aa9 commit 63f44e2

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

src/CodeContractNullability/CodeContractNullability/CodeContractNullability.csproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
<PropertyGroup>
1010
<!-- https://github.com/NuGet/Home/issues/5630 -->
11-
<PackageId>ResharperCodeContractNullability.NuGetBugRequiresNewId</PackageId>
11+
<PackageId>ResharperCodeContractNullability</PackageId>
1212
<Title>Resharper Code Contract Nullability</Title>
13-
<Version>2.0.1-pre</Version>
13+
<Version>2.0.1</Version>
1414
<Authors>Bart Koelman</Authors>
1515
<Company />
1616
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
@@ -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/2019 and Resharper v9 or higher to use this analyzer. See package "ResharperCodeContractNullabilityFxCop" if you use Visual Studio 2013 or lower.</Description>
22-
<PackageReleaseNotes>Added conversion of Resharper nullability attributes to C# nullable reference type syntax.</PackageReleaseNotes>
22+
<PackageReleaseNotes>Fixed handling of user-defined conversion operators.</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>
@@ -52,10 +52,6 @@ You need Visual Studio 2015/2017/2019 and Resharper v9 or higher to use this ana
5252
<PackageReference Include="Microsoft.CodeAnalysis" Version="1.0.1" PrivateAssets="all" />
5353
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="1.1.0" PrivateAssets="all" />
5454
<PackageReference Include="MsgPack.Cli" Version="1.0.1" PrivateAssets="all" />
55-
<PackageReference Include="ResharperCodeContractNullability" Version="2.0.0">
56-
<PrivateAssets>all</PrivateAssets>
57-
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
58-
</PackageReference>
5955
<PackageReference Include="TestableFileSystem.Wrappers" Version="2.0.1" />
6056
</ItemGroup>
6157

0 commit comments

Comments
 (0)