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).