Skip to content

Commit 11cb7d7

Browse files
author
Rick Butterfield
committed
Fix icon path and NuGet readme
1 parent 140b0c7 commit 11cb7d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/README_nuget.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Once installed, two new features are enabled:
1212
### Sustainability section
1313
A section is enabled automatically for admin users that allows tracking of average stats based on recent tests, plus a breakdown of all scores per page.
1414

15-
<img src="https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-dashboard-1.png" alt="Umbraco.Community.Sustainability dashboard" />
15+
![Umbraco.Community.Sustainability dashboard](https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-dashboard-1.png")
1616

1717
### Sustainability content app
1818
On each content page, a Content App is added which allows users to see and benchmark page weight and carbon emissions, which is then converted to a carbon rating for individual pages.
1919

20-
<img src="https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-contentapp-2.jpeg" alt="Umbraco.Community.Sustainability content app" />
20+
![Umbraco.Community.Sustainability content app](https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-contentapp-2.jpeg")
2121

2222
## Installation
2323

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
<RootNamespace>Umbraco.Community.Sustainability</RootNamespace>
1717
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1818

19-
<VersionPrefix>1.0.0</VersionPrefix>
19+
<VersionPrefix>1.0.1</VersionPrefix>
2020
<VersionSuffix></VersionSuffix>
2121
<Authors>Umbraco Sustainability Community Team</Authors>
2222
<Copyright>$([System.DateTime]::UtcNow.ToString(`yyyy`)) © Umbraco Sustainability Community Team</Copyright>
2323

2424
<PackageProjectUrl>https://github.com/rickbutterfield/Umbraco.Community.Sustainability</PackageProjectUrl>
2525
<RepositoryUrl>https://github.com/rickbutterfield/Umbraco.Community.Sustainability</RepositoryUrl>
26-
<PackageIcon></PackageIcon>
26+
<PackageIcon>icon.png</PackageIcon>
2727

2828
<RepositoryType>git</RepositoryType>
2929
<PackageReadmeFile>README_nuget.md</PackageReadmeFile>

0 commit comments

Comments
 (0)