MindFusion.Scheduling for .NET MAUI v1.1.3
Released: Feb 19, 2026
Actualizaciones en v1.1.3
Características
- Added .NET 10 support.
- Complex Tag objects (class or struct instances) are now saved using System.Xml.Serialization.XmlSerializer when saving a schedule to XML. SerializeTag and DeserializeTag still allow you to implement custom serialization.
- Complex Tag objects (class or struct instances) are now saved using System.Text.Json.JsonSerializer when saving a schedule to JSON. JsonSerializeTag and JsonDeserializeTag still allow you to implement custom serialization.
- JsonSerializeTag event now allows replacing the e.Representation argument with a new JsonObject (old version expected it to be modified by adding child elements).