Skip to content

Commit 0c6f526

Browse files
Rename test site
1 parent 93dc059 commit 0c6f526

Some content is hidden

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

51 files changed

+2
-2
lines changed

Umbraco.StorageProviders.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{20
4242
examples\Directory.Packages.props = examples\Directory.Packages.props
4343
EndProjectSection
4444
EndProject
45-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.StorageProviders.TestSite", "examples\Umbraco.StorageProviders.TestSite\Umbraco.StorageProviders.TestSite.csproj", "{9B1140ED-9F17-44B0-80CF-FA50F949B65B}"
45+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.StorageProviders.AzureBlob.TestSite", "examples\Umbraco.StorageProviders.AzureBlob.TestSite\Umbraco.StorageProviders.AzureBlob.TestSite.csproj", "{9B1140ED-9F17-44B0-80CF-FA50F949B65B}"
4646
EndProject
4747
Global
4848
GlobalSection(SolutionConfigurationPlatforms) = preSolution

examples/Umbraco.StorageProviders.TestSite/AzureBlobFileSystemComposer.cs renamed to examples/Umbraco.StorageProviders.AzureBlob.TestSite/AzureBlobFileSystemComposer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using Umbraco.Cms.Core.Notifications;
55
using Umbraco.StorageProviders.AzureBlob.IO;
66

7-
namespace Umbraco.StorageProviders.TestSite;
7+
namespace Umbraco.StorageProviders.AzureBlob.TestSite;
88

99
internal sealed class AzureBlobFileSystemComposer : IComposer
1010
{

0 commit comments

Comments
 (0)