-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 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.FileUltimate If 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:** Document Viewer: - **Fixed:** When viewing Spreadsheet formats, the original headers and footers were being emptied. - **Improved:** Updated Media Player.
- Loading branch information
Showing
13 changed files
with
51 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<packages> | ||
<package id="GleamTech.Core" version="4.0.2" /> | ||
<package id="VideoUltimate" version="2.1.0" /> | ||
<package id="ImageUltimate" version="4.0.2" /> | ||
<package id="DocumentUltimate" version="5.1.2" /> | ||
<package id="FileUltimate" version="7.2.7" /> | ||
<package id="GleamTech.Common" version="4.0.5" /> | ||
<package id="GleamTech.VideoUltimate" version="2.1.1" /> | ||
<package id="GleamTech.ImageUltimate" version="4.0.5" /> | ||
<package id="GleamTech.DocumentUltimate" version="5.1.5" /> | ||
<package id="GleamTech.FileUltimate" version="7.3.0" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<packages> | ||
<package id="GleamTech.Core" version="4.0.2" /> | ||
<package id="VideoUltimate" version="2.1.0" /> | ||
<package id="ImageUltimate" version="4.0.2" /> | ||
<package id="DocumentUltimate" version="5.1.2" /> | ||
<package id="FileUltimate" version="7.2.7" /> | ||
<package id="GleamTech.Common" version="4.0.5" /> | ||
<package id="GleamTech.VideoUltimate" version="2.1.1" /> | ||
<package id="GleamTech.ImageUltimate" version="4.0.5" /> | ||
<package id="GleamTech.DocumentUltimate" version="5.1.5" /> | ||
<package id="GleamTech.FileUltimate" version="7.3.0" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters