All Versions
21
Latest Version
Avg Release Cycle
193 days
Latest Release
1481 days ago

Changelog History
Page 1

  • v1.8.0-alpha01 Changes

    March 08, 2020

    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
  • v1.7.9 Changes

    December 12, 2020

    ๐Ÿ”„ 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
  • v1.7.8 Changes

    August 23, 2020

    ๐Ÿ”„ Changes

    • Settings.IsEqualTo() method will compare objects correctly #291
    • Settings implements IEquatable<Settings> in favor of old IsEqualTo() method
    • ResourceUtils.ReadImage() will correctly read the image from resources #292
    • ResourceUtils.ReadString() will correctly read string resources #292

    ๐Ÿ› Bug Fixes

    • Fix #291 Settings.IsEqualTo compares EnableSafeMode incorrectly
    • Fix #292 ResourceUtils.ReadImage() calls itself recursively

    Includes

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

    August 21, 2020

    ๐Ÿ”„ 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 Changes

    August 10, 2020

    ๐Ÿ”„ 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 ) #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 Changes

    August 01, 2020

    ๐Ÿ”„ 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.5.1 Changes

    August 09, 2020

    โž• 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 Changes

    August 08, 2017

    ๐Ÿš€ NetOffice 1.7.4-alpha3 pre-release as provided by Sebastian.

  • v1.7.4-alpha3 Changes

    August 08, 2017

    ๐Ÿš€ NetOffice 1.7.4-alpha3 pre-release as provided by Sebastian.

  • v1.7.4.9 Changes

    June 28, 2020

    ๐Ÿ”„ 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