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

Commit 01aafb2

Browse files
committed
Fixed packaging issue
1 parent 63f44e2 commit 01aafb2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/CodeContractNullability/CodeContractNullability/CodeContractNullability.csproj

Lines changed: 4 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</PackageId>
1212
<Title>Resharper Code Contract Nullability</Title>
13-
<Version>2.0.1</Version>
13+
<Version>2.0.2</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>Fixed handling of user-defined conversion operators.</PackageReleaseNotes>
22+
<PackageReleaseNotes>Fixed packaging issue.</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>
@@ -43,6 +43,8 @@ You need Visual Studio 2015/2017/2019 and Resharper v9 or higher to use this ana
4343
<None Update="build\*.props" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="" />
4444
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
4545
<None Include="$(OutputPath)\MsgPack.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
46+
<None Include="$(OutputPath)\TestableFileSystem.Wrappers.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
47+
<None Include="$(OutputPath)\TestableFileSystem.Interfaces.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
4648
</ItemGroup>
4749

4850
<ItemGroup>

0 commit comments

Comments
 (0)