Skip to content

Commit b759dcb

Browse files
committed
Version 9.8.0
## Version 9.8.0 - October 2, 2025 - **Added:** Czech (cs) translation. - **Fixed:** FileUploader could fail with "Safe handle has been closed" error when `AuthenticatedUser.Windows` was used for `PhysicalLocation` after v9.7.5. - **Improved:** `AuthenticatedUser.Windows` and `AuthenticatedUser.Claims` used for `PhysicalLocation` will now also work on ASP.NET Core (previously only worked on ASP.NET Classic). Also the enum members `AuthenticatedUser.Windows` and `AuthenticatedUser.Claims` are made obsolete. Use `AuthenticatedUser.WebServer` and `AuthenticatedUser.ClaimsUpn` instead. These new enum member names are more explanatory for their purpose. - **Improved:** Prevent log file name conflicts when multiple Apps sharing App_Data For example try file names `GleamTech.log`, `GleamTech-AppName.log`, `GleamTech-AppName-z0yxh40r.log`. Also provide environment details (app name, location, os) in `GleamTech.log` just like `AssemblyResolver.log` when initializing `GleamTechConfiguration`.
1 parent 12473fd commit b759dcb

File tree

10 files changed

+44
-44
lines changed

10 files changed

+44
-44
lines changed

Examples/AspNetCoreCS/AspNetCoreCS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="GleamTech.Common" Version="6.7.0" />
13-
<PackageReference Include="GleamTech.FileUltimate" Version="9.7.5" />
12+
<PackageReference Include="GleamTech.Common" Version="6.7.5" />
13+
<PackageReference Include="GleamTech.FileUltimate" Version="9.8.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="GleamTech.Common" Version="6.7.0" />
20-
<PackageReference Include="GleamTech.FileUltimate" Version="9.7.5" />
19+
<PackageReference Include="GleamTech.Common" Version="6.7.5" />
20+
<PackageReference Include="GleamTech.FileUltimate" Version="9.8.0" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

Examples/AspNetMvcCS/AspNetMvcCS.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@
4646
</PropertyGroup>
4747
<ItemGroup>
4848
<Reference Include="GleamTech.Common">
49-
<HintPath>..\packages\GleamTech.Common.6.7.0\lib\net472\GleamTech.Common.dll</HintPath>
49+
<HintPath>..\packages\GleamTech.Common.6.7.5\lib\net472\GleamTech.Common.dll</HintPath>
5050
</Reference>
5151
<Reference Include="GleamTech.FileUltimate">
52-
<HintPath>..\packages\GleamTech.FileUltimate.9.7.5\lib\net472\GleamTech.FileUltimate.dll</HintPath>
52+
<HintPath>..\packages\GleamTech.FileUltimate.9.8.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
5353
</Reference>
5454
<Reference Include="GleamTech.DocumentUltimate">
55-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.7.5\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
55+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.7.6\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
5656
</Reference>
5757
<Reference Include="GleamTech.ImageUltimate">
58-
<HintPath>..\packages\GleamTech.ImageUltimate.6.6.5\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
58+
<HintPath>..\packages\GleamTech.ImageUltimate.6.6.6\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
5959
</Reference>
6060
<Reference Include="GleamTech.VideoUltimate">
61-
<HintPath>..\packages\GleamTech.VideoUltimate.4.5.5\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
61+
<HintPath>..\packages\GleamTech.VideoUltimate.4.5.6\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
6262
</Reference>
6363
</ItemGroup>
6464
<ItemGroup>

Examples/AspNetMvcCS/Packages.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<package id="Microsoft.AspNet.Razor" version="3.3.0" targetFramework="net472" />
55
<package id="Microsoft.AspNet.WebPages" version="3.3.0" targetFramework="net472" />
66
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net472" />
7-
<package id="GleamTech.Common" version="6.7.0" />
8-
<package id="GleamTech.VideoUltimate" version="4.5.5" />
9-
<package id="GleamTech.ImageUltimate" version="6.6.5" />
10-
<package id="GleamTech.DocumentUltimate" version="7.7.5" />
11-
<package id="GleamTech.FileUltimate" version="9.7.5" />
7+
<package id="GleamTech.Common" version="6.7.5" />
8+
<package id="GleamTech.VideoUltimate" version="4.5.6" />
9+
<package id="GleamTech.ImageUltimate" version="6.6.6" />
10+
<package id="GleamTech.DocumentUltimate" version="7.7.6" />
11+
<package id="GleamTech.FileUltimate" version="9.8.0" />
1212
</packages>

Examples/AspNetMvcVB/AspNetMvcVB.vbproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@
4848
</PropertyGroup>
4949
<ItemGroup>
5050
<Reference Include="GleamTech.Common">
51-
<HintPath>..\packages\GleamTech.Common.6.7.0\lib\net472\GleamTech.Common.dll</HintPath>
51+
<HintPath>..\packages\GleamTech.Common.6.7.5\lib\net472\GleamTech.Common.dll</HintPath>
5252
</Reference>
5353
<Reference Include="GleamTech.FileUltimate">
54-
<HintPath>..\packages\GleamTech.FileUltimate.9.7.5\lib\net472\GleamTech.FileUltimate.dll</HintPath>
54+
<HintPath>..\packages\GleamTech.FileUltimate.9.8.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
5555
</Reference>
5656
<Reference Include="GleamTech.DocumentUltimate">
57-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.7.5\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
57+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.7.6\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
5858
</Reference>
5959
<Reference Include="GleamTech.ImageUltimate">
60-
<HintPath>..\packages\GleamTech.ImageUltimate.6.6.5\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
60+
<HintPath>..\packages\GleamTech.ImageUltimate.6.6.6\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
6161
</Reference>
6262
<Reference Include="GleamTech.VideoUltimate">
63-
<HintPath>..\packages\GleamTech.VideoUltimate.4.5.5\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
63+
<HintPath>..\packages\GleamTech.VideoUltimate.4.5.6\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
6464
</Reference>
6565
</ItemGroup>
6666
<ItemGroup>

Examples/AspNetMvcVB/Packages.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<package id="Microsoft.AspNet.Razor" version="3.3.0" targetFramework="net472" />
55
<package id="Microsoft.AspNet.WebPages" version="3.3.0" targetFramework="net472" />
66
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net472" />
7-
<package id="GleamTech.Common" version="6.7.0" />
8-
<package id="GleamTech.VideoUltimate" version="4.5.5" />
9-
<package id="GleamTech.ImageUltimate" version="6.6.5" />
10-
<package id="GleamTech.DocumentUltimate" version="7.7.5" />
11-
<package id="GleamTech.FileUltimate" version="9.7.5" />
7+
<package id="GleamTech.Common" version="6.7.5" />
8+
<package id="GleamTech.VideoUltimate" version="4.5.6" />
9+
<package id="GleamTech.ImageUltimate" version="6.6.6" />
10+
<package id="GleamTech.DocumentUltimate" version="7.7.6" />
11+
<package id="GleamTech.FileUltimate" version="9.8.0" />
1212
</packages>

Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@
5050
</PropertyGroup>
5151
<ItemGroup>
5252
<Reference Include="GleamTech.FileUltimate">
53-
<HintPath>..\packages\GleamTech.FileUltimate.9.7.5\lib\net472\GleamTech.FileUltimate.dll</HintPath>
53+
<HintPath>..\packages\GleamTech.FileUltimate.9.8.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
5454
</Reference>
5555
<Reference Include="GleamTech.DocumentUltimate">
56-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.7.5\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
56+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.7.6\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
5757
</Reference>
5858
<Reference Include="GleamTech.ImageUltimate">
59-
<HintPath>..\packages\GleamTech.ImageUltimate.6.6.5\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
59+
<HintPath>..\packages\GleamTech.ImageUltimate.6.6.6\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
6060
</Reference>
6161
<Reference Include="GleamTech.VideoUltimate">
62-
<HintPath>..\packages\GleamTech.VideoUltimate.4.5.5\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
62+
<HintPath>..\packages\GleamTech.VideoUltimate.4.5.6\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
6363
</Reference>
6464
<Reference Include="GleamTech.Common">
65-
<HintPath>..\packages\GleamTech.Common.6.7.0\lib\net472\GleamTech.Common.dll</HintPath>
65+
<HintPath>..\packages\GleamTech.Common.6.7.5\lib\net472\GleamTech.Common.dll</HintPath>
6666
</Reference>
6767
<Reference Include="System" />
6868
<Reference Include="System.Data" />
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<packages>
3-
<package id="GleamTech.Common" version="6.7.0" />
4-
<package id="GleamTech.VideoUltimate" version="4.5.5" />
5-
<package id="GleamTech.ImageUltimate" version="6.6.5" />
6-
<package id="GleamTech.DocumentUltimate" version="7.7.5" />
7-
<package id="GleamTech.FileUltimate" version="9.7.5" />
3+
<package id="GleamTech.Common" version="6.7.5" />
4+
<package id="GleamTech.VideoUltimate" version="4.5.6" />
5+
<package id="GleamTech.ImageUltimate" version="6.6.6" />
6+
<package id="GleamTech.DocumentUltimate" version="7.7.6" />
7+
<package id="GleamTech.FileUltimate" version="9.8.0" />
88
</packages>

Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,20 @@
6666
</PropertyGroup>
6767
<ItemGroup>
6868
<Reference Include="GleamTech.FileUltimate">
69-
<HintPath>..\packages\GleamTech.FileUltimate.9.7.5\lib\net472\GleamTech.FileUltimate.dll</HintPath>
69+
<HintPath>..\packages\GleamTech.FileUltimate.9.8.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
7070
</Reference>
7171
<Reference Include="GleamTech.DocumentUltimate">
72-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.7.5\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
72+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.7.6\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
7373
</Reference>
7474
<Reference Include="GleamTech.ImageUltimate">
75-
<HintPath>..\packages\GleamTech.ImageUltimate.6.6.5\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
75+
<HintPath>..\packages\GleamTech.ImageUltimate.6.6.6\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
7676
</Reference>
7777
<Reference Include="GleamTech.VideoUltimate">
78-
<HintPath>..\packages\GleamTech.VideoUltimate.4.5.5\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
78+
<HintPath>..\packages\GleamTech.VideoUltimate.4.5.6\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
7979
</Reference>
8080
<Reference Include="GleamTech.Common">
8181
<SpecificVersion>False</SpecificVersion>
82-
<HintPath>..\packages\GleamTech.Common.6.7.0\lib\net472\GleamTech.Common.dll</HintPath>
82+
<HintPath>..\packages\GleamTech.Common.6.7.5\lib\net472\GleamTech.Common.dll</HintPath>
8383
</Reference>
8484
<Reference Include="System" />
8585
<Reference Include="System.Data" />
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<packages>
3-
<package id="GleamTech.Common" version="6.7.0" />
4-
<package id="GleamTech.VideoUltimate" version="4.5.5" />
5-
<package id="GleamTech.ImageUltimate" version="6.6.5" />
6-
<package id="GleamTech.DocumentUltimate" version="7.7.5" />
7-
<package id="GleamTech.FileUltimate" version="9.7.5" />
3+
<package id="GleamTech.Common" version="6.7.5" />
4+
<package id="GleamTech.VideoUltimate" version="4.5.6" />
5+
<package id="GleamTech.ImageUltimate" version="6.6.6" />
6+
<package id="GleamTech.DocumentUltimate" version="7.7.6" />
7+
<package id="GleamTech.FileUltimate" version="9.8.0" />
88
</packages>

0 commit comments

Comments
 (0)