|
5 | 5 | <Nullable>enable</Nullable>
|
6 | 6 | <StaticWebAssetBasePath>App_Plugins</StaticWebAssetBasePath>
|
7 | 7 | <ContentTargetFolders>.</ContentTargetFolders>
|
| 8 | + |
8 | 9 | <Product>Umbraco.Community.Sustainability</Product>
|
9 | 10 | <PackageId>Umbraco.Community.Sustainability</PackageId>
|
10 | 11 | <Title>Umbraco.Community.Sustainability</Title>
|
11 | 12 | <Description>A package from the Umbraco Community Sustainability Team which helps developers and editors see and improve the carbon impact of their websites.</Description>
|
12 | 13 | <PackageTags>umbraco;umbraco-marketplace</PackageTags>
|
| 14 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 15 | + |
13 | 16 | <RootNamespace>Umbraco.Community.Sustainability</RootNamespace>
|
14 | 17 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
| 18 | + |
15 | 19 | <VersionPrefix>1.0.0</VersionPrefix>
|
16 | 20 | <VersionSuffix></VersionSuffix>
|
17 | 21 | <Authors>Umbraco Sustainability Community Team</Authors>
|
18 | 22 | <Copyright>$([System.DateTime]::UtcNow.ToString(`yyyy`)) © Umbraco Sustainability Community Team</Copyright>
|
| 23 | + |
19 | 24 | <PackageProjectUrl>https://github.com/rickbutterfield/Umbraco.Community.Sustainability</PackageProjectUrl>
|
20 | 25 | <RepositoryUrl>https://github.com/rickbutterfield/Umbraco.Community.Sustainability</RepositoryUrl>
|
21 |
| - <PackageReadmeFile>README_nuget.md</PackageReadmeFile> |
| 26 | + <PackageIcon></PackageIcon> |
| 27 | + |
22 | 28 | <RepositoryType>git</RepositoryType>
|
23 |
| - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 29 | + <PackageReadmeFile>README_nuget.md</PackageReadmeFile> |
24 | 30 | </PropertyGroup>
|
25 | 31 |
|
26 | 32 | <ItemGroup>
|
|
43 | 49 | </ItemGroup>
|
44 | 50 |
|
45 | 51 | <ItemGroup>
|
| 52 | + <None Include="..\..\.github\assets\icon.png"> |
| 53 | + <Pack>True</Pack> |
| 54 | + <PackagePath>\</PackagePath> |
| 55 | + </None> |
46 | 56 | <None Include="..\..\docs\README_nuget.md">
|
47 | 57 | <Pack>True</Pack>
|
48 | 58 | <PackagePath>\</PackagePath>
|
|
0 commit comments