Skip to content

2.0.2 Patch

Choose a tag to compare

@codeliner codeliner released this 04 May 18:34
· 247 commits to master since this release

Fixes

The AggregateChanged event class contained a relict of the time befor the refactoring - the no longer used aggregateId property. The aggregateId is now stored in the metada array of an event so setting or getting the property had no effect except unwanted ones.
With this fix the property is removed.