-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathumbraco-marketplace.json
48 lines (48 loc) · 1.82 KB
/
umbraco-marketplace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Method4",
"Description": "We’re development people. We build smart and brilliant software solutions",
"Url": "https://www.method4.co.uk/",
"ImageUrl": "https://github.com/Method4Ltd.png",
"SyncContributorsFromRepository": true
},
"Category": "Developer Tools",
"Description": "Generates Migration Snapshot (.zip) files that can be imported into your new Umbraco v10+ site using the Method4.UmbracoMigrator.Target package.",
"DocumentationUrl": "https://github.com/Method4Ltd/Method4.UmbracoMigrator.Source/blob/v8/main/docs/README.md",
"LicenseTypes": [ "Free" ],
"IssueTrackerUrl": "https://github.com/Method4Ltd/Method4.UmbracoMigrator.Source/issues",
"PackageType": "Package",
"RelatedPackages": [
{
"PackageId": "Method4.UmbracoMigrator.Target",
"Description": "Import Migration Snapshots created using the Method4.UmbracoMigrator.Source package."
}
],
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/Method4Ltd/Method4.UmbracoMigrator.Source/v8/main/docs/images/backofficedashboard.png",
"Caption": "The backoffice dashboard"
}
],
"Tags": ["migration", "migrator", "snapshot", "import", "backoffice"],
"VersionSpecificPackageIds": [
{
"UmbracoMajorVersion": 7,
"PackageId": "Method4.UmbracoMigrator.Source"
},
{
"UmbracoMajorVersion": 8,
"PackageId": "Method4.UmbracoMigrator.Source"
},
{
"UmbracoMajorVersion": 10,
"PackageId": "Method4.UmbracoMigrator.Source"
},
{
"UmbracoMajorVersion":13,
"PackageId": "Method4.UmbracoMigrator.Source"
}
],
"VideoUrl": ""
}