Skip to content

NetOffice 1.8.0

Choose a tag to compare

@jozefizso jozefizso released this 13 Dec 23:13
v1.8.0

Breaking Changes

  • Settings.EnableOperatorOverlads was renamed to Settings.EnableOperatorOverloads #306
    If you listened to changes using Settings.PropertyChanged event, ensure you fix your code with the new property name.
  • Fixed typo in word Availability used in namespace and class names #307
    Affected types:
    • namespace NetOffice.Availity 🡒 NetOffice.Availability
    • class AvailityException 🡒 AvailabilityException
    • interface ICOMObjectAvaility 🡒 ICOMObjectAvailability