NetOffice Versions Save

🌌 Create add-ins and automation code for Microsoft Office applications.

v1.7.7

3 years ago

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

v1.7.6

3 years ago

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.8 v2.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

v1.7.5.1

3 years ago

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

v1.7.4.12

3 years ago

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

v1.7.5

3 years ago

Changes

  • Fix implementation of CoClassEventReflector class #277
  • CoClassEventReflector class will throw ArgumentOutOfRangeException when event does not exist in the class
  • You can use the nameof() operator with event name in the CoClassEventReflector methods

Includes

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

v1.7.4.11

3 years ago

Changes

  • Change TaskPaneInfo.TagHwnd to IntPtr type

Includes

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

v1.7.4.10

3 years ago

Changes

  • Use portable symbol files in Release builds

Includes

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

v1.7.4.9

3 years ago

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

v1.7.4.8

4 years ago

Changes

  • Fix events in PowerPoint library #262 (previous release did not fix it completely)
  • Fix bug in TweakExceptionHandling method #265
  • Fix for running in debug mode #264

Includes

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

v1.7.4.7

4 years ago

Changes

  • Fix events in PowerPoint library #262
  • Fix for running in debug mode #264

Includes

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