diff --git a/Examples/AspNetCoreCS/AspNetCoreCS.csproj b/Examples/AspNetCoreCS/AspNetCoreCS.csproj index ba323f0..df6537e 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 d0c0543..5acea65 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 011d944..19884c8 100644 --- a/Examples/AspNetMvcCS/AspNetMvcCS.csproj +++ b/Examples/AspNetMvcCS/AspNetMvcCS.csproj @@ -46,19 +46,19 @@ - ..\packages\GleamTech.Common.6.2.0\lib\net472\GleamTech.Common.dll + ..\packages\GleamTech.Common.6.3.0\lib\net472\GleamTech.Common.dll - ..\packages\GleamTech.FileUltimate.9.2.0\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.3.0\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.2.0\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.3.0\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.6.2.0\lib\net472\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.6.3.0\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.4.2.0\lib\net472\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.4.3.0\lib\net472\GleamTech.VideoUltimate.dll diff --git a/Examples/AspNetMvcCS/Packages.config b/Examples/AspNetMvcCS/Packages.config index fcea567..121f539 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 b3eaf9b..6f5de82 100644 --- a/Examples/AspNetMvcVB/AspNetMvcVB.vbproj +++ b/Examples/AspNetMvcVB/AspNetMvcVB.vbproj @@ -48,19 +48,19 @@ - ..\packages\GleamTech.Common.6.2.0\lib\net472\GleamTech.Common.dll + ..\packages\GleamTech.Common.6.3.0\lib\net472\GleamTech.Common.dll - ..\packages\GleamTech.FileUltimate.9.2.0\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.3.0\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.2.0\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.3.0\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.6.2.0\lib\net472\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.6.3.0\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.4.2.0\lib\net472\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.4.3.0\lib\net472\GleamTech.VideoUltimate.dll diff --git a/Examples/AspNetMvcVB/Packages.config b/Examples/AspNetMvcVB/Packages.config index fcea567..121f539 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 f375da7..e9eb9e5 100644 --- a/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj +++ b/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj @@ -50,19 +50,19 @@ - ..\packages\GleamTech.FileUltimate.9.2.0\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.3.0\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.2.0\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.3.0\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.6.2.0\lib\net472\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.6.3.0\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.4.2.0\lib\net472\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.4.3.0\lib\net472\GleamTech.VideoUltimate.dll - ..\packages\GleamTech.Common.6.2.0\lib\net472\GleamTech.Common.dll + ..\packages\GleamTech.Common.6.3.0\lib\net472\GleamTech.Common.dll diff --git a/Examples/AspNetWebFormsCS/packages.config b/Examples/AspNetWebFormsCS/packages.config index 6ea3d7a..a1180b3 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 17c070c..bea073c 100644 --- a/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj +++ b/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj @@ -66,20 +66,20 @@ - ..\packages\GleamTech.FileUltimate.9.2.0\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.3.0\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.2.0\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.3.0\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.6.2.0\lib\net472\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.6.3.0\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.4.2.0\lib\net472\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.4.3.0\lib\net472\GleamTech.VideoUltimate.dll False - ..\packages\GleamTech.Common.6.2.0\lib\net472\GleamTech.Common.dll + ..\packages\GleamTech.Common.6.3.0\lib\net472\GleamTech.Common.dll diff --git a/Examples/AspNetWebFormsVB/packages.config b/Examples/AspNetWebFormsVB/packages.config index 6ea3d7a..a1180b3 100644 --- a/Examples/AspNetWebFormsVB/packages.config +++ b/Examples/AspNetWebFormsVB/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file