Skip to content

Commit

Permalink
Version 9.1.1
Browse files Browse the repository at this point in the history
## Version 9.1.1 - September 9, 2024

  - **Improved:** Document Viewer:
    - **Fixed:** Thumbnail view scrolling was not synchronized to the document scrolling.
      So when scrolling the document, current page's thumbnail should scroll into the view automatically.
  • Loading branch information
GleamTech committed Sep 9, 2024
1 parent dcb9ce4 commit 349007d
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.1.0" />
<PackageReference Include="GleamTech.FileUltimate" Version="9.1.0" />
<PackageReference Include="GleamTech.FileUltimate" Version="9.1.1" />
</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.1.0" />
<PackageReference Include="GleamTech.FileUltimate" Version="9.1.0" />
<PackageReference Include="GleamTech.FileUltimate" Version="9.1.1" />
</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.1.0\lib\net472\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.9.1.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.1.1\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.2\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.6.0.2\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.1.0" />
<package id="GleamTech.VideoUltimate" version="4.0.2" />
<package id="GleamTech.ImageUltimate" version="6.0.2" />
<package id="GleamTech.DocumentUltimate" version="7.1.0" />
<package id="GleamTech.FileUltimate" version="9.1.0" />
<package id="GleamTech.DocumentUltimate" version="7.1.2" />
<package id="GleamTech.FileUltimate" version="9.1.1" />
</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.1.0\lib\net472\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.9.1.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.1.1\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.2\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.6.0.2\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.1.0" />
<package id="GleamTech.VideoUltimate" version="4.0.2" />
<package id="GleamTech.ImageUltimate" version="6.0.2" />
<package id="GleamTech.DocumentUltimate" version="7.1.0" />
<package id="GleamTech.FileUltimate" version="9.1.0" />
<package id="GleamTech.DocumentUltimate" version="7.1.2" />
<package id="GleamTech.FileUltimate" version="9.1.1" />
</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.1.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.1.1\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.2\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.6.0.2\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.1.0" />
<package id="GleamTech.VideoUltimate" version="4.0.2" />
<package id="GleamTech.ImageUltimate" version="6.0.2" />
<package id="GleamTech.DocumentUltimate" version="7.1.0" />
<package id="GleamTech.FileUltimate" version="9.1.0" />
<package id="GleamTech.DocumentUltimate" version="7.1.2" />
<package id="GleamTech.FileUltimate" version="9.1.1" />
</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.1.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.1.1\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.2\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.6.0.2\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.1.0" />
<package id="GleamTech.VideoUltimate" version="4.0.2" />
<package id="GleamTech.ImageUltimate" version="6.0.2" />
<package id="GleamTech.DocumentUltimate" version="7.1.0" />
<package id="GleamTech.FileUltimate" version="9.1.0" />
<package id="GleamTech.DocumentUltimate" version="7.1.2" />
<package id="GleamTech.FileUltimate" version="9.1.1" />
</packages>

0 comments on commit 349007d

Please sign in to comment.