Skip to content

Commit

Permalink
Version 7.3.0
Browse files Browse the repository at this point in the history
## 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
GleamTech committed Nov 20, 2019
1 parent d28394d commit d197439
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 50 deletions.
4 changes: 2 additions & 2 deletions Examples/AspNetCoreCS/AspNetCoreCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="GleamTech.Core" Version="4.0.2" />
<PackageReference Include="FileUltimate" Version="7.2.7" />
<PackageReference Include="GleamTech.Common" Version="4.0.5" />
<PackageReference Include="GleamTech.FileUltimate" Version="7.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="GleamTech.Core" Version="4.0.2" />
<PackageReference Include="FileUltimate" Version="7.2.7" />
<PackageReference Include="GleamTech.Common" Version="4.0.5" />
<PackageReference Include="GleamTech.FileUltimate" Version="7.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions Examples/AspNetMvcCS/AspNetMvcCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\FileUltimate.7.2.7\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.7.3.0\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.5.1.2\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.1.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\ImageUltimate.4.0.2\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.4.0.5\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\VideoUltimate.2.1.0\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.2.1.1\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Core">
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Core.4.0.2\lib\net40\GleamTech.Core.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.0.5\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down
10 changes: 5 additions & 5 deletions Examples/AspNetMvcCS/Packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<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>
12 changes: 6 additions & 6 deletions Examples/AspNetMvcVB/AspNetMvcVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,20 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\FileUltimate.7.2.7\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.7.3.0\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.5.1.2\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.1.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\ImageUltimate.4.0.2\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.4.0.5\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\VideoUltimate.2.1.0\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.2.1.1\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Core">
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Core.4.0.2\lib\net40\GleamTech.Core.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.0.5\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
10 changes: 5 additions & 5 deletions Examples/AspNetMvcVB/Packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<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>
12 changes: 6 additions & 6 deletions Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\FileUltimate.7.2.7\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.7.3.0\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.5.1.2\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.1.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\ImageUltimate.4.0.2\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.4.0.5\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\VideoUltimate.2.1.0\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.2.1.1\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Core">
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Core.4.0.2\lib\net40\GleamTech.Core.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.0.5\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Examples/AspNetWebFormsCS/Default.aspx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="GleamTech.FileUltimateExamples.AspNetWebFormsCS.DefaultPage" %>
<%@ Register TagPrefix="GleamTech" Namespace="GleamTech.Examples" Assembly="GleamTech.Core" %>
<%@ Register TagPrefix="GleamTech" Namespace="GleamTech.Examples" Assembly="GleamTech.Common" %>

<!DOCTYPE html>

Expand Down
10 changes: 5 additions & 5 deletions Examples/AspNetWebFormsCS/packages.config
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>
12 changes: 6 additions & 6 deletions Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\FileUltimate.7.2.7\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.7.3.0\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.5.1.2\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.1.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\ImageUltimate.4.0.2\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.4.0.5\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\VideoUltimate.2.1.0\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.2.1.1\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Core">
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Core.4.0.2\lib\net40\GleamTech.Core.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.0.5\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Examples/AspNetWebFormsVB/Default.aspx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%@ Page Language="vb" AutoEventWireup="true" CodeBehind="Default.aspx.vb" Inherits="GleamTech.FileUltimateExamples.AspNetWebFormsVB.DefaultPage" %>
<%@ Register TagPrefix="GleamTech" Namespace="GleamTech.Examples" Assembly="GleamTech.Core" %>
<%@ Register TagPrefix="GleamTech" Namespace="GleamTech.Examples" Assembly="GleamTech.Common" %>

<!DOCTYPE html>

Expand Down
10 changes: 5 additions & 5 deletions Examples/AspNetWebFormsVB/packages.config
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>
1 change: 1 addition & 0 deletions Examples/NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<add key="repositoryPath" value="Packages" />
</config>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="GleamTech" value="http://get.gleamtech.com/nuget/default/" />
</packageSources>
</configuration>

0 comments on commit d197439

Please sign in to comment.