Releases: NetOfficeFw/NetOffice
Releases · NetOfficeFw/NetOffice
NetOffice 1.8.0
Breaking Changes
Settings.EnableOperatorOverladswas renamed toSettings.EnableOperatorOverloads#306
If you listened to changes usingSettings.PropertyChangedevent, 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
LoadBehaviorvalues
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 #291SettingsimplementsIEquatable<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.IsEqualTocomparesEnableSafeModeincorrectly - Fix #292
ResourceUtils.ReadImage()calls itself recursively
Includes
- Assemblies for .NET 4.0 runtime
- Tutorials/Examples in C#/VB.Net
- Source Code
NetOffice 1.7.7
Changes
- Make the
CustomTaskPaneCollection.Remove()method public to allow custom implementations of Task Panes to remove old objects manually
Includes
- Assemblies for .NET 4.0 runtime
- Tutorials/Examples in C#/VB.Net
- Source Code
NetOffice 1.7.6
Changes
- Improved documentation for many members in the NetOffice project
- Refactored small portion of the
CurrentAppDomain.CurrentDomain_AssemblyResolve()method - Deprecated code related to dynamic types and "duck tales" implementation (will be removed in
v1.8v2.0) #283
Breaking Changes
- Some exceptions have better error messages and use correct parameters
(if you rely on exact exception messages, this is a breaking change)
Includes
- Assemblies for .NET 4.0 runtime
- Tutorials/Examples in C#/VB.Net
- Source Code
NetOffice 1.7.5.1
Added
- Symbol files are now linked to Git repository using SourceLink
- You can debug source code when using NuGet packages
Includes
- Assemblies for .NET 4.0 runtime
- Tutorials/Examples in C#/VB.Net
- Source Code
NetOffice 1.7.4.12
Added
- Symbol files are now linked to Git repository using SourceLink
- You can debug source code when using NuGet packages
Includes
- Assemblies for .NET 4.0 runtime
- Tutorials/Examples in C#/VB.Net
- Source Code
NetOffice 1.7.5
Changes
- Fix implementation of
CoClassEventReflectorclass #277 CoClassEventReflectorclass will throwArgumentOutOfRangeExceptionwhen event does not exist in the class- You can use the
nameof()operator with event name in theCoClassEventReflectormethods
Includes
- Assemblies for .NET 4.0 runtime
- Tutorials/Examples in C#/VB.Net
- Source Code
NetOffice 1.7.4.11
Changes
- Change
TaskPaneInfo.TagHwndtoIntPtrtype
Includes
- Assemblies for .NET 4.0 runtime
- Tutorials/Examples in C#/VB.Net
- Source Code
NetOffice 1.7.4.9
Changes
- Allow
TaskPaneInfoobjects to be tagged from user code
Includes
- Assemblies for .NET 4.0 runtime
- Tutorials/Examples in C#/VB.Net
- Source Code