rebus-org / Rebus

:bus: Simple and lean service bus implementation for .NET
https://mookid.dk/category/rebus
Other
2.3k stars 358 forks source link

Independent NuGet packages #224

Closed mookid8000 closed 9 years ago

mookid8000 commented 10 years ago

All 0.. versions of Rebus have been synchronized across all packages. This has made it easy to follow along, but it has also resulted in a huge number of redundant packages.

For 1.0, all packages should be released and versioned independently. In order to make this happen, it would be neat to maybe generate some kind of diagram that visualizes the versions as they progress, including how they relate to the other packages.

Mabe something like this:

Rebus       Rebus.NLog      Rebus.AzureServiceBus
1.0.0       1.0.0           1.0.0
1.0.1       
1.0.2
1.0.3
1.1.0       1.0.1

thereby making it fairly easy to see how the versions follow along.

mookid8000 commented 9 years ago

not sure yet, but I think package version will diverge as of Rebus2....