From 05f621e0eb1eed3a6c7fb9aa921fb5b3a6eeec36 Mon Sep 17 00:00:00 2001 From: GleamTech Date: Sun, 1 Dec 2024 05:49:42 -0800 Subject: [PATCH] Version 9.2.0 ## 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. --- Examples/AspNetCoreCS/AspNetCoreCS.csproj | 4 ++-- .../AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj | 4 ++-- Examples/AspNetMvcCS/AspNetMvcCS.csproj | 10 +++++----- Examples/AspNetMvcCS/Packages.config | 10 +++++----- Examples/AspNetMvcVB/AspNetMvcVB.vbproj | 10 +++++----- Examples/AspNetMvcVB/Packages.config | 10 +++++----- Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj | 10 +++++----- Examples/AspNetWebFormsCS/packages.config | 10 +++++----- Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj | 10 +++++----- Examples/AspNetWebFormsVB/packages.config | 10 +++++----- Examples/NuGet.config | 2 +- 11 files changed, 45 insertions(+), 45 deletions(-) diff --git a/Examples/AspNetCoreCS/AspNetCoreCS.csproj b/Examples/AspNetCoreCS/AspNetCoreCS.csproj index 6b2b93d..ba323f0 100644 --- a/Examples/AspNetCoreCS/AspNetCoreCS.csproj +++ b/Examples/AspNetCoreCS/AspNetCoreCS.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj b/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj index 65c993d..d0c0543 100644 --- a/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj +++ b/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/Examples/AspNetMvcCS/AspNetMvcCS.csproj b/Examples/AspNetMvcCS/AspNetMvcCS.csproj index 07ff1dc..011d944 100644 --- a/Examples/AspNetMvcCS/AspNetMvcCS.csproj +++ b/Examples/AspNetMvcCS/AspNetMvcCS.csproj @@ -46,19 +46,19 @@ - ..\packages\GleamTech.Common.6.1.1\lib\net472\GleamTech.Common.dll + ..\packages\GleamTech.Common.6.2.0\lib\net472\GleamTech.Common.dll - ..\packages\GleamTech.FileUltimate.9.1.3\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.2.0\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.1.5\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.2.0\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.6.0.2\lib\net472\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.6.2.0\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.4.0.2\lib\net472\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.4.2.0\lib\net472\GleamTech.VideoUltimate.dll diff --git a/Examples/AspNetMvcCS/Packages.config b/Examples/AspNetMvcCS/Packages.config index ffa08c5..fcea567 100644 --- a/Examples/AspNetMvcCS/Packages.config +++ b/Examples/AspNetMvcCS/Packages.config @@ -4,9 +4,9 @@ - - - - - + + + + + \ No newline at end of file diff --git a/Examples/AspNetMvcVB/AspNetMvcVB.vbproj b/Examples/AspNetMvcVB/AspNetMvcVB.vbproj index a6937c8..b3eaf9b 100644 --- a/Examples/AspNetMvcVB/AspNetMvcVB.vbproj +++ b/Examples/AspNetMvcVB/AspNetMvcVB.vbproj @@ -48,19 +48,19 @@ - ..\packages\GleamTech.Common.6.1.1\lib\net472\GleamTech.Common.dll + ..\packages\GleamTech.Common.6.2.0\lib\net472\GleamTech.Common.dll - ..\packages\GleamTech.FileUltimate.9.1.3\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.2.0\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.1.5\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.2.0\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.6.0.2\lib\net472\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.6.2.0\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.4.0.2\lib\net472\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.4.2.0\lib\net472\GleamTech.VideoUltimate.dll diff --git a/Examples/AspNetMvcVB/Packages.config b/Examples/AspNetMvcVB/Packages.config index ffa08c5..fcea567 100644 --- a/Examples/AspNetMvcVB/Packages.config +++ b/Examples/AspNetMvcVB/Packages.config @@ -4,9 +4,9 @@ - - - - - + + + + + \ No newline at end of file diff --git a/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj b/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj index 395096a..f375da7 100644 --- a/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj +++ b/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj @@ -50,19 +50,19 @@ - ..\packages\GleamTech.FileUltimate.9.1.3\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.2.0\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.1.5\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.2.0\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.6.0.2\lib\net472\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.6.2.0\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.4.0.2\lib\net472\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.4.2.0\lib\net472\GleamTech.VideoUltimate.dll - ..\packages\GleamTech.Common.6.1.1\lib\net472\GleamTech.Common.dll + ..\packages\GleamTech.Common.6.2.0\lib\net472\GleamTech.Common.dll diff --git a/Examples/AspNetWebFormsCS/packages.config b/Examples/AspNetWebFormsCS/packages.config index 1e05c79..6ea3d7a 100644 --- a/Examples/AspNetWebFormsCS/packages.config +++ b/Examples/AspNetWebFormsCS/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj b/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj index 23b3a82..17c070c 100644 --- a/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj +++ b/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj @@ -66,20 +66,20 @@ - ..\packages\GleamTech.FileUltimate.9.1.3\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.2.0\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.1.5\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.2.0\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.6.0.2\lib\net472\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.6.2.0\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.4.0.2\lib\net472\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.4.2.0\lib\net472\GleamTech.VideoUltimate.dll False - ..\packages\GleamTech.Common.6.1.1\lib\net472\GleamTech.Common.dll + ..\packages\GleamTech.Common.6.2.0\lib\net472\GleamTech.Common.dll diff --git a/Examples/AspNetWebFormsVB/packages.config b/Examples/AspNetWebFormsVB/packages.config index 1e05c79..6ea3d7a 100644 --- a/Examples/AspNetWebFormsVB/packages.config +++ b/Examples/AspNetWebFormsVB/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Examples/NuGet.config b/Examples/NuGet.config index bc263e7..441c8c5 100644 --- a/Examples/NuGet.config +++ b/Examples/NuGet.config @@ -5,6 +5,6 @@ - + \ No newline at end of file