Skip to content

Commit

Permalink
Merge branch '3.3.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasohlund committed Jun 5, 2013
2 parents bee0220 + 508dd00 commit f606444
Show file tree
Hide file tree
Showing 38 changed files with 298 additions and 134 deletions.
2 changes: 1 addition & 1 deletion MSI.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ task Build -depends Clean, Init {

task Sign -depends Init {
if($SignFile -ne "") {
exec { &$script:signTool sign /f "$SignFile" /p "$env:SIGN_CER_PASSWORD" /d "NServiceBus Installer" /du "http://www.nservicebus.com" /q $packageOutPutDir\*.msi }
exec { &$script:signTool sign /f "$SignFile" /p "$env:SIGN_CER_PASSWORD" /d "NServiceBus Installer" /du "http://particular.net" /q $packageOutPutDir\*.msi }
}
}
8 changes: 4 additions & 4 deletions NuGet/NServiceBus.Autofac/NServiceBus.Autofac.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus Autofac</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The Autofac Container for the nservicebus</description>
<releaseNotes>
Expand Down
8 changes: 4 additions & 4 deletions NuGet/NServiceBus.Azure/NServiceBus.Azure.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus Azure</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Azure support for NServicebus</description>
<releaseNotes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus CastleWindsor</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The CastleWindsor Container for the nservicebus</description>
<releaseNotes>
Expand Down
8 changes: 4 additions & 4 deletions NuGet/NServiceBus.Host/NServiceBus.Host.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus Host</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The hosting template for the nservicebus, The most popular open-source service bus for .net</description>
<releaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion NuGet/NServiceBus.Host/content/EndpointConfig.cs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/*
This class configures this endpoint as a Server. More information about how to configure the NServiceBus host
can be found here: http://nservicebus.com/GenericHost.aspx
can be found here: http://particular.net/articles/profiles-for-nservicebus-host
*/
public class EndpointConfig : IConfigureThisEndpoint, AsA_Server
{
Expand Down
8 changes: 4 additions & 4 deletions NuGet/NServiceBus.Host32/NServiceBus.Host32.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus Host32</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The hosting template for the nservicebus, The most popular open-source service bus for .net</description>
<releaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion NuGet/NServiceBus.Host32/content/EndpointConfig.cs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/*
This class configures this endpoint as a Server. More information about how to configure the NServiceBus host
can be found here: http://nservicebus.com/GenericHost.aspx
can be found here: http://particular.net/articles/profiles-for-nservicebus-host
*/
public class EndpointConfig : IConfigureThisEndpoint, AsA_Server
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus Hosting Azure HostProcess</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The process used when sharing an azure instance between multiple NServicebus endpoints</description>
<releaseNotes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus Hosting Azure</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The Azure Host for NServicebus</description>
<releaseNotes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus Integration WebServices</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The WebServices Integration for the nservicebus, The most popular open-source service bus for .net</description>
<releaseNotes>
Expand Down
8 changes: 4 additions & 4 deletions NuGet/NServiceBus.Interfaces/NServiceBus.Interfaces.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus Interfaces</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The Interfaces for NServiceBus Implementation</description>
<releaseNotes>
Expand Down
8 changes: 4 additions & 4 deletions NuGet/NServiceBus.NHibernate/NServiceBus.NHibernate.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus NHibernate</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The NHibernate for the NServicebus</description>
<releaseNotes>
Expand Down
8 changes: 4 additions & 4 deletions NuGet/NServiceBus.Ninject/NServiceBus.Ninject.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus Ninject</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The Ninject Container for the nservicebus</description>
<releaseNotes>
Expand Down
8 changes: 4 additions & 4 deletions NuGet/NServiceBus.Spring/NServiceBus.Spring.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus Spring</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The Spring Container for the nservicebus</description>
<releaseNotes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus StructureMap</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The StructureMap Container for the nservicebus</description>
<releaseNotes>
Expand Down
8 changes: 4 additions & 4 deletions NuGet/NServiceBus.Testing/NServiceBus.Testing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus Testing</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The testing for the nservicebus, The most popular open-source service bus for .net</description>
<releaseNotes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus Timeout Hosting Azure</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The Azure Host for the timeout manager on NServicebus</description>
<releaseNotes>
Expand Down
8 changes: 4 additions & 4 deletions NuGet/NServiceBus.Unity/NServiceBus.Unity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus Unity</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The Unity Container for the nservicebus</description>
<releaseNotes>
Expand Down
8 changes: 4 additions & 4 deletions NuGet/NServiceBus/NServiceBus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>NServiceBus</title>
<version>4.0.0-alpha0</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, Jonathan Matheus, Shlomi Izikovich et al</owners>
<licenseUrl>http://nservicebus.com/license.aspx</licenseUrl>
<projectUrl>http://nservicebus.com/</projectUrl>
<iconUrl>http://a2.twimg.com/profile_images/1203939022/nServiceBus_Twitter_Logo_reasonably_small.png</iconUrl>
<owners>Udi Dahan, Andreas Ohlund, John Simons, Jonathan Matheus et al</owners>
<licenseUrl>http://particular.net/licensing</licenseUrl>
<projectUrl>http://particular.net/</projectUrl>
<iconUrl>http://particular.blob.core.windows.net/media/Default/images/ProductLogos/icons/NServiceBus_32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The most popular open-source service bus for .net</description>
<releaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion NuGet/NServiceBus/tools/init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ if($perfCountersInstalled -and $msmqInstalled -and $dtcInstalled -and $ravenDBIn
exit
}

$dte.ExecuteCommand("View.URL", "http://www.nservicebus.com/RequiredInfrastructure/Windows/Setup?dtc=" + $dtcInstalled + "&msmq=" + $msmqInstalled + "&raven=" + $ravenDBInstalled + "&perfcounter=" + $perfCountersInstalled)
$dte.ExecuteCommand("View.URL", "http://particular.net/articles/preparing-your-machine-to-run-nservicebus?dtc=" + $dtcInstalled + "&msmq=" + $msmqInstalled + "&raven=" + $ravenDBInstalled + "&perfcounter=" + $perfCountersInstalled)
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void OrderSagaTest()
Test.Saga<OrderSaga>(sagaId).WhenReceivesMessageFrom(partnerAddress)
.ExpectReplyToOrginator<IOrderStatusChangedMessage>(m => (Check(m, OrderStatusEnum.Recieved)))
.ExpectPublish<IOrderStatusChangedMessage>(m => Check(m, OrderStatusEnum.Recieved))
.ExpectSend<RequestOrderAuthorizationMessage>(Check)
.ExpectSend<RequestOrderAuthorizationMessage>(m=>Check(m))
.ExpectTimeoutToBeSetAt<string>((state, at) => at == order.ProvideBy - TimeSpan.FromSeconds(2) && state == "state")
.When(os => os.Handle(order))

Expand All @@ -65,7 +65,7 @@ public void TimeoutTest()
Test.Saga<OrderSaga>(sagaId).WhenReceivesMessageFrom(partnerAddress)
.ExpectReplyToOrginator<IOrderStatusChangedMessage>(m => (Check(m, OrderStatusEnum.Recieved)))
.ExpectPublish<IOrderStatusChangedMessage>(m => Check(m, OrderStatusEnum.Recieved))
.ExpectSend<RequestOrderAuthorizationMessage>(Check)
.ExpectSend<RequestOrderAuthorizationMessage>(m => Check(m))
.ExpectTimeoutToBeSetAt<string>((state, at) => { st = state; return true; })
.When(os => os.Handle(CreateRequest()))

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ http://www.opensource.org/licenses/rpl1.5.txt

If you do not wish to release the source of software you build using NServiceBus, you may use NServiceBus source and/or binaries under the NServiceBus Express End User License Agreement as described here:

http://www.nservicebus.com/EULA.aspx
http://particular.net/LicenseAgreement


============
= Building =
============

The following web page contains information about how to build NServiceBus form source files:
http://nservicebus.com/BuildingNServiceBusFromSource.aspxIn order to build the source, run the build.ps1 powershell script.
http://particular.net/SourceCode In order to build the source, run the build.ps1 powershell script.

You'll find the built assemblies in /build/binaries.

Expand Down
Loading

0 comments on commit f606444

Please sign in to comment.