From fc6d6f23dbd4dddf797d8ec0a2b9712110fd3f02 Mon Sep 17 00:00:00 2001 From: Chriztian Steinmeier Date: Fri, 3 Feb 2023 16:40:07 +0100 Subject: [PATCH] Update JSON for Marketplace --- src/V10/csproj.xml | 4 ++-- src/package.ent | 3 ++- umbraco-marketplace.json | 8 +++++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/V10/csproj.xml b/src/V10/csproj.xml index e1f9419..ddbc54e 100644 --- a/src/V10/csproj.xml +++ b/src/V10/csproj.xml @@ -25,8 +25,8 @@ - - + + diff --git a/src/package.ent b/src/package.ent index f567e86..e4052f0 100644 --- a/src/package.ent +++ b/src/package.ent @@ -1,6 +1,6 @@ - + @@ -9,6 +9,7 @@ + diff --git a/umbraco-marketplace.json b/umbraco-marketplace.json index 9aef4c1..2ac089c 100644 --- a/umbraco-marketplace.json +++ b/umbraco-marketplace.json @@ -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": [ @@ -10,5 +12,5 @@ "Caption": "Editor Screen with 4 sets of keys and values" } ], - "Title": "Vokseværk Key/Value Editor" + "Title": "Key/Value Editor" }