Skip to content

Commit

Permalink
Moved to minimum Umbraco versions
Browse files Browse the repository at this point in the history
Moved to specifying a minimum version of Umbraco needed as all current versions of Umbraco have the APIs being used

Moved the readme file so that it'll get picked up by the Umbraco market place
  • Loading branch information
richarth committed Apr 25, 2024
1 parent a952288 commit e531b3b
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 e531b3b

Please sign in to comment.