Skip to content

Commit

Permalink
Merge pull request #34 from stormid/feature/update-namespaces
Browse files Browse the repository at this point in the history
Update namespaces to use capitalised project names
  • Loading branch information
owen-roberts authored Oct 16, 2019
2 parents 365c17b + 721a835 commit 0a6c35e
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/storm.umbraco.contrib/AppSettings/StormAppSettings.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.ComponentModel;
using System.Configuration;

namespace storm.umbraco.contrib.AppSettings
namespace Storm.Umbraco.Contrib.AppSettings
{
public abstract class StormAppSettings
{
Expand Down
2 changes: 1 addition & 1 deletion src/storm.umbraco.contrib/Extensions/DisplayExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Web;

namespace storm.umbraco.contrib.Extensions
namespace Storm.Umbraco.Contrib.Extensions
{
public static class DisplayExtensions
{
Expand Down
2 changes: 1 addition & 1 deletion src/storm.umbraco.contrib/Extensions/HtmlExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Web.Mvc;

namespace storm.umbraco.contrib.Extensions
namespace Storm.Umbraco.Contrib.Extensions
{
public static class HtmlExtensions
{
Expand Down
2 changes: 1 addition & 1 deletion src/storm.umbraco.contrib/Extensions/ImageExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Umbraco.Core.Models.PublishedContent;
using Umbraco.Web;

namespace storm.umbraco.contrib.Extensions
namespace Storm.Umbraco.Contrib.Extensions
{
public static class ImageExtensions
{
Expand Down
2 changes: 1 addition & 1 deletion src/storm.umbraco.contrib/Extensions/PropertyExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;

namespace storm.umbraco.contrib.Extensions
namespace Storm.Umbraco.Contrib.Extensions
{
public static class PropertyExtensions
{
Expand Down
4 changes: 2 additions & 2 deletions tests/contrib.tests/Extensions/TruncateTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Xunit;
using storm.umbraco.contrib.Extensions;
using Storm.Umbraco.Contrib.Extensions;

namespace contrib.tests.Extensions
namespace Contrib.Tests.Extensions
{
public class TruncateTests
{
Expand Down
2 changes: 1 addition & 1 deletion tests/contrib.tests/Extensions/WithFallbackTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using storm.umbraco.contrib.Extensions;
using Storm.Umbraco.Contrib.Extensions;
using System;
using Xunit;

Expand Down
4 changes: 2 additions & 2 deletions tests/contrib.tests/Extensions/WithFallbacksTests.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using storm.umbraco.contrib.Extensions;
using Storm.Umbraco.Contrib.Extensions;
using Xunit;

namespace contrib.tests.Extensions
namespace Contrib.Tests.Extensions
{
public class WithFallbacksTests
{
Expand Down
2 changes: 1 addition & 1 deletion tests/contrib.tests/SanityTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Xunit;

namespace contrib.tests
namespace Contrib.Tests
{
public class SanityTest
{
Expand Down

0 comments on commit 0a6c35e

Please sign in to comment.