All Versions
21
Latest Version
Avg Release Cycle
193 days
Latest Release
1782 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.8.0-alpha01 Changes
March 08, 2020Release 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 #291Settings
implementsIEquatable<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.IsEqualTo
comparesEnableSafeMode
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
- ๐ Make the
-
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 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
- ๐ Fix implementation of
-
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
- ๐ Allow