Skip to content

Commit 7232550

Browse files
committed
Add NuGet package icons
1 parent 11b7590 commit 7232550

5 files changed

Lines changed: 5 additions & 0 deletions

ModularityKit.Mutator.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<Project Path="Examples/Governance/VersionedResolution/VersionedResolution.csproj" />
1616
</Folder>
1717
<Folder Name="/Tests/">
18+
<Project Path="Tests/ModularityKit.Mutator.Tests/ModularityKit.Mutator.Tests.csproj" />
1819
<Project Path="Tests/ModularityKit.Mutator.Governance.Tests/ModularityKit.Mutator.Governance.Tests.csproj" />
1920
</Folder>
2021
<Folder Name="/Benchmarks/">
12.1 KB
Loading
11 KB
Loading

src/ModularityKit.Mutator.Governance.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1818
<PackageTags>governance;approvals;requests;workflow;audit</PackageTags>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
20+
<PackageIcon>modularitykit-mutator-governance-logo-128.png</PackageIcon>
2021
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2122
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2223
</PropertyGroup>
@@ -33,6 +34,7 @@
3334
<None Include="Governance/README.md" Pack="true" PackagePath="" Visible="false" />
3435
<None Include="../assets/governance/logotype_governance.png" Pack="true" PackagePath="" Visible="false" Link="logotype_governance.png" />
3536
<None Include="../assets/governance/logogorver.png" Pack="true" PackagePath="" Visible="false" Link="logogorver.png" />
37+
<None Include="../assets/governance/modularitykit-mutator-governance-logo-128.png" Pack="true" PackagePath="" Visible="false" Link="modularitykit-mutator-governance-logo-128.png" />
3638
<None Include="../assets/governance/goverwhatadded.png" Pack="true" PackagePath="" Visible="false" Link="goverwhatadded.png" />
3739
<None Include="../assets/governance/mutator-governance-overview.png" Pack="true" PackagePath="" Visible="false" Link="mutator-governance-overview.png" />
3840
</ItemGroup>

src/ModularityKit.Mutator.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1616
<PackageTags>mutations;policy;audit;history;governance</PackageTags>
1717
<PackageReadmeFile>README.md</PackageReadmeFile>
18+
<PackageIcon>modularitykit-mutator-logo-128.png</PackageIcon>
1819
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1920
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2021
</PropertyGroup>
@@ -30,6 +31,7 @@
3031
<ItemGroup>
3132
<None Include="README.md" Pack="true" PackagePath="" Visible="false" />
3233
<None Include="../assets/brand/logo.png" Pack="true" PackagePath="" Visible="false" Link="logo.png" />
34+
<None Include="../assets/brand/modularitykit-mutator-logo-128.png" Pack="true" PackagePath="" Visible="false" Link="modularitykit-mutator-logo-128.png" />
3335
<None Include="../assets/core/mutator-overview.png" Pack="true" PackagePath="" Visible="false" Link="mutator-overview.png" />
3436
<None Include="../assets/core/mutator-core-what-it-provides.png" Pack="true" PackagePath="" Visible="false" Link="mutator-core-what-it-provides.png" />
3537
</ItemGroup>

0 commit comments

Comments
 (0)