Skip to content

Commit

Permalink
Version 7.2.7
Browse files Browse the repository at this point in the history
## Version 7.2.7 - November 18, 2019

  - **Improved:** Document Viewer:

    - **Fixed:** For net40 DLL, conversion from diagram formats failed when loading from stream, so also viewer could not open diagram formats.

  - **Improved:** Accuracy of video thumbnails for some files.
  • Loading branch information
GleamTech committed Nov 18, 2019
1 parent 645311e commit d28394d
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Examples/AspNetCoreCS/AspNetCoreCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="GleamTech.Core" Version="4.0.2" />
<PackageReference Include="FileUltimate" Version="7.2.6" />
<PackageReference Include="FileUltimate" Version="7.2.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="GleamTech.Core" Version="4.0.2" />
<PackageReference Include="FileUltimate" Version="7.2.6" />
<PackageReference Include="FileUltimate" Version="7.2.7" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Examples/AspNetMvcCS/AspNetMvcCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\FileUltimate.7.2.6\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\FileUltimate.7.2.7\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.5.1.1\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.5.1.2\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\ImageUltimate.4.0.2\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\VideoUltimate.2.0.2\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\VideoUltimate.2.1.0\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Core">
<SpecificVersion>False</SpecificVersion>
Expand Down
6 changes: 3 additions & 3 deletions Examples/AspNetMvcCS/Packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<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.0.2" />
<package id="VideoUltimate" version="2.1.0" />
<package id="ImageUltimate" version="4.0.2" />
<package id="DocumentUltimate" version="5.1.1" />
<package id="FileUltimate" version="7.2.6" />
<package id="DocumentUltimate" version="5.1.2" />
<package id="FileUltimate" version="7.2.7" />
</packages>
6 changes: 3 additions & 3 deletions Examples/AspNetMvcVB/AspNetMvcVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\FileUltimate.7.2.6\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\FileUltimate.7.2.7\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.5.1.1\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.5.1.2\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\ImageUltimate.4.0.2\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\VideoUltimate.2.0.2\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\VideoUltimate.2.1.0\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Core">
<SpecificVersion>False</SpecificVersion>
Expand Down
6 changes: 3 additions & 3 deletions Examples/AspNetMvcVB/Packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<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.0.2" />
<package id="VideoUltimate" version="2.1.0" />
<package id="ImageUltimate" version="4.0.2" />
<package id="DocumentUltimate" version="5.1.1" />
<package id="FileUltimate" version="7.2.6" />
<package id="DocumentUltimate" version="5.1.2" />
<package id="FileUltimate" version="7.2.7" />
</packages>
6 changes: 3 additions & 3 deletions Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\FileUltimate.7.2.6\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\FileUltimate.7.2.7\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.5.1.1\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.5.1.2\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\ImageUltimate.4.0.2\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\VideoUltimate.2.0.2\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\VideoUltimate.2.1.0\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Core">
<SpecificVersion>False</SpecificVersion>
Expand Down
6 changes: 3 additions & 3 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.0.2" />
<package id="VideoUltimate" version="2.1.0" />
<package id="ImageUltimate" version="4.0.2" />
<package id="DocumentUltimate" version="5.1.1" />
<package id="FileUltimate" version="7.2.6" />
<package id="DocumentUltimate" version="5.1.2" />
<package id="FileUltimate" version="7.2.7" />
</packages>
6 changes: 3 additions & 3 deletions Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\FileUltimate.7.2.6\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\FileUltimate.7.2.7\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.5.1.1\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.5.1.2\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\ImageUltimate.4.0.2\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\VideoUltimate.2.0.2\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\VideoUltimate.2.1.0\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Core">
<SpecificVersion>False</SpecificVersion>
Expand Down
6 changes: 3 additions & 3 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.0.2" />
<package id="VideoUltimate" version="2.1.0" />
<package id="ImageUltimate" version="4.0.2" />
<package id="DocumentUltimate" version="5.1.1" />
<package id="FileUltimate" version="7.2.6" />
<package id="DocumentUltimate" version="5.1.2" />
<package id="FileUltimate" version="7.2.7" />
</packages>

0 comments on commit d28394d

Please sign in to comment.