Skip to content

Commit

Permalink
Version 9.1.2
Browse files Browse the repository at this point in the history
## Version 9.1.2 - October 4, 2024

  - **Improved:** Document Viewer:
    - **Fixed:** In thumbnail view, when there are few thumbnails like 2 or 3, they should not be vertically centered (avoid large gaps).
    - **Fixed:** Setting DocumentViewer.ZoomLevel property was not working. Normally when it's set to a non-zero percentage value,
      that should override the DocumentViewer.ZoomMode property.
  • Loading branch information
GleamTech committed Oct 4, 2024
1 parent 349007d commit 5773564
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.1" />
<PackageReference Include="GleamTech.FileUltimate" Version="9.1.2" />
</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.1" />
<PackageReference Include="GleamTech.FileUltimate" Version="9.1.2" />
</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.1\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.1.2\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.2\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.3\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.2" />
<package id="GleamTech.FileUltimate" version="9.1.1" />
<package id="GleamTech.DocumentUltimate" version="7.1.3" />
<package id="GleamTech.FileUltimate" version="9.1.2" />
</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.1\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.1.2\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.2\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.3\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.2" />
<package id="GleamTech.FileUltimate" version="9.1.1" />
<package id="GleamTech.DocumentUltimate" version="7.1.3" />
<package id="GleamTech.FileUltimate" version="9.1.2" />
</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.1\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.1.2\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.2\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.3\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.2" />
<package id="GleamTech.FileUltimate" version="9.1.1" />
<package id="GleamTech.DocumentUltimate" version="7.1.3" />
<package id="GleamTech.FileUltimate" version="9.1.2" />
</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.1\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.1.2\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.2\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.3\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.2" />
<package id="GleamTech.FileUltimate" version="9.1.1" />
<package id="GleamTech.DocumentUltimate" version="7.1.3" />
<package id="GleamTech.FileUltimate" version="9.1.2" />
</packages>

0 comments on commit 5773564

Please sign in to comment.