Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Breaking-change: Renamed the namespace for the `StackedContentValueCo…
Browse files Browse the repository at this point in the history
…nverter`

This is to keep the namespaces consistent with other UMCO projects.
  • Loading branch information
leekelleher committed Jul 2, 2018
1 parent 8afecee commit 1524aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Converters\StackedContentValueConverter.cs" />
<Compile Include="ValueConverters\StackedContentValueConverter.cs" />
<Compile Include="Models\UnpublishedContent.cs" />
<Compile Include="Models\UnpublishedProperty.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Our.Umbraco.InnerContent.Converters;
using Our.Umbraco.InnerContent.ValueConverters;
using Our.Umbraco.StackedContent.PropertyEditors;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.Models.PublishedContent;
using Umbraco.Core.PropertyEditors;

namespace Our.Umbraco.StackedContent.Converters
namespace Our.Umbraco.StackedContent.ValueConverters
{
public class StackedContentValueConverter : InnerContentValueConverter, IPropertyValueConverterMeta
{
Expand Down

0 comments on commit 1524aa9

Please sign in to comment.