Skip to content

Releases: NetOfficeFw/NetOffice

NetOffice 1.7.4.10

28 Jun 19:55
v1.7.4.10

Choose a tag to compare

Changes

  • Use portable symbol files in Release builds

Includes

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

NetOffice 1.7.4.8

23 Mar 22:29
v1.7.4.8

Choose a tag to compare

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

NetOffice 1.7.4.7

21 Mar 20:37
v1.7.4.7

Choose a tag to compare

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

NetOffice v1.8.0-alpha01

08 Mar 22:03
v1.8.0-alpha01

Choose a tag to compare

Pre-release

Release Notes

  • Add support for .NET Core 3.1

Supported targets:

  • .NET Framework 4.0
  • .NET Framework 4.5
  • .NET Framework 4.7
  • .NET Core 3.1

NetOffice 1.7.4.6

07 Jul 16:36
v1.7.4.6

Choose a tag to compare

Changes

  • Fix ProjectInfo class in AccessAPI library to return correct AssemblyName #231

Includes

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

NetOffice 1.7.4.5

13 Nov 20:47
v1.7.4.5

Choose a tag to compare

Changes

  • Fix enum in OutlookApi library - OlRibbonType.Microsoft_Outlook_Mail_Compose #223

Includes

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

NetOffice 1.7.3.1

29 Mar 12:40
v1.7.3.1

Choose a tag to compare

Changes

  • Improved loading of assemblies (issue #224)
  • Dropped support for .NET 2.0, 3.0 and 3.5

Includes

  • Binaries .NET: v4.0, v4.5
  • Tutorials/Examples in C#/VB.Net
  • Source Code

Note: NetOffice 1.7.3 was release also with .NET 2.0 libraries but these libraries were compiled from a private source code. The available source code for this branch is compatible with .NET 4 only so we dropped support for older .NET runtimes in this release.

NetOffice 1.7.4.3

23 Feb 15:55
v1.7.4.3

Choose a tag to compare

Improvements

  • COMAddin supports custom addin object (see word addin example "06 Custom Addin Object")

NetOffice 1.7.4.1 (Update 1)

23 Feb 15:16
v1.7.4.1+update1

Choose a tag to compare

Fixed Bugs

  • IRibbonUI wrapper correctly calls underlying implemention (#191)
  • DAO recordset fields can be enumerated correctly (#19)

NetOffice 1.7.4.1

10 Oct 16:52
v1.7.4.1

Choose a tag to compare

Includes

  • Binaries .NET : v4.0
  • Tutorials/Examples in C#/VB.Net
  • Source Code
  • Developer Toolbox

Breaking Changes

  • COMObject class has been replaced by ICOMObject interface
    You may have to change some event trigger code from COMObject to ICOMObject.
  • Some native interop interfaces has been moved to .Native namespace