Skip to content

Commit 3712c32

Browse files
author
Rick Butterfield
committed
Sync path for icon
1 parent 77ab2a7 commit 3712c32

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/Umbraco.Community.Sustainability/Umbraco.Community.Sustainability.csproj

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,28 @@
55
<Nullable>enable</Nullable>
66
<StaticWebAssetBasePath>App_Plugins</StaticWebAssetBasePath>
77
<ContentTargetFolders>.</ContentTargetFolders>
8+
89
<Product>Umbraco.Community.Sustainability</Product>
910
<PackageId>Umbraco.Community.Sustainability</PackageId>
1011
<Title>Umbraco.Community.Sustainability</Title>
1112
<Description>A package from the Umbraco Community Sustainability Team which helps developers and editors see and improve the carbon impact of their websites.</Description>
1213
<PackageTags>umbraco;umbraco-marketplace</PackageTags>
14+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15+
1316
<RootNamespace>Umbraco.Community.Sustainability</RootNamespace>
1417
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
18+
1519
<VersionPrefix>1.0.0</VersionPrefix>
1620
<VersionSuffix></VersionSuffix>
1721
<Authors>Umbraco Sustainability Community Team</Authors>
1822
<Copyright>$([System.DateTime]::UtcNow.ToString(`yyyy`)) © Umbraco Sustainability Community Team</Copyright>
23+
1924
<PackageProjectUrl>https://github.com/rickbutterfield/Umbraco.Community.Sustainability</PackageProjectUrl>
2025
<RepositoryUrl>https://github.com/rickbutterfield/Umbraco.Community.Sustainability</RepositoryUrl>
21-
<PackageReadmeFile>README_nuget.md</PackageReadmeFile>
26+
<PackageIcon></PackageIcon>
27+
2228
<RepositoryType>git</RepositoryType>
23-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
29+
<PackageReadmeFile>README_nuget.md</PackageReadmeFile>
2430
</PropertyGroup>
2531

2632
<ItemGroup>
@@ -43,6 +49,10 @@
4349
</ItemGroup>
4450

4551
<ItemGroup>
52+
<None Include="..\..\.github\assets\icon.png">
53+
<Pack>True</Pack>
54+
<PackagePath>\</PackagePath>
55+
</None>
4656
<None Include="..\..\docs\README_nuget.md">
4757
<Pack>True</Pack>
4858
<PackagePath>\</PackagePath>

0 commit comments

Comments
 (0)