DocumentUltimate v5.1.5
Version 5.1.5 - November 20, 2019
-
Changed: Renamed nuget package to "GleamTech.DocumentUltimate".
From now on, same package names will be used for both get.gleamtech.com feed and nuget.org feed (no .NuGetOrg suffix).
Please uninstall all GleamTech packages with old names and install the ones with the new names.
In Visual Studio: Go to Tools -> NuGet Package Manager -> Package Manager Console and run these commands one by one in order:Uninstall-Package DocumentUltimate -RemoveDependencies
Uninstall-Package DocumentUltimate.NuGetOrg -RemoveDependencies
Install-Package GleamTech.DocumentUltimateIf you are using direct DLL references, note that the dependency assembly "GleamTech.Core" is renamed to "GleamTech.Common".
So in this case, first clean your project, remove references to old assembly, add references to new assembly and build your project. -
Fixed: When viewing or converting Spreadsheet formats, the original headers and footers were being emptied even if
SpreadsheetInputOptions.RenderHeader and SpreadsheetInputOptions.RenderFooter properties were not set to any value.
Included example projects:
- ASP.NET Core (C#) - Visual Studio 2017+
- ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
- ASP.NET MVC (C#) - Visual Studio 2010+
- ASP.NET MVC (VB) - Visual Studio 2010+
- ASP.NET WebForms (C#) - Visual Studio 2010+
- ASP.NET WebForms (VB) - Visual Studio 2010+