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 `InnerContentValueConv…
Browse files Browse the repository at this point in the history
…erter`

This is to keep the namespaces consistent with other UMCO projects.
  • Loading branch information
leekelleher committed Jul 2, 2018
1 parent 02e1852 commit 4487519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Bootstrap.cs" />
<Compile Include="Converters\InnerContentValueConverter.cs" />
<Compile Include="ValueConverters\InnerContentValueConverter.cs" />
<Compile Include="Helpers\ContentTypeCacheHelper.cs" />
<Compile Include="Helpers\InnerContentHelper.cs" />
<Compile Include="InnerContentConstants.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Umbraco.Core.Models;
using Umbraco.Core.PropertyEditors;

namespace Our.Umbraco.InnerContent.Converters
namespace Our.Umbraco.InnerContent.ValueConverters
{
public abstract class InnerContentValueConverter : PropertyValueConverterBase
{
Expand Down

0 comments on commit 4487519

Please sign in to comment.