Skip to content

Commit

Permalink
NServiceBus.CastleWindsorBuilder can't resolve SqlServerMessageSender…
Browse files Browse the repository at this point in the history
….ConnectionStringCollection, fixes #30
  • Loading branch information
John Simons committed Mar 28, 2014
1 parent bd400ac commit aca9546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NServiceBus.SqlServer/SqlServerMessageSender.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class SqlServerMessageSender : ISendMessages

public string DefaultConnectionString { get; set; }

public Dictionary<string, string> ConnectionStringCollection { get; private set; }
public Dictionary<string, string> ConnectionStringCollection { get; set; }

public UnitOfWork UnitOfWork { get; set; }

Expand Down

0 comments on commit aca9546

Please sign in to comment.