You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🅱️IReadOnlyList<T> instead of T[] (see 719bea0)
Where the package have exposes arrays in the past, IReadOnlyList<T> is now exposed instead.
🅱️Simple value types are now nullables where relevant (see 719bea0)
This is primarily where the value types are used for specifying a given option. Instead of using 0 og Unspecified for representing unspecified values, these options are now nullables instead.
🅱️Fixed "end on" naming (see d5ece22)
The spelling around the endOn parameter was wrong, as it should be endOn instead of onEnd. This is a breaking change as relevant classes, properties and parameters now has been renamed.
Other changes
🆕 Updated Skybrud.Essentials.Http dependency (0e67806)
This updates the package from v1.0.14 to 1.1.0.
🆕 Added new SiteId property to the TwentyThreeSite class (see 719bea0)
The JSON specifies the ID of a given site, but the value wasn't exposed in the corresponding TwentyThreeSite class.