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

Commit

Permalink
Fixed packaging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman committed Mar 14, 2021
1 parent 63f44e2 commit 01aafb2
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- https://github.com/NuGet/Home/issues/5630 -->
<PackageId>ResharperCodeContractNullability</PackageId>
<Title>Resharper Code Contract Nullability</Title>
<Version>2.0.1</Version>
<Version>2.0.2</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>Fixed handling of user-defined conversion operators.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed packaging issue.</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 All @@ -43,6 +43,8 @@ You need Visual Studio 2015/2017/2019 and Resharper v9 or higher to use this ana
<None Update="build\*.props" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="" />
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="$(OutputPath)\MsgPack.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="$(OutputPath)\TestableFileSystem.Wrappers.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="$(OutputPath)\TestableFileSystem.Interfaces.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 01aafb2

Please sign in to comment.