Skip to content

Commit 892f67d

Browse files
committed
Version 7.6.1
## Version 7.6.1 - April 25, 2025 - **Fixed:** Keyboard shortcuts were not respecting the denied permissions. Especially CTRL + P for print and CTRL + S for save. - **Fixed:** Pages outline color when focused.
1 parent bcf1edc commit 892f67d

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

Examples/AspNetCoreCS/AspNetCoreCS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="GleamTech.Common" Version="6.5.0" />
13-
<PackageReference Include="GleamTech.DocumentUltimate" Version="7.6.0" />
13+
<PackageReference Include="GleamTech.DocumentUltimate" Version="7.6.1" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="GleamTech.Common" Version="6.5.0" />
20-
<PackageReference Include="GleamTech.DocumentUltimate" Version="7.6.0" />
20+
<PackageReference Include="GleamTech.DocumentUltimate" Version="7.6.1" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

Examples/AspNetMvcCS/AspNetMvcCS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<HintPath>..\packages\GleamTech.Common.6.5.0\lib\net472\GleamTech.Common.dll</HintPath>
5050
</Reference>
5151
<Reference Include="GleamTech.DocumentUltimate">
52-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.6.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
52+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.6.1\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
5353
</Reference>
5454
</ItemGroup>
5555
<ItemGroup>

Examples/AspNetMvcCS/Packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<package id="Microsoft.AspNet.WebPages" version="3.3.0" targetFramework="net472" />
66
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net472" />
77
<package id="GleamTech.Common" version="6.5.0" />
8-
<package id="GleamTech.DocumentUltimate" version="7.6.0" />
8+
<package id="GleamTech.DocumentUltimate" version="7.6.1" />
99
</packages>

Examples/AspNetMvcVB/AspNetMvcVB.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<HintPath>..\packages\GleamTech.Common.6.5.0\lib\net472\GleamTech.Common.dll</HintPath>
5252
</Reference>
5353
<Reference Include="GleamTech.DocumentUltimate">
54-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.6.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
54+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.6.1\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
5555
</Reference>
5656
</ItemGroup>
5757
<ItemGroup>

Examples/AspNetMvcVB/Packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<package id="Microsoft.AspNet.WebPages" version="3.3.0" targetFramework="net472" />
66
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net472" />
77
<package id="GleamTech.Common" version="6.5.0" />
8-
<package id="GleamTech.DocumentUltimate" version="7.6.0" />
8+
<package id="GleamTech.DocumentUltimate" version="7.6.1" />
99
</packages>

Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<HintPath>..\packages\GleamTech.Common.6.5.0\lib\net472\GleamTech.Common.dll</HintPath>
5555
</Reference>
5656
<Reference Include="GleamTech.DocumentUltimate">
57-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.6.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
57+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.6.1\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
5858
</Reference>
5959
<Reference Include="System" />
6060
<Reference Include="System.Data" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<packages>
33
<package id="GleamTech.Common" version="6.5.0" />
4-
<package id="GleamTech.DocumentUltimate" version="7.6.0" />
4+
<package id="GleamTech.DocumentUltimate" version="7.6.1" />
55
</packages>

Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<HintPath>..\packages\GleamTech.Common.6.5.0\lib\net472\GleamTech.Common.dll</HintPath>
6969
</Reference>
7070
<Reference Include="GleamTech.DocumentUltimate">
71-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.6.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
71+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.6.1\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
7272
</Reference>
7373
<Reference Include="System" />
7474
<Reference Include="System.Data" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<packages>
33
<package id="GleamTech.Common" version="6.5.0" />
4-
<package id="GleamTech.DocumentUltimate" version="7.6.0" />
4+
<package id="GleamTech.DocumentUltimate" version="7.6.1" />
55
</packages>

0 commit comments

Comments
 (0)