Skip to content

Commit 7520754

Browse files
authored
Closes #79 - Add icon for the nuget package (#194)
* Closes #79 - Add icon for the nuget package Also adds copyright, readme and link to docs * Inline packed external files. (IDE adds them the other way)
1 parent 137b312 commit 7520754

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

IntelliTect.Analyzer/IntelliTect.Analyzer/IntelliTect.Analyzer.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111
<RepositoryUrl>https://github.com/IntelliTect/CodingGuidelines</RepositoryUrl>
1212
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1313
<Description>Analyzer aiding the implementation of IntelliTect internal coding guidelines</Description>
14-
<Copyright>Copyright</Copyright>
14+
<Copyright>Copyright 2021</Copyright>
1515
<PackageTags>IntelliTect.Analyzer, analyzers</PackageTags>
1616
<NoPackageAnalysis>true</NoPackageAnalysis>
1717
<NoWarn>CA1303</NoWarn>
18+
<PackageIcon>intellitect-avatar.png</PackageIcon>
19+
<PackageProjectUrl>https://intellitect.github.io/CodingGuidelines/</PackageProjectUrl>
20+
<PackageReadmeFile>README.md</PackageReadmeFile>
1821
</PropertyGroup>
1922

2023
<ItemGroup>
@@ -32,6 +35,8 @@
3235
<ItemGroup>
3336
<None Update="tools\*.ps1" CopyToOutputDirectory="Always" Pack="true" PackagePath="" />
3437
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
38+
<None Include="..\..\intellitect-avatar.png" Pack="true" PackagePath="" />
39+
<None Include="..\..\README.md" Pack="true" PackagePath="" />
3540
</ItemGroup>
3641

3742
</Project>

intellitect-avatar.png

2.9 KB
Loading

0 commit comments

Comments
 (0)