mynkow
mynkow

Reputation: 4548

Where can I find NServicebus 2.1 source code?

I am looking for the NSB 2.1 source code. Does anyone have the code?

Upvotes: 0

Views: 438

Answers (2)

Aasmund Eldhuset
Aasmund Eldhuset

Reputation: 37980

I have the binaries (no source, and only NServiceBus.dll, NServiceBus.Core.dll, and NServiceBus.Host.exe) for the 2.1 version that was available on the NServiceBus webpage for a short period of time last fall, but they're not entirely stable. If you really want them, contact me by email (just google my name).

Upvotes: 0

Andreas Öhlund
Andreas Öhlund

Reputation: 5273

There is no 2.1 , 2.5 is what you're after

https://github.com/NServiceBus/NServiceBus/tree/v2.5

Upvotes: 2

Related Questions