Skip to content

Commit e2e882a

Browse files
author
Rick Butterfield
committed
2 parents 3897b26 + 60dd43a commit e2e882a

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

.github/README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
11
# Umbraco.Community.Sustainability
22

33
[![Downloads](https://img.shields.io/nuget/dt/Umbraco.Community.Sustainability?color=cc9900)](https://www.nuget.org/packages/Umbraco.Community.Sustainability/)
4-
[![NuGet](https://img.shields.io/nuget/vpre/Umbraco.Community.Sustainability?color=0273B3)](https://www.nuget.org/packages/Umbraco.Community.Sustainability)
4+
[![NuGet](https://img.shields.io/nuget/v/Umbraco.Community.Sustainability?color=0273B3)](https://www.nuget.org/packages/Umbraco.Community.Sustainability)
55
[![GitHub license](https://img.shields.io/github/license/rickbutterfield/Umbraco.Community.Sustainability?color=8AB803)](../LICENSE)
66

77
A package from the [Umbraco Community Sustainability Team](https://umbraco.com/blog/meet-the-new-community-sustainability-team/) which helps developers and editors see and improve the carbon impact of their websites.
88

9+
## Installation
10+
> [!IMPORTANT]
11+
> **v2.x** supports Umbraco v14.x
12+
>
13+
> **v1.x** supports Umbraco v10.8.x - v13.x
14+
>
15+
> To understand more about which Umbraco CMS versions are actively supported by Umbraco HQ, please see [Umbraco's Long-term Support (LTS) and End-of-Life (EOL) policy](https://umbraco.com/products/knowledge-center/long-term-support-and-end-of-life/).
16+
17+
This package is [available via NuGet](https://www.nuget.org/packages/Umbraco.Community.Sustainability).
18+
19+
To install the package, you can use either the .NET CLI:
20+
21+
```
22+
dotnet add package Umbraco.Community.Sustainability
23+
```
24+
25+
or the NuGet Package Manager:
26+
27+
```
28+
Install-Package Umbraco.Community.Sustainability
29+
```
30+
931
## Features
1032
Once installed, two new features are enabled:
1133

@@ -21,7 +43,7 @@ On each content page, a Content App is added which allows users to see and bench
2143

2244
## Installation
2345

24-
Add the package to an existing Umbraco website (v10.8.0+) from nuget:
46+
Add the package to an existing Umbraco website from nuget:
2547

2648
`dotnet add package Umbraco.Community.Sustainability`
2749

docs/README_nuget.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ On each content page, a Content App is added which allows users to see and bench
2020
![Umbraco.Community.Sustainability content app](https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-contentapp-2.jpeg)
2121

2222
## Installation
23-
24-
Add the package to an existing Umbraco website (v10.8.0+) from nuget:
23+
> [!IMPORTANT]
24+
> **v2.x** supports Umbraco v14.x
25+
>
26+
> **v1.x** supports Umbraco v10.8.x - v13.x
27+
>
28+
> To understand more about which Umbraco CMS versions are actively supported by Umbraco HQ, please see [Umbraco's Long-term Support (LTS) and End-of-Life (EOL) policy](https://umbraco.com/products/knowledge-center/long-term-support-and-end-of-life/).
29+
30+
Add the package to an existing Umbraco website from NuGet:
2531

2632
`dotnet add package Umbraco.Community.Sustainability`
2733

0 commit comments

Comments
 (0)