Skip to content

Commit 250e8aa

Browse files
committed
Updated readme.
1 parent bc2b857 commit 250e8aa

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22

33
# Umbraco Deploy Contrib
44

5-
This project contains community contributions for Umbraco Deploy targetted for version 8.
5+
This project contains community contributions for Umbraco Deploy targetted for version 8 and above.
66

77
Primarily this project offers connectors for the most popular Umbraco community packages - these are used by Deploy to aid with the deployment and transferring of content/property-data between environments on [Umbraco Cloud](https://umbraco.com/cloud).
88

9+
## Branching
10+
11+
The main branches corresponding to the Umbraco and Umbraco Deploy major releases are:
12+
13+
- Umbraco 8/Deploy 4: `v4/dev`
14+
- Umbraco 9/Deploy 9: `v9/dev`
15+
- Umbraco 10/Deploy 10: `v10/dev`
916

1017
## Connectors
1118

@@ -25,7 +32,9 @@ Value connectors for certain core property editors are also included:
2532

2633
### Installation
2734

28-
You can install the NuGet package using `Install-Package UmbracoDeploy.Contrib`.
35+
When working with Umbraco 8, you can install the NuGet package using `Install-Package UmbracoDeploy.Contrib`.
36+
37+
For Umbraco 9+ the package is available for install by: `Install-Package Umbraco.Deploy.Contrib`
2938

3039
---
3140
## Contributing to this project

0 commit comments

Comments
 (0)