Skip to content

Commit

Permalink
Fixed namespace of new configurers so that they show up automatically…
Browse files Browse the repository at this point in the history
… in regular config.
  • Loading branch information
Dahan, Udi committed Jan 1, 2009
1 parent aa7245d commit 388787f
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 @@ -4,7 +4,7 @@
using System.Text;
using NServiceBus.ObjectBuilder;

namespace NServiceBus.Serializers.Binary.Config
namespace NServiceBus
{
/// <summary>
/// Contains extension methods to NServiceBus.Configure.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using NServiceBus.ObjectBuilder;

namespace NServiceBus.Serializers.XML.Config
namespace NServiceBus
{
/// <summary>
/// Contains extension methods to NServiceBus.Configure.
Expand Down

0 comments on commit 388787f

Please sign in to comment.