FileUltimate v7.3.0
Version 7.3.0 - November 20, 2019
-
Changed: Renamed nuget package to "GleamTech.FileUltimate".
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 FileUltimate -RemoveDependencies
Uninstall-Package FileUltimate.NuGetOrg -RemoveDependencies
Install-Package GleamTech.FileUltimateIf 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. -
Improved: AmazonS3 root folders should now support IAM roles when location's AccessKeyId property is not specified, i.e.
the credentials should be loaded from the Instance Profile service on an EC2 instance. -
Improved: Document Viewer:
- Fixed: When viewing Spreadsheet formats, the original headers and footers were being emptied.
-
Improved: Updated Media Player.
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+