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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman committed Mar 14, 2021
1 parent e588aa9 commit 63f44e2
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

<PropertyGroup>
<!-- https://github.com/NuGet/Home/issues/5630 -->
<PackageId>ResharperCodeContractNullability.NuGetBugRequiresNewId</PackageId>
<PackageId>ResharperCodeContractNullability</PackageId>
<Title>Resharper Code Contract Nullability</Title>
<Version>2.0.1-pre</Version>
<Version>2.0.1</Version>
<Authors>Bart Koelman</Authors>
<Company />
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand All @@ -19,7 +19,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 conversion of Resharper nullability attributes to C# nullable reference type syntax.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed handling of user-defined conversion operators.</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 Expand Up @@ -52,10 +52,6 @@ You need Visual Studio 2015/2017/2019 and Resharper v9 or higher to use this ana
<PackageReference Include="Microsoft.CodeAnalysis" Version="1.0.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="1.1.0" PrivateAssets="all" />
<PackageReference Include="MsgPack.Cli" Version="1.0.1" PrivateAssets="all" />
<PackageReference Include="ResharperCodeContractNullability" Version="2.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="TestableFileSystem.Wrappers" Version="2.0.1" />
</ItemGroup>

Expand Down

0 comments on commit 63f44e2

Please sign in to comment.