Skip to content

Commit

Permalink
Add package tag and json to get listed in the Umbraco Markteplace
Browse files Browse the repository at this point in the history
  • Loading branch information
nul800sebastiaan committed Nov 3, 2022
1 parent 61117f0 commit c562ae8
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cultiv.Hangfire/Cultiv.Hangfire.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageId>Cultiv.Hangfire</PackageId>
<Title>Hangfire dashboard for Umbraco</Title>
<Description>This installs Hangfire and a dashboard in Umbraco, the dashboard is secured and is only available for users with access to the Settings section of Umbraco</Description>
<PackageTags>umbraco plugin package</PackageTags>
<PackageTags>umbraco plugin package umbraco-marketplace</PackageTags>
<RootNamespace>Cultiv.Hangfire</RootNamespace>
<Authors>Sebastiaan Janssen</Authors>
<PackageProjectUrl>https://github.com/nul800sebastiaan/Cultiv.Hangfire</PackageProjectUrl>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ namespace MyNamespace
}
}
```

In the Umbraco backoffice it will look a little something like this:

![Screenshot of Cultiv.Hangfire installed in Umbraco](screenshot.png)
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions umbraco-marketplace-Cultiv.Hangfire.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"AlternatePackageNames": [
"Cultiv.Hangfire"
],
"AuthorDetails": {
"Description": "About Sebastiaan: from fostering contributions to learning what makes our developer community tick ☑️, to hosting a weekly open coding session to making coffee ☕ for colleagues. I do it all. But I do need my kayak 🛶 sessions and live music 🎸too. Remember live music, from the before times?",
"Url": "https://cultiv.nl",
"ImageUrl": "https://avatars.githubusercontent.com/u/304656?v=4"
},
"Category": "CMS Extensions",
"LicenseType": "Free",
"PackageType": "Package",
"PackagesByAuthor": [],
"RelatedPackages": [],
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/nul800sebastiaan/Cultiv.Hangfire/main/screenshot.png",
"Caption": "Screenshot of Cultiv.Hangfire installed in Umbraco"
}
],
"Tags": [
"Hangfire",
"dashboard"
]
}

0 comments on commit c562ae8

Please sign in to comment.