Releases: NetOfficeFw/NetOffice
Releases · NetOfficeFw/NetOffice
NetOffice v1.9.5
NetOffice v1.9.4
NetOffice v1.9.3
Fixed
- Configure
EmbedInteropTypes
value 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.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
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
Breaking Changes
Settings.EnableOperatorOverlads
was renamed toSettings.EnableOperatorOverloads
#306
If you listened to changes usingSettings.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
- namespace
NetOffice 1.7.9
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
Changes
Settings.IsEqualTo()
method will compare objects correctly #291Settings
implementsIEquatable<Settings>
in favor of oldIsEqualTo()
methodResourceUtils.ReadImage()
will correctly read the image from resources #292ResourceUtils.ReadString()
will correctly read string resources #292
Bug Fixes
- Fix #291
Settings.IsEqualTo
comparesEnableSafeMode
incorrectly - Fix #292
ResourceUtils.ReadImage()
calls itself recursively
Includes
- Assemblies for .NET 4.0 runtime
- Tutorials/Examples in C#/VB.Net
- Source Code