Skip to content

Commit

Permalink
Rename test site
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldbarendse committed Nov 14, 2023
1 parent 93dc059 commit 0c6f526
Show file tree
Hide file tree
Showing 51 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Umbraco.StorageProviders.sln
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{20
examples\Directory.Packages.props = examples\Directory.Packages.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.StorageProviders.TestSite", "examples\Umbraco.StorageProviders.TestSite\Umbraco.StorageProviders.TestSite.csproj", "{9B1140ED-9F17-44B0-80CF-FA50F949B65B}"
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}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Umbraco.Cms.Core.Notifications;
using Umbraco.StorageProviders.AzureBlob.IO;

namespace Umbraco.StorageProviders.TestSite;
namespace Umbraco.StorageProviders.AzureBlob.TestSite;

internal sealed class AzureBlobFileSystemComposer : IComposer
{
Expand Down

0 comments on commit 0c6f526

Please sign in to comment.