v8.5.0-rc9
Pre-release
Pre-release
This release makes a few changes to the IInstanceDataAccessor
interface, so that instead of dataAccessor.DataElements.Where(dataElement => dataTypeId.Equals("default", StringComparison.Ordinal))
, you can write dataAccessor.GetDataElementsForType("default")
, which is easier and clearer.
v8.5.0-rc8 failed on the release script, so we had to skip it.
What's Changed
New Features 🎉
- Use extension methods instead of properties for convenience methods on IInstantanceDataAccessor by @ivarne in #907
Dependency Upgrades 📦
Full Changelog: v8.5.0-rc7...v8.5.0-rc8