Skip to content

Releases: NetOfficeFw/NetOffice

NetOffice v1.9.5

17 Feb 17:23
Compare
Choose a tag to compare

Fixed

  • Fix bug in PresentationBeforeClose code by verifying the correct event name #153

NetOffice v1.9.4

17 Nov 13:43
Compare
Choose a tag to compare

Added

  • Add Excel Queries and WorkbookQuery #400

Contibutors

NetOffice v1.9.3

04 Mar 21:46
94d432d
Compare
Choose a tag to compare

Fixed

  • Configure EmbedInteropTypes value in classic nuget references #371

NetOffice v1.9.2

03 Feb 21:38
Compare
Choose a tag to compare

Fixed

  • Fix bug when calling the CorePropertySetExtensions.ExecutePropertySet() methods #379
  • Fixed bug in ProxyService.GetActiveInstance() methods #372
  • Documented few data types

NetOffice 1.9.1

26 Oct 18:54
Compare
Choose a tag to compare

What's Changed

  • Assemblies in nuget packages are signed by Authenticode certificate

NetOffice 1.9.0

23 Sep 18:43
Compare
Choose a tag to compare

What's Changed

  • Office resiliency - disabled items parser by @jozefizso in #314
  • Make NameSpace.RemoveStore() method in OutlookApi visible to IntelliSense #333
  • Implement Workbook.AutoSaveOn property in ExcelApi #349
  • Implement Shape.IsNarration property in PowerPointApi #355

Breaking changes

  • Moved utility and diagnostic dialogs to new NetOfficeFw.Office.Extensions library #360
  • Removed Visio, Publisher, Project and Forms libraries #342

Full Changelog: v1.8.1...v1.9.0

NetOffice 1.8.1

20 Feb 15:51
v1.8.1
Compare
Choose a tag to compare

Added Features

  • Parser for the resiliency binary data stored by Microsoft Office when add-ins crash.

Use the OfficeResiliency.Parse() method to convert the binary data from registry keys under HKEY_CURRENT_USER\Software\Microsoft\Office\[OfficeAppVersion]\[OfficeAppName]\Resiliency\DisabledItems into DisabledItem object.

NetOffice 1.8.0

13 Dec 23:13
v1.8.0
Compare
Choose a tag to compare

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

NetOffice 1.7.9

12 Dec 18:38
v1.7.9
Compare
Choose a tag to compare

Changes

  • Links now point to Microsoft Docs website
  • Documented PowerPoint types related to animations and effects
  • Documented LoadBehavior values

Includes

  • Assemblies for .NET 4.0 runtime
  • Tutorials/Examples in C#/VB.Net
  • Source Code

NetOffice 1.7.8

23 Aug 18:42
v1.7.8
Compare
Choose a tag to compare

Changes

  • Settings.IsEqualTo() method will compare objects correctly #291
  • Settings implements IEquatable<Settings> in favor of old IsEqualTo() method
  • ResourceUtils.ReadImage() will correctly read the image from resources #292
  • ResourceUtils.ReadString() will correctly read string resources #292

Bug Fixes

  • Fix #291 Settings.IsEqualTo compares EnableSafeMode incorrectly
  • Fix #292 ResourceUtils.ReadImage() calls itself recursively

Includes

  • Assemblies for .NET 4.0 runtime
  • Tutorials/Examples in C#/VB.Net
  • Source Code