Skip to content

Commit

Permalink
Version 9.2.0
Browse files Browse the repository at this point in the history
## Version 9.2.0 - December 1, 2024

  - **Improved:** Document Viewer:
    - **Improved:** Updated PDF.js library to 4.8.69 for stability and performance.
    - **Fixed:** Attachment annotations should not be re-added when browsing back nested attachments.
      If document was not a pdf portfolio file, attachment annotations were not added and attachments pane was not being activated.
    - **Improved:** Stability and performance of DICOM formats.
  • Loading branch information
GleamTech committed Dec 1, 2024
1 parent 8814222 commit 05f621e
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 45 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="6.1.1" />
<PackageReference Include="GleamTech.FileUltimate" Version="9.1.3" />
<PackageReference Include="GleamTech.Common" Version="6.2.0" />
<PackageReference Include="GleamTech.FileUltimate" Version="9.2.0" />
</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="6.1.1" />
<PackageReference Include="GleamTech.FileUltimate" Version="9.1.3" />
<PackageReference Include="GleamTech.Common" Version="6.2.0" />
<PackageReference Include="GleamTech.FileUltimate" Version="9.2.0" />
</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.6.1.1\lib\net472\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.6.2.0\lib\net472\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.9.1.3\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.2.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.5\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.2.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.6.0.2\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.6.2.0\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.4.0.2\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.4.2.0\lib\net472\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.9" targetFramework="net472" />
<package id="Microsoft.AspNet.WebPages" version="3.2.9" targetFramework="net472" />
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net472" />
<package id="GleamTech.Common" version="6.1.1" />
<package id="GleamTech.VideoUltimate" version="4.0.2" />
<package id="GleamTech.ImageUltimate" version="6.0.2" />
<package id="GleamTech.DocumentUltimate" version="7.1.5" />
<package id="GleamTech.FileUltimate" version="9.1.3" />
<package id="GleamTech.Common" version="6.2.0" />
<package id="GleamTech.VideoUltimate" version="4.2.0" />
<package id="GleamTech.ImageUltimate" version="6.2.0" />
<package id="GleamTech.DocumentUltimate" version="7.2.0" />
<package id="GleamTech.FileUltimate" version="9.2.0" />
</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.6.1.1\lib\net472\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.6.2.0\lib\net472\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.9.1.3\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.2.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.5\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.2.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.6.0.2\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.6.2.0\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.4.0.2\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.4.2.0\lib\net472\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.9" targetFramework="net472" />
<package id="Microsoft.AspNet.WebPages" version="3.2.9" targetFramework="net472" />
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net472" />
<package id="GleamTech.Common" version="6.1.1" />
<package id="GleamTech.VideoUltimate" version="4.0.2" />
<package id="GleamTech.ImageUltimate" version="6.0.2" />
<package id="GleamTech.DocumentUltimate" version="7.1.5" />
<package id="GleamTech.FileUltimate" version="9.1.3" />
<package id="GleamTech.Common" version="6.2.0" />
<package id="GleamTech.VideoUltimate" version="4.2.0" />
<package id="GleamTech.ImageUltimate" version="6.2.0" />
<package id="GleamTech.DocumentUltimate" version="7.2.0" />
<package id="GleamTech.FileUltimate" version="9.2.0" />
</packages>
10 changes: 5 additions & 5 deletions Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.9.1.3\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.2.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.5\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.2.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.6.0.2\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.6.2.0\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.4.0.2\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.4.2.0\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Common">
<HintPath>..\packages\GleamTech.Common.6.1.1\lib\net472\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.6.2.0\lib\net472\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="6.1.1" />
<package id="GleamTech.VideoUltimate" version="4.0.2" />
<package id="GleamTech.ImageUltimate" version="6.0.2" />
<package id="GleamTech.DocumentUltimate" version="7.1.5" />
<package id="GleamTech.FileUltimate" version="9.1.3" />
<package id="GleamTech.Common" version="6.2.0" />
<package id="GleamTech.VideoUltimate" version="4.2.0" />
<package id="GleamTech.ImageUltimate" version="6.2.0" />
<package id="GleamTech.DocumentUltimate" version="7.2.0" />
<package id="GleamTech.FileUltimate" version="9.2.0" />
</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.9.1.3\lib\net472\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.9.2.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.7.1.5\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.7.2.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.6.0.2\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.6.2.0\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.4.0.2\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.4.2.0\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Common.6.1.1\lib\net472\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.6.2.0\lib\net472\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="6.1.1" />
<package id="GleamTech.VideoUltimate" version="4.0.2" />
<package id="GleamTech.ImageUltimate" version="6.0.2" />
<package id="GleamTech.DocumentUltimate" version="7.1.5" />
<package id="GleamTech.FileUltimate" version="9.1.3" />
<package id="GleamTech.Common" version="6.2.0" />
<package id="GleamTech.VideoUltimate" version="4.2.0" />
<package id="GleamTech.ImageUltimate" version="6.2.0" />
<package id="GleamTech.DocumentUltimate" version="7.2.0" />
<package id="GleamTech.FileUltimate" version="9.2.0" />
</packages>
2 changes: 1 addition & 1 deletion Examples/NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</config>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="GleamTech" value="http://get.gleamtech.com/nuget/default/" />
<add key="GleamTech" value="https://get.gleamtech.com/nuget/default/" />
</packageSources>
</configuration>

0 comments on commit 05f621e

Please sign in to comment.