2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added optional version support to build.bat - if version provided, builds NuGet packages, otherwise just builds assemblies. More... almost 13 years ago
Added version support to push_packages.bat. More... almost 13 years ago
Added empty Version property in build script. More... almost 13 years ago
Added push_packages.bat. More... almost 13 years ago
Added a default dummy version for NuSpecs and added reset for it in createNugetPackages. Now NuSpec files don't need to be checked in for each version. More... almost 13 years ago
Added pushNugetPackages target to build.proj and made create, update and push Nuget packages conditional on supplied version. More... almost 13 years ago
corrected some stuff, finally including rebus.xml - now on to write some XML docs :) More... almost 13 years ago
Added a NuSpecFiles item group and added nuspec version update target. More... almost 13 years ago
added nuspec for RavenDb More... almost 13 years ago
fixed a couple of stray Raven package dependencies More... almost 13 years ago
Fixed one more 'Rebus' -> 'rebus' exception message for xml config. More... almost 13 years ago
Merge branch 'master' of github.com:mookid8000/Rebus More... almost 13 years ago
Merge pull request #57 from rasmuskl/master More... almost 13 years ago
Merge pull request #56 from asgerhallas/ravendb_for_rebus More... almost 13 years ago
Merge pull request #54 from asgerhallas/master More... almost 13 years ago
Fixed xml in string literals / error messages to be correct casing. Fixes issue #50 More... almost 13 years ago
changed the way Rebus logging is done, in order to support changing the logger More... almost 13 years ago
Extracted configSectionName (rebus) as a const like the other names. More... almost 13 years ago
Fixed implementation classes to have correct xml casing. More... almost 13 years ago
Changed test project app.config to have correct xml casing. More... almost 13 years ago
Merge branch 'master' of git://github.com/mookid8000/Rebus More... almost 13 years ago
a little cleanup More... almost 13 years ago
dont store the sagadata in the persister for identity, just the saga id More... almost 13 years ago
forgot to update newtonsoft to newest version to match ravendb More... almost 13 years ago
raven db persistence for sagas and subscriptions More... almost 13 years ago
hopefully fixed the versioning stuff More... almost 13 years ago
very tiny refactoring of generic saga base class and saga dispatch, because I kept forgetting to implement HowToFindSaga() method More... almost 13 years ago
Merge branch 'master' of github.com:mookid8000/Rebus More... almost 13 years ago
updated nuspecs to use NuGet gallery usernames More... almost 13 years ago
quick fix for missing correlations More... almost 13 years ago