From fadb1715b63af1018024ab9911cd9c076d10dd64 Mon Sep 17 00:00:00 2001 From: Chase Burandt Date: Thu, 25 Jan 2024 14:13:09 -0600 Subject: [PATCH] Updated package for Umbraco 13. --- .github/workflows/main.yml | 2 +- Blend.RobotsTxt/Blend.RobotsTxt.csproj | 8 ++++---- SchemaGenerator/SchemaGenerator.csproj | 6 +++--- umbraco-marketplace.json | 6 +++++- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62aed29..02068f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: runs-on: windows-latest strategy: matrix: - dotnet-versions: ['7.0'] + dotnet-versions: ['8.0'] name: Update_NuGet steps: diff --git a/Blend.RobotsTxt/Blend.RobotsTxt.csproj b/Blend.RobotsTxt/Blend.RobotsTxt.csproj index 35c641e..09ffb5d 100644 --- a/Blend.RobotsTxt/Blend.RobotsTxt.csproj +++ b/Blend.RobotsTxt/Blend.RobotsTxt.csproj @@ -1,12 +1,12 @@  - net7.0 + net8.0 . Blend RobotsTxt Dynamic route for /robots.txt - Robots.txt for Umbraco 11 + Robots.txt for Umbraco $(MSBuildProjectName.Replace(" ", "_")) - 11.1.0 + 13.0.0 Chase Burandt Blend Interactive Copyright (c) 2023 Blend Interactive @@ -24,7 +24,7 @@ - + diff --git a/SchemaGenerator/SchemaGenerator.csproj b/SchemaGenerator/SchemaGenerator.csproj index cee4e40..6507354 100644 --- a/SchemaGenerator/SchemaGenerator.csproj +++ b/SchemaGenerator/SchemaGenerator.csproj @@ -2,11 +2,11 @@ Exe - net7.0 + net8.0 - + @@ -26,6 +26,6 @@ - + diff --git a/umbraco-marketplace.json b/umbraco-marketplace.json index a936221..88e7e0e 100644 --- a/umbraco-marketplace.json +++ b/umbraco-marketplace.json @@ -1,17 +1,21 @@ { "$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json", + "Title": "Blend RobotsTxt", + "AlternatePackageNames": [ "Blend Interactive Robots" ], "AuthorDetails": { "Name": "Chase Burandt", + "Description": "Senior Developer and Umbraco Certified Master @ Blend Interactive.", "Url": "https://www.blendinteractive.com/about/team/chase-burandt/", "ImageUrl": "https://www.blendinteractive.com/globalassets/images---bios/chase-bio-2022.jpg" }, "Category": "Developer Tools", "Description": "robots.txt dynmically generated using the AppSettings and can be configured per environment.", + "DocumentationUrl": "https://github.com/blendinteractive/Blend.RobotsTxt.Umbraco/blob/main/README.md", "IssueTrackerUrl": "https://github.com/blendinteractive/Blend.RobotsTxt.Umbraco/issues", "LicenseTypes": [ "Free" ], "PackageType": "Package", + "PackagesByAuthor": [ "Our.Umbraco.Blend.Sitemap" ], "Tags": [ "robots", "robots.txt", "blend", "blend-interactive" ], - "Title": "Blend RobotsTxt", "Screenshots": [ { "ImageUrl": "https://raw.githubusercontent.com/blendinteractive/Blend.RobotsTxt.Umbraco/main/Blend.RobotsTxt/Images/appsettings.jpg",