Skip to content

Commit a9e8b43

Browse files
committed
refactor: rename test site
1 parent 741cc39 commit a9e8b43

File tree

97 files changed

+1
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+1
-3
lines changed

src/TestSite/.gitignore renamed to src/Umbraco.Community.DataProtection.TestSite/.gitignore

File renamed without changes.

src/TestSite/Composer.cs renamed to src/Umbraco.Community.DataProtection.TestSite/Composer.cs

File renamed without changes.

src/TestSite/Program.cs renamed to src/Umbraco.Community.DataProtection.TestSite/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Microsoft.AspNetCore.Builder;
21
using Umbraco.Cms.Core.DependencyInjection;
32
using Umbraco.Extensions;
43

src/TestSite/Properties/launchSettings.json renamed to src/Umbraco.Community.DataProtection.TestSite/Properties/launchSettings.json

File renamed without changes.

src/TestSite/TestSite.csproj renamed to src/Umbraco.Community.DataProtection.TestSite/Umbraco.Community.DataProtection.TestSite.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
6-
<RootNamespace>TestSite</RootNamespace>
76
</PropertyGroup>
87

98
<ItemGroup>

src/TestSite/Views/Partials/blockgrid/Components/umbBlockGridDemoHeadlineBlock.cshtml renamed to src/Umbraco.Community.DataProtection.TestSite/Views/Partials/blockgrid/Components/umbBlockGridDemoHeadlineBlock.cshtml

File renamed without changes.

src/TestSite/Views/Partials/blockgrid/Components/umbBlockGridDemoImageBlock.cshtml renamed to src/Umbraco.Community.DataProtection.TestSite/Views/Partials/blockgrid/Components/umbBlockGridDemoImageBlock.cshtml

File renamed without changes.

src/TestSite/Views/Partials/blockgrid/Components/umbBlockGridDemoRichTextBlock.cshtml renamed to src/Umbraco.Community.DataProtection.TestSite/Views/Partials/blockgrid/Components/umbBlockGridDemoRichTextBlock.cshtml

File renamed without changes.

src/TestSite/Views/Partials/blockgrid/Components/umbBlockGridDemoTwoColumnLayoutBlock.cshtml renamed to src/Umbraco.Community.DataProtection.TestSite/Views/Partials/blockgrid/Components/umbBlockGridDemoTwoColumnLayoutBlock.cshtml

File renamed without changes.

src/TestSite/Views/Partials/blockgrid/area.cshtml renamed to src/Umbraco.Community.DataProtection.TestSite/Views/Partials/blockgrid/area.cshtml

File renamed without changes.

0 commit comments

Comments
 (0)