Skip to content

Commit

Permalink
Version 9.0.7
Browse files Browse the repository at this point in the history
## Version 9.0.7 - August 17, 2024

  - **Improved:** Document Viewer:
    - **Fixed:** Changing to other languages other than english was not working since v9.0.2 due to a change in pdfjs.
  • Loading branch information
GleamTech committed Aug 17, 2024
1 parent ba40614 commit 56b4ae3
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Examples/AspNetCoreCS/AspNetCoreCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="GleamTech.Common" Version="6.0.8" />
<PackageReference Include="GleamTech.FileUltimate" Version="9.0.6" />
<PackageReference Include="GleamTech.FileUltimate" Version="9.0.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.Common" Version="6.0.8" />
<PackageReference Include="GleamTech.FileUltimate" Version="9.0.6" />
<PackageReference Include="GleamTech.FileUltimate" Version="9.0.7" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetMvcCS/AspNetMvcCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
<HintPath>..\packages\GleamTech.Common.6.0.8\lib\net472\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.9.0.6\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.0.7\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.0.11\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.0.15\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.6.0.1\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetMvcCS/Packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<package id="GleamTech.Common" version="6.0.8" />
<package id="GleamTech.VideoUltimate" version="4.0.1" />
<package id="GleamTech.ImageUltimate" version="6.0.1" />
<package id="GleamTech.DocumentUltimate" version="7.0.11" />
<package id="GleamTech.FileUltimate" version="9.0.6" />
<package id="GleamTech.DocumentUltimate" version="7.0.15" />
<package id="GleamTech.FileUltimate" version="9.0.7" />
</packages>
4 changes: 2 additions & 2 deletions Examples/AspNetMvcVB/AspNetMvcVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
<HintPath>..\packages\GleamTech.Common.6.0.8\lib\net472\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.9.0.6\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.0.7\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.0.11\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.0.15\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.6.0.1\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetMvcVB/Packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<package id="GleamTech.Common" version="6.0.8" />
<package id="GleamTech.VideoUltimate" version="4.0.1" />
<package id="GleamTech.ImageUltimate" version="6.0.1" />
<package id="GleamTech.DocumentUltimate" version="7.0.11" />
<package id="GleamTech.FileUltimate" version="9.0.6" />
<package id="GleamTech.DocumentUltimate" version="7.0.15" />
<package id="GleamTech.FileUltimate" version="9.0.7" />
</packages>
4 changes: 2 additions & 2 deletions Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.9.0.6\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.0.7\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.0.11\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.0.15\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.6.0.1\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetWebFormsCS/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<package id="GleamTech.Common" version="6.0.8" />
<package id="GleamTech.VideoUltimate" version="4.0.1" />
<package id="GleamTech.ImageUltimate" version="6.0.1" />
<package id="GleamTech.DocumentUltimate" version="7.0.11" />
<package id="GleamTech.FileUltimate" version="9.0.6" />
<package id="GleamTech.DocumentUltimate" version="7.0.15" />
<package id="GleamTech.FileUltimate" version="9.0.7" />
</packages>
4 changes: 2 additions & 2 deletions Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.9.0.6\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.0.7\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.0.11\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.0.15\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.6.0.1\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetWebFormsVB/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<package id="GleamTech.Common" version="6.0.8" />
<package id="GleamTech.VideoUltimate" version="4.0.1" />
<package id="GleamTech.ImageUltimate" version="6.0.1" />
<package id="GleamTech.DocumentUltimate" version="7.0.11" />
<package id="GleamTech.FileUltimate" version="9.0.6" />
<package id="GleamTech.DocumentUltimate" version="7.0.15" />
<package id="GleamTech.FileUltimate" version="9.0.7" />
</packages>

0 comments on commit 56b4ae3

Please sign in to comment.