Skip to content

Commit 0515ef4

Browse files
committed
Version 4.7.0
## Version 4.7.0 - July 11, 2019 - **Improved:** Stability, accuracy for Cad formats.
1 parent 7b8c8f3 commit 0515ef4

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

Examples/Mvc.CS/Mvc.CS.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.Core">
53-
<HintPath>..\packages\GleamTech.Core.3.4.0\lib\net40\GleamTech.Core.dll</HintPath>
53+
<HintPath>..\packages\GleamTech.Core.3.5.0\lib\net40\GleamTech.Core.dll</HintPath>
5454
</Reference>
5555
<Reference Include="GleamTech.DocumentUltimate">
56-
<HintPath>..\packages\DocumentUltimate.4.6.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
56+
<HintPath>..\packages\DocumentUltimate.4.7.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
5757
</Reference>
5858
<Reference Include="Microsoft.CSharp"/>
5959
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

Examples/Mvc.CS/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.Core" version="3.4.0" targetFramework="net40"/>
8-
<package id="DocumentUltimate" version="4.6.5" targetFramework="net40"/>
7+
<package id="GleamTech.Core" version="3.5.0" targetFramework="net40"/>
8+
<package id="DocumentUltimate" version="4.7.0" targetFramework="net40"/>
99
</packages>

Examples/Mvc.VB/Mvc.VB.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.Core">
57-
<HintPath>..\packages\GleamTech.Core.3.4.0\lib\net40\GleamTech.Core.dll</HintPath>
57+
<HintPath>..\packages\GleamTech.Core.3.5.0\lib\net40\GleamTech.Core.dll</HintPath>
5858
</Reference>
5959
<Reference Include="GleamTech.DocumentUltimate">
60-
<HintPath>..\packages\DocumentUltimate.4.6.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
60+
<HintPath>..\packages\DocumentUltimate.4.7.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
6161
</Reference>
6262
<Reference Include="System.Data"/>
6363
<Reference Include="System.Drawing"/>

Examples/Mvc.VB/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.Core" version="3.4.0" targetFramework="net40"/>
8-
<package id="DocumentUltimate" version="4.6.5" targetFramework="net40"/>
7+
<package id="GleamTech.Core" version="3.5.0" targetFramework="net40"/>
8+
<package id="DocumentUltimate" version="4.7.0" targetFramework="net40"/>
99
</packages>

Examples/WebForms.CS/WebForms.CS.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.Core">
51-
<HintPath>..\packages\GleamTech.Core.3.4.0\lib\net40\GleamTech.Core.dll</HintPath>
51+
<HintPath>..\packages\GleamTech.Core.3.5.0\lib\net40\GleamTech.Core.dll</HintPath>
5252
</Reference>
5353
<Reference Include="GleamTech.DocumentUltimate">
54-
<HintPath>..\packages\DocumentUltimate.4.6.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
54+
<HintPath>..\packages\DocumentUltimate.4.7.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
5555
</Reference>
5656
<Reference Include="System"/>
5757
<Reference Include="System.Core"/>

Examples/WebForms.CS/packages.config

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.Core" version="3.4.0" targetFramework="net40"/>
4-
<package id="DocumentUltimate" version="4.6.5" targetFramework="net40"/>
3+
<package id="GleamTech.Core" version="3.5.0" targetFramework="net40"/>
4+
<package id="DocumentUltimate" version="4.7.0" targetFramework="net40"/>
55
</packages>

Examples/WebForms.VB/WebForms.VB.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.Core">
65-
<HintPath>..\packages\GleamTech.Core.3.4.0\lib\net40\GleamTech.Core.dll</HintPath>
65+
<HintPath>..\packages\GleamTech.Core.3.5.0\lib\net40\GleamTech.Core.dll</HintPath>
6666
</Reference>
6767
<Reference Include="GleamTech.DocumentUltimate">
68-
<HintPath>..\packages\DocumentUltimate.4.6.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
68+
<HintPath>..\packages\DocumentUltimate.4.7.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
6969
</Reference>
7070
<Reference Include="System"/>
7171
<Reference Include="System.Core"/>

Examples/WebForms.VB/packages.config

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.Core" version="3.4.0" targetFramework="net40"/>
4-
<package id="DocumentUltimate" version="4.6.5" targetFramework="net40"/>
3+
<package id="GleamTech.Core" version="3.5.0" targetFramework="net40"/>
4+
<package id="DocumentUltimate" version="4.7.0" targetFramework="net40"/>
55
</packages>

0 commit comments

Comments
 (0)