Skip to content

Commit

Permalink
Merge pull request #8 from richarth/develop
Browse files Browse the repository at this point in the history
Moved to minimum Umbraco versions
  • Loading branch information
richarth authored Apr 25, 2024
2 parents 00b0fe1 + e531b3b commit a46b9d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Sanitiser.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8F296AE8-9B50-47BE-B6FE-8B78A0615219}"
ProjectSection(SolutionItems) = preProject
..\LICENSE = ..\LICENSE
..\.github\README.md = ..\.github\README.md
..\README.md = ..\README.md
..\umbraco-marketplace.json = ..\umbraco-marketplace.json
..\.editorconfig = ..\.editorconfig
..\.gitignore = ..\.gitignore
Expand Down
6 changes: 3 additions & 3 deletions src/Sanitiser/Sanitiser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageTags>umbraco;umbraco-marketplace</PackageTags>
<RootNamespace>Umbraco.Community.Sanitiser</RootNamespace>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0.2.5</Version>
<Version>0.2.6</Version>
<Authors>Richard Thompson</Authors>
<Copyright>$([System.DateTime]::UtcNow.ToString(`yyyy`)) © Richard Thompson</Copyright>
<PackageProjectUrl>https://github.com/richarth/sanitiser</PackageProjectUrl>
Expand All @@ -27,8 +27,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms.Web.Website" Version="10.8.5"/>
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="10.8.5"/>
<PackageReference Include="Umbraco.Cms.Web.Website" Version="[10.8.5,)"/>
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="[10.8.5,)"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a46b9d4

Please sign in to comment.