EDR is now Sequence. The following has changed: - The GitLab group has moved to https://gitlab.com/reductech/sequence - The root namespace is now `Reductech.Sequence` - The documentation site has moved to https://sequence.sh Everything else is still the same - automation, simplified. The project has now been updated to use .NET 6. ## Summary of Changes ### Core SDK - Step input and output types now have a base type of `ISCLObject` - This enforces that all inputs and outputs are one of the following types: - Unit - SCLNull - StringStream - SCLBool - SCLInt - SCLDouble - SCLDateTime - SCLEnum - SCLOneOf of ISCLObjects - Array of ISCLObject ### Steps - `ArrayMap` can now map elements of one type to elements of another type. For more details see the changelog: https://gitlab.com/reductech/sequence/core/-/blob/v0.13.0/CHANGELOG.md