rianjs / ical.net

ical.NET - an open source iCal library for .NET
MIT License
782 stars 230 forks source link

BUG FIX: Mutation of property can output as an array #450

Closed TheeJamesLee closed 3 years ago

TheeJamesLee commented 5 years ago

Bug found where changing a property that was already set either by deserialization or property set.

On serialization, will be output as an array of values.

Corrects the SetValue property and adds test in serialization exercising a property change.

rianjs commented 3 years ago

https://www.nuget.org/packages/Ical.Net/4.2.0