From ba40614f12e73ad02bc96cfe57ab9fa2346cf983 Mon Sep 17 00:00:00 2001 From: GleamTech Date: Thu, 8 Aug 2024 16:17:47 -0700 Subject: [PATCH] Version 9.0.6 ## Version 9.0.6 - August 9, 2024 - **Fixed:** Instead of thworing mysterious BadImageFormatException when loading native DLLs, FileUltimate should degrade gracefully until we support ARM architecture: FileUltimate will work but it will just turn off the corresponding features such as generating image or video thumbnails or the document viewer. --- Examples/AspNetCoreCS/AspNetCoreCS.csproj | 2 +- .../AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj | 2 +- Examples/AspNetMvcCS/AspNetMvcCS.csproj | 8 ++++---- Examples/AspNetMvcCS/Packages.config | 8 ++++---- Examples/AspNetMvcVB/AspNetMvcVB.vbproj | 8 ++++---- Examples/AspNetMvcVB/Packages.config | 8 ++++---- Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj | 8 ++++---- Examples/AspNetWebFormsCS/packages.config | 8 ++++---- Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj | 8 ++++---- Examples/AspNetWebFormsVB/packages.config | 8 ++++---- 10 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Examples/AspNetCoreCS/AspNetCoreCS.csproj b/Examples/AspNetCoreCS/AspNetCoreCS.csproj index 3cd8c3d..5361799 100644 --- a/Examples/AspNetCoreCS/AspNetCoreCS.csproj +++ b/Examples/AspNetCoreCS/AspNetCoreCS.csproj @@ -10,7 +10,7 @@ - + diff --git a/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj b/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj index 58f642f..641246e 100644 --- a/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj +++ b/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj @@ -15,7 +15,7 @@ - + diff --git a/Examples/AspNetMvcCS/AspNetMvcCS.csproj b/Examples/AspNetMvcCS/AspNetMvcCS.csproj index b361b7f..ef04208 100644 --- a/Examples/AspNetMvcCS/AspNetMvcCS.csproj +++ b/Examples/AspNetMvcCS/AspNetMvcCS.csproj @@ -49,16 +49,16 @@ ..\packages\GleamTech.Common.6.0.8\lib\net472\GleamTech.Common.dll - ..\packages\GleamTech.FileUltimate.9.0.5\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.0.6\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.0.10\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.0.11\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.6.0.0\lib\net472\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.6.0.1\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.4.0.0\lib\net472\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.4.0.1\lib\net472\GleamTech.VideoUltimate.dll diff --git a/Examples/AspNetMvcCS/Packages.config b/Examples/AspNetMvcCS/Packages.config index e0f035f..a67df09 100644 --- a/Examples/AspNetMvcCS/Packages.config +++ b/Examples/AspNetMvcCS/Packages.config @@ -5,8 +5,8 @@ - - - - + + + + \ No newline at end of file diff --git a/Examples/AspNetMvcVB/AspNetMvcVB.vbproj b/Examples/AspNetMvcVB/AspNetMvcVB.vbproj index c05a950..704434c 100644 --- a/Examples/AspNetMvcVB/AspNetMvcVB.vbproj +++ b/Examples/AspNetMvcVB/AspNetMvcVB.vbproj @@ -51,16 +51,16 @@ ..\packages\GleamTech.Common.6.0.8\lib\net472\GleamTech.Common.dll - ..\packages\GleamTech.FileUltimate.9.0.5\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.0.6\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.0.10\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.0.11\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.6.0.0\lib\net472\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.6.0.1\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.4.0.0\lib\net472\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.4.0.1\lib\net472\GleamTech.VideoUltimate.dll diff --git a/Examples/AspNetMvcVB/Packages.config b/Examples/AspNetMvcVB/Packages.config index e0f035f..a67df09 100644 --- a/Examples/AspNetMvcVB/Packages.config +++ b/Examples/AspNetMvcVB/Packages.config @@ -5,8 +5,8 @@ - - - - + + + + \ No newline at end of file diff --git a/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj b/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj index 17eb3ec..5508951 100644 --- a/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj +++ b/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj @@ -50,16 +50,16 @@ - ..\packages\GleamTech.FileUltimate.9.0.5\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.0.6\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.0.10\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.0.11\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.6.0.0\lib\net472\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.6.0.1\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.4.0.0\lib\net472\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.4.0.1\lib\net472\GleamTech.VideoUltimate.dll ..\packages\GleamTech.Common.6.0.8\lib\net472\GleamTech.Common.dll diff --git a/Examples/AspNetWebFormsCS/packages.config b/Examples/AspNetWebFormsCS/packages.config index b52cbd4..13e6aae 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 976ae9c..53a4b26 100644 --- a/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj +++ b/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj @@ -66,16 +66,16 @@ - ..\packages\GleamTech.FileUltimate.9.0.5\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.0.6\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.0.10\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.0.11\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.6.0.0\lib\net472\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.6.0.1\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.4.0.0\lib\net472\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.4.0.1\lib\net472\GleamTech.VideoUltimate.dll False diff --git a/Examples/AspNetWebFormsVB/packages.config b/Examples/AspNetWebFormsVB/packages.config index b52cbd4..13e6aae 100644 --- a/Examples/AspNetWebFormsVB/packages.config +++ b/Examples/AspNetWebFormsVB/packages.config @@ -1,8 +1,8 @@  - - - - + + + + \ No newline at end of file