You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,17 @@
2
2
3
3
# Umbraco Deploy Contrib
4
4
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.
6
6
7
7
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).
8
8
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`
9
16
10
17
## Connectors
11
18
@@ -25,7 +32,9 @@ Value connectors for certain core property editors are also included:
25
32
26
33
### Installation
27
34
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`
0 commit comments