Skip to content

Release v3.2.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 17:29
7a77dd4

Fixed

  • Fixed a TypeLoadException at host startup (AddCratisArcCore()) when Stage is used against Chronicle 16.34.0 or newer. Chronicle renamed the EnsureEventStore contract to EnsureEventStoreRequest and moved it into the Cratis.Chronicle.Contracts.EventStores namespace; Stage was still built against the pre-rename contract, so its own compiled self-binding metadata referenced a type that no longer exists in current Chronicle packages.

Changed

  • Bumped Cratis, Cratis.Arc*, Cratis.Chronicle*, and Cratis.Screenplay package references to their current latest versions.