From 63f44e251b461a3dbd9f2ad37cc6ea407a9818b8 Mon Sep 17 00:00:00 2001 From: bart-degreed Date: Sun, 14 Mar 2021 22:24:17 +0100 Subject: [PATCH] Metadata updates for next release: v2.0.1 --- .../CodeContractNullability.csproj | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/CodeContractNullability/CodeContractNullability/CodeContractNullability.csproj b/src/CodeContractNullability/CodeContractNullability/CodeContractNullability.csproj index 558e30d..d713f90 100644 --- a/src/CodeContractNullability/CodeContractNullability/CodeContractNullability.csproj +++ b/src/CodeContractNullability/CodeContractNullability/CodeContractNullability.csproj @@ -8,9 +8,9 @@ - ResharperCodeContractNullability.NuGetBugRequiresNewId + ResharperCodeContractNullability Resharper Code Contract Nullability - 2.0.1-pre + 2.0.1 Bart Koelman Apache-2.0 @@ -19,7 +19,7 @@ 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. - Added conversion of Resharper nullability attributes to C# nullable reference type syntax. + Fixed handling of user-defined conversion operators. Apache License, Version 2.0 resharper code contracts annotations nullability analyzer canbenull notnull itemcanbenull itemnotnull rnul rinul true @@ -52,10 +52,6 @@ You need Visual Studio 2015/2017/2019 and Resharper v9 or higher to use this ana - - all - runtime; build; native; contentfiles; analyzers -