We are using NEventStore (the artist formerly known as Jonathan Oliver's EventStore) to store our CQRS events. I would like to know if it is necessary to create a new version of an Event if we wish to add a new property to the Event.
I understand that we should not rename an existing property as that will create a problem when reading the events from EventStore. But, if we are only adding new properties will it create any issues?