Skip to content

Commit

Permalink
Version 8.5.1 - January 9, 2023
Browse files Browse the repository at this point in the history
## Version 8.5.1 - January 9, 2023

  - **Improved:** Document Viewer:

    - **Improved:** Stability and performance of Cad formats.

  - **Improved:** Stability and performance of video thumbnails.
  • Loading branch information
GleamTech committed Jan 10, 2023
1 parent efbf99b commit 7f930fc
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions Examples/AspNetCoreCS/AspNetCoreCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GleamTech.Common" Version="5.5.2" />
<PackageReference Include="GleamTech.FileUltimate" Version="8.5.0" />
<PackageReference Include="GleamTech.Common" Version="5.5.5" />
<PackageReference Include="GleamTech.FileUltimate" Version="8.5.1" />
</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.Common" Version="5.5.2" />
<PackageReference Include="GleamTech.FileUltimate" Version="8.5.0" />
<PackageReference Include="GleamTech.Common" Version="5.5.5" />
<PackageReference Include="GleamTech.FileUltimate" Version="8.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions Examples/AspNetMvcCS/AspNetMvcCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Common">
<HintPath>..\packages\GleamTech.Common.5.5.2\lib\net461\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.5.5.5\lib\net461\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.8.5.0\lib\net461\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.8.5.1\lib\net461\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.6.6.0\lib\net461\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.6.6.2\lib\net461\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.5.6.0\lib\net461\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.5.6.1\lib\net461\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.3.6.0\lib\net461\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.3.6.1\lib\net461\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
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="3.2.7" targetFramework="net461" />
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net461" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
<package id="GleamTech.Common" version="5.5.2" />
<package id="GleamTech.VideoUltimate" version="3.6.0" />
<package id="GleamTech.ImageUltimate" version="5.6.0" />
<package id="GleamTech.DocumentUltimate" version="6.6.0" />
<package id="GleamTech.FileUltimate" version="8.5.0" />
<package id="GleamTech.Common" version="5.5.5" />
<package id="GleamTech.VideoUltimate" version="3.6.1" />
<package id="GleamTech.ImageUltimate" version="5.6.1" />
<package id="GleamTech.DocumentUltimate" version="6.6.2" />
<package id="GleamTech.FileUltimate" version="8.5.1" />
</packages>
10 changes: 5 additions & 5 deletions Examples/AspNetMvcVB/AspNetMvcVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Common">
<HintPath>..\packages\GleamTech.Common.5.5.2\lib\net461\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.5.5.5\lib\net461\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.8.5.0\lib\net461\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.8.5.1\lib\net461\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.6.6.0\lib\net461\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.6.6.2\lib\net461\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.5.6.0\lib\net461\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.5.6.1\lib\net461\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.3.6.0\lib\net461\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.3.6.1\lib\net461\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
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="3.2.7" targetFramework="net461" />
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net461" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
<package id="GleamTech.Common" version="5.5.2" />
<package id="GleamTech.VideoUltimate" version="3.6.0" />
<package id="GleamTech.ImageUltimate" version="5.6.0" />
<package id="GleamTech.DocumentUltimate" version="6.6.0" />
<package id="GleamTech.FileUltimate" version="8.5.0" />
<package id="GleamTech.Common" version="5.5.5" />
<package id="GleamTech.VideoUltimate" version="3.6.1" />
<package id="GleamTech.ImageUltimate" version="5.6.1" />
<package id="GleamTech.DocumentUltimate" version="6.6.2" />
<package id="GleamTech.FileUltimate" version="8.5.1" />
</packages>
10 changes: 5 additions & 5 deletions Examples/AspNetWebFormsCS/AspNetWebFormsCS.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\GleamTech.FileUltimate.8.5.0\lib\net461\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.8.5.1\lib\net461\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.6.6.0\lib\net461\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.6.6.2\lib\net461\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.5.6.0\lib\net461\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.5.6.1\lib\net461\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.3.6.0\lib\net461\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.3.6.1\lib\net461\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Common.5.5.2\lib\net461\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.5.5.5\lib\net461\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
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.Common" version="5.5.2" />
<package id="GleamTech.VideoUltimate" version="3.6.0" />
<package id="GleamTech.ImageUltimate" version="5.6.0" />
<package id="GleamTech.DocumentUltimate" version="6.6.0" />
<package id="GleamTech.FileUltimate" version="8.5.0" />
<package id="GleamTech.Common" version="5.5.5" />
<package id="GleamTech.VideoUltimate" version="3.6.1" />
<package id="GleamTech.ImageUltimate" version="5.6.1" />
<package id="GleamTech.DocumentUltimate" version="6.6.2" />
<package id="GleamTech.FileUltimate" version="8.5.1" />
</packages>
10 changes: 5 additions & 5 deletions Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,20 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.8.5.0\lib\net461\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.8.5.1\lib\net461\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.6.6.0\lib\net461\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.6.6.2\lib\net461\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.5.6.0\lib\net461\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.5.6.1\lib\net461\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.3.6.0\lib\net461\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.3.6.1\lib\net461\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Common.5.5.2\lib\net461\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.5.5.5\lib\net461\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
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.Common" version="5.5.2" />
<package id="GleamTech.VideoUltimate" version="3.6.0" />
<package id="GleamTech.ImageUltimate" version="5.6.0" />
<package id="GleamTech.DocumentUltimate" version="6.6.0" />
<package id="GleamTech.FileUltimate" version="8.5.0" />
<package id="GleamTech.Common" version="5.5.5" />
<package id="GleamTech.VideoUltimate" version="3.6.1" />
<package id="GleamTech.ImageUltimate" version="5.6.1" />
<package id="GleamTech.DocumentUltimate" version="6.6.2" />
<package id="GleamTech.FileUltimate" version="8.5.1" />
</packages>

0 comments on commit 7f930fc

Please sign in to comment.