gautema / CQRSlite

A lightweight framework to help creating CQRS and Eventsourcing applications in C#
Other
1.1k stars 266 forks source link

Remove ExpectedVersion from ICommand #68

Closed binarymash closed 6 years ago

binarymash commented 6 years ago

ExpectedVersion is optional within the session code, so it should not be required on a command.

This change wont affect any existing users.