MindFusion.Scheduling for .NET MAUI Releases

Learn what's new across releases, with details of features, enhancements, and resolved issues.

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
MindFusion.Scheduling for .NET MAUI v1.1.3Feb 19, 2026
Features
  • 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).