MindFusion.Scheduling for .NET MAUI 版本發佈

查看各個版本中的最新內容,包含功能、增強與已解決問題的詳細資訊。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
MindFusion.Scheduling for .NET MAUI v1.1.32026年2月19日
功能
  • 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).