diff --git a/src/Infocaster.Umbraco.ETag/Infocaster.Umbraco.ETag.csproj b/src/Infocaster.Umbraco.ETag/Infocaster.Umbraco.ETag.csproj index b793f65..daea03f 100644 --- a/src/Infocaster.Umbraco.ETag/Infocaster.Umbraco.ETag.csproj +++ b/src/Infocaster.Umbraco.ETag/Infocaster.Umbraco.ETag.csproj @@ -1,15 +1,4 @@ - - umbraco plugin package etag caching performance umbraco-marketplace - - Use ETags to boost your performance. This package enables you to use etags on your Umbraco content with ease. - Once installed, you can generate ETags any way you want, by implementing a single class. The package will make sure that your ETags are properly applied. - - 2 changes - -- Update the standard ETag algorithm -- Add a proper description to the NuGet package - diff --git a/umbraco-marketplace.json b/umbraco-marketplace.json deleted file mode 100644 index a6be175..0000000 --- a/umbraco-marketplace.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json", - "Title": "Umbraco ETag", - "Category": "Developer Tools", - "PackageType": "Package", - "Tags": [ - "etag", - "caching", - "performance", - "browser", - "header" - ], - "LicenseTypes": [ "Free" ], - "AuthorDetails": { - "Url": "https://infocaster.net", - "ImageUrl": "https://github.com/InfocasterTechniek.png", - "Description": "Let's make the internet brighter", - "Contributors": [ - { - "Name": "Dennis Heutinck" - } - ] - }, - "IssueTrackerUrl": "https://github.com/Infocaster/ETag/issues", - "DiscussionForumUrl": "https://github.com/Infocaster/ETag/discussions" -} \ No newline at end of file