Skip to content

Commit

Permalink
Update JSON for Marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
greystate committed Feb 3, 2023
1 parent 387c168 commit fc6d6f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/V10/csproj.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms.Core" Version="10.*" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="10.*" />
<PackageReference Include="Umbraco.Cms.Core" Version="10.0.0" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="10.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/package.ent
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!ENTITY packageVersion "2.0.0">
<!ENTITY packageVersionV9 "2.0.0">
<!ENTITY packageVersionV10 "3.0.2">
<!ENTITY packageVersionV10 "3.0.3">
<!ENTITY packageVersionV11 "4.0.0">
<!ENTITY packageNamespace "Vokseverk">
<!ENTITY packageSafeName "KeyValueEditor">
Expand All @@ -9,6 +9,7 @@
<!ENTITY packageAuthor "Vokseværk">
<!ENTITY packageAuthorURL "https://vokseverk.dk/">
<!ENTITY packageIconURL "https://raw.githubusercontent.com/vokseverk/Vokseverk.KeyValueEditor/main/images/vv-keyvalueeditor-icon.png">
<!ENTITY packageIconFile "vv-keyvalueeditor-icon.png">
<!ENTITY packageURL "https://our.umbraco.com/packages/backoffice-extensions/keyvalue-editor/">
<!ENTITY packageREADME "A property editor that can be used for adding multiple sets of keys and values to a document.">
<!ENTITY packageRepoURL "https://github.com/vokseverk/Vokseverk.KeyValueEditor">
Expand Down
8 changes: 5 additions & 3 deletions umbraco-marketplace.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"AuthorDetails": {
"Name": "Vokseværk",
"ImageUrl": "https://github.com/vokseverk.png"
"Name": "Chriztian Steinmeier",
"ImageUrl": "https://github.com/greystate.png",
"Description": "Frontend & Umbraco Developer @ Vokseværk in Denmark. 6× Umbraco MVP.",
"Url": "https://greystate.dk/who/"
},
"Category": "Editor Tools",
"Screenshots": [
Expand All @@ -10,5 +12,5 @@
"Caption": "Editor Screen with 4 sets of keys and values"
}
],
"Title": "Vokseværk Key/Value Editor"
"Title": "Key/Value Editor"
}

0 comments on commit fc6d6f2

Please sign in to comment.