Skip to content

Commit

Permalink
Updated package for Umbraco 13.
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-burandt committed Jan 25, 2024
1 parent 6a46a76 commit fadb171
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
dotnet-versions: ['7.0']
dotnet-versions: ['8.0']

name: Update_NuGet
steps:
Expand Down
8 changes: 4 additions & 4 deletions Blend.RobotsTxt/Blend.RobotsTxt.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ContentTargetFolders>.</ContentTargetFolders>
<Title>Blend RobotsTxt</Title>
<Description>Dynamic route for /robots.txt</Description>
<Product>Robots.txt for Umbraco 11</Product>
<Product>Robots.txt for Umbraco</Product>
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<Version>11.1.0</Version>
<Version>13.0.0</Version>
<Authors>Chase Burandt</Authors>
<Company>Blend Interactive</Company>
<Copyright>Copyright (c) 2023 Blend Interactive</Copyright>
Expand All @@ -24,7 +24,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms.Web.Website" Version="11.0.0" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="13.0.0" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions SchemaGenerator/SchemaGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NJsonSchema" Version="10.8.0" />
<PackageReference Include="NJsonSchema" Version="10.9.0" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
</ItemGroup>

Expand All @@ -26,6 +26,6 @@
</Target>

<Target Name="BuildSchema" AfterTargets="PostBuildEvent">
<Exec Command=".\bin\Release\net7.0\SchemaGenerator.exe" />
<Exec Command=".\bin\Release\net8.0\SchemaGenerator.exe" />
</Target>
</Project>
6 changes: 5 additions & 1 deletion umbraco-marketplace.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fadb171

Please sign in to comment.