Skip to content

Commit a2f575b

Browse files
committed
Version 7.5.6
## Version 7.5.6 - April 1, 2025 - **Added:** Multi-platform suppport for Dicom formats. Native dependency win-x64 was already bundled In addition to this, we now also bundle dependencies for these platforms: - linux-x64, linux-arm64 - osx-x64, osx-arm64 Only win-* dependencies are bundled in our DLL and our AssemblyResolver will handle those, i.e automatically resolve them. So in short, reference our NuGet package (not our DLL directly) especially if you are targeting linux-* and osx-*. - **Improved:** Fixed naming of native DLLs because some were not being loading with v7.5.5 on Windows .NET Framework due to a dot in filename. .NET could load native DLLs as it specially handles names before invoking OS loader.
1 parent fdf78d9 commit a2f575b

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.4.5" />
13-
<PackageReference Include="GleamTech.DocumentUltimate" Version="7.5.5" />
13+
<PackageReference Include="GleamTech.DocumentUltimate" Version="7.5.6" />
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.4.5" />
20-
<PackageReference Include="GleamTech.DocumentUltimate" Version="7.5.5" />
20+
<PackageReference Include="GleamTech.DocumentUltimate" Version="7.5.6" />
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.4.5\lib\net472\GleamTech.Common.dll</HintPath>
5050
</Reference>
5151
<Reference Include="GleamTech.DocumentUltimate">
52-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.5\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
52+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.6\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.4.5" />
8-
<package id="GleamTech.DocumentUltimate" version="7.5.5" />
8+
<package id="GleamTech.DocumentUltimate" version="7.5.6" />
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.4.5\lib\net472\GleamTech.Common.dll</HintPath>
5252
</Reference>
5353
<Reference Include="GleamTech.DocumentUltimate">
54-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.5\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
54+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.6\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.4.5" />
8-
<package id="GleamTech.DocumentUltimate" version="7.5.5" />
8+
<package id="GleamTech.DocumentUltimate" version="7.5.6" />
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.4.5\lib\net472\GleamTech.Common.dll</HintPath>
5555
</Reference>
5656
<Reference Include="GleamTech.DocumentUltimate">
57-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.5\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
57+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.6\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.4.5" />
4-
<package id="GleamTech.DocumentUltimate" version="7.5.5" />
4+
<package id="GleamTech.DocumentUltimate" version="7.5.6" />
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.4.5\lib\net472\GleamTech.Common.dll</HintPath>
6969
</Reference>
7070
<Reference Include="GleamTech.DocumentUltimate">
71-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.5\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
71+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.6\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.4.5" />
4-
<package id="GleamTech.DocumentUltimate" version="7.5.5" />
4+
<package id="GleamTech.DocumentUltimate" version="7.5.6" />
55
</packages>

0 commit comments

Comments
 (0)