Skip to content

Commit 67538cd

Browse files
committed
Version 4.4.2
## Version 4.4.2 - January 1, 2021 - **Improved:** Stability of image processing.
1 parent 7d46b25 commit 67538cd

10 files changed

Lines changed: 20 additions & 20 deletions

File tree

Examples/AspNetCoreCS/AspNetCoreCS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="GleamTech.Common" Version="4.4.1" />
15-
<PackageReference Include="GleamTech.ImageUltimate" Version="4.4.1" />
14+
<PackageReference Include="GleamTech.Common" Version="4.4.5" />
15+
<PackageReference Include="GleamTech.ImageUltimate" Version="4.4.2" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="GleamTech.Common" Version="4.4.1" />
18-
<PackageReference Include="GleamTech.ImageUltimate" Version="4.4.1" />
17+
<PackageReference Include="GleamTech.Common" Version="4.4.5" />
18+
<PackageReference Include="GleamTech.ImageUltimate" Version="4.4.2" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

Examples/AspNetMvcCS/AspNetMvcCS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
</PropertyGroup>
5151
<ItemGroup>
5252
<Reference Include="GleamTech.Common">
53-
<HintPath>..\packages\GleamTech.Common.4.4.1\lib\net40\GleamTech.Common.dll</HintPath>
53+
<HintPath>..\packages\GleamTech.Common.4.4.5\lib\net40\GleamTech.Common.dll</HintPath>
5454
</Reference>
5555
<Reference Include="GleamTech.ImageUltimate">
56-
<HintPath>..\packages\GleamTech.ImageUltimate.4.4.1\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
56+
<HintPath>..\packages\GleamTech.ImageUltimate.4.4.2\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
5757
</Reference>
5858
<Reference Include="System.Drawing" />
5959
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

Examples/AspNetMvcCS/Packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40" />
55
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40" />
66
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
7-
<package id="GleamTech.Common" version="4.4.1" />
8-
<package id="GleamTech.ImageUltimate" version="4.4.1" />
7+
<package id="GleamTech.Common" version="4.4.5" />
8+
<package id="GleamTech.ImageUltimate" version="4.4.2" />
99
</packages>

Examples/AspNetMvcVB/AspNetMvcVB.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
</PropertyGroup>
5555
<ItemGroup>
5656
<Reference Include="GleamTech.Common">
57-
<HintPath>..\packages\GleamTech.Common.4.4.1\lib\net40\GleamTech.Common.dll</HintPath>
57+
<HintPath>..\packages\GleamTech.Common.4.4.5\lib\net40\GleamTech.Common.dll</HintPath>
5858
</Reference>
5959
<Reference Include="GleamTech.ImageUltimate">
60-
<HintPath>..\packages\GleamTech.ImageUltimate.4.4.1\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
60+
<HintPath>..\packages\GleamTech.ImageUltimate.4.4.2\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
6161
</Reference>
6262
<Reference Include="System.Drawing" />
6363
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

Examples/AspNetMvcVB/Packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40" />
55
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40" />
66
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
7-
<package id="GleamTech.Common" version="4.4.1" />
8-
<package id="GleamTech.ImageUltimate" version="4.4.1" />
7+
<package id="GleamTech.Common" version="4.4.5" />
8+
<package id="GleamTech.ImageUltimate" version="4.4.2" />
99
</packages>

Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
</PropertyGroup>
4949
<ItemGroup>
5050
<Reference Include="GleamTech.Common">
51-
<HintPath>..\packages\GleamTech.Common.4.4.1\lib\net40\GleamTech.Common.dll</HintPath>
51+
<HintPath>..\packages\GleamTech.Common.4.4.5\lib\net40\GleamTech.Common.dll</HintPath>
5252
</Reference>
5353
<Reference Include="GleamTech.ImageUltimate">
54-
<HintPath>..\packages\GleamTech.ImageUltimate.4.4.1\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
54+
<HintPath>..\packages\GleamTech.ImageUltimate.4.4.2\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
5555
</Reference>
5656
<Reference Include="System" />
5757
<Reference Include="System.Core" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<packages>
3-
<package id="GleamTech.Common" version="4.4.1" />
4-
<package id="GleamTech.ImageUltimate" version="4.4.1" />
3+
<package id="GleamTech.Common" version="4.4.5" />
4+
<package id="GleamTech.ImageUltimate" version="4.4.2" />
55
</packages>

Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
</PropertyGroup>
6363
<ItemGroup>
6464
<Reference Include="GleamTech.Common">
65-
<HintPath>..\packages\GleamTech.Common.4.4.1\lib\net40\GleamTech.Common.dll</HintPath>
65+
<HintPath>..\packages\GleamTech.Common.4.4.5\lib\net40\GleamTech.Common.dll</HintPath>
6666
</Reference>
6767
<Reference Include="GleamTech.ImageUltimate">
68-
<HintPath>..\packages\GleamTech.ImageUltimate.4.4.1\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
68+
<HintPath>..\packages\GleamTech.ImageUltimate.4.4.2\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
6969
</Reference>
7070
<Reference Include="System" />
7171
<Reference Include="System.Core" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<packages>
3-
<package id="GleamTech.Common" version="4.4.1" />
4-
<package id="GleamTech.ImageUltimate" version="4.4.1" />
3+
<package id="GleamTech.Common" version="4.4.5" />
4+
<package id="GleamTech.ImageUltimate" version="4.4.2" />
55
</packages>

0 commit comments

Comments
 (0)