Releases: NetOfficeFw/NetOffice
Releases · NetOfficeFw/NetOffice
NetOffice v1.9.8
What's Changed
- Implement
Presentation.AutoSaveOnproperty in PowerPointApi #444 - Fix bug in
DocumentEvents2sink implementation of theContentControlBeforeContentUpdateevent #454
Full Changelog: v1.9.7...v1.9.8
NetOffice v1.9.7
Added in PowerPoint library
- Added
PpPlaceholderType.ppPlaceholderCameoenum value in PowerPoint library #428
Full Changelog: v1.9.6...v1.9.7
NetOffice v1.9.6
Fixes for PowerPoint library
- Fix bug in
PresentationBeforeClosecode by verifying the correct event name #153
NetOffice v1.9.5
NetOffice v1.9.4
NetOffice v1.9.3
Fixed
- Configure
EmbedInteropTypesvalue in classic nuget references #371
NetOffice v1.9.2
NetOffice 1.9.1
What's Changed
- Assemblies in nuget packages are signed by Authenticode certificate
NetOffice 1.9.0
What's Changed
- Office resiliency - disabled items parser by @jozefizso in #314
- Make
NameSpace.RemoveStore()method in OutlookApi visible to IntelliSense #333 - Implement
Workbook.AutoSaveOnproperty in ExcelApi #349 - Implement
Shape.IsNarrationproperty 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
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.