Releases: NetOfficeFw/NetOffice
Releases · NetOfficeFw/NetOffice
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
CoClassEventReflector
class #277 CoClassEventReflector
class will throwArgumentOutOfRangeException
when event does not exist in the class- You can use the
nameof()
operator with event name in theCoClassEventReflector
methods
Includes
- Assemblies for .NET 4.0 runtime
- Tutorials/Examples in C#/VB.Net
- Source Code
NetOffice 1.7.4.11
Changes
- Change
TaskPaneInfo.TagHwnd
toIntPtr
type
Includes
- Assemblies for .NET 4.0 runtime
- Tutorials/Examples in C#/VB.Net
- Source Code
NetOffice 1.7.4.9
Changes
- Allow
TaskPaneInfo
objects to be tagged from user code
Includes
- Assemblies for .NET 4.0 runtime
- Tutorials/Examples in C#/VB.Net
- Source Code
NetOffice 1.7.4.10
Changes
- Use portable symbol files in Release builds
Includes
- Assemblies for .NET 4.0 runtime
- Tutorials/Examples in C#/VB.Net
- Source Code