Skip to content

Commit

Permalink
Version 5.1.6
Browse files Browse the repository at this point in the history
## Version 5.1.6 - November 27, 2019

  - **Fixed:** Some PDFs with annotations failed to load, i.e appeared loading indefinitely, but actually an error was thrown in the console:
    "Unsupported XPZ document element type"

  - **Added:** New property WordProcessingInputOptions.Encoding that will be used to load an Html or Txt document if the encoding is not
    specified in the file.
  • Loading branch information
GleamTech committed Nov 27, 2019
1 parent 45e7626 commit 15ae34e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Examples/AspNetCoreCS/AspNetCoreCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="GleamTech.Common" Version="4.0.5" />
<PackageReference Include="GleamTech.DocumentUltimate" Version="5.1.5" />
<PackageReference Include="GleamTech.DocumentUltimate" Version="5.1.6" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="GleamTech.Common" Version="4.0.5" />
<PackageReference Include="GleamTech.DocumentUltimate" Version="5.1.5" />
<PackageReference Include="GleamTech.DocumentUltimate" Version="5.1.6" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Examples/AspNetMvcCS/AspNetMvcCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<HintPath>..\packages\GleamTech.Common.4.0.5\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.5.1.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.1.6\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion Examples/AspNetMvcCS/Packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<package id="GleamTech.Common" version="4.0.5" />
<package id="GleamTech.DocumentUltimate" version="5.1.5" />
<package id="GleamTech.DocumentUltimate" version="5.1.6" />
</packages>
2 changes: 1 addition & 1 deletion Examples/AspNetMvcVB/AspNetMvcVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<HintPath>..\packages\GleamTech.Common.4.0.5\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.5.1.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.1.6\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
Expand Down
2 changes: 1 addition & 1 deletion Examples/AspNetMvcVB/Packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<package id="GleamTech.Common" version="4.0.5" />
<package id="GleamTech.DocumentUltimate" version="5.1.5" />
<package id="GleamTech.DocumentUltimate" version="5.1.6" />
</packages>
2 changes: 1 addition & 1 deletion Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<HintPath>..\packages\GleamTech.Common.4.0.5\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.5.1.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.1.6\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Examples/AspNetWebFormsCS/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="GleamTech.Common" version="4.0.5" />
<package id="GleamTech.DocumentUltimate" version="5.1.5" />
<package id="GleamTech.DocumentUltimate" version="5.1.6" />
</packages>
2 changes: 1 addition & 1 deletion Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<HintPath>..\packages\GleamTech.Common.4.0.5\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.5.1.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.1.6\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Examples/AspNetWebFormsVB/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="GleamTech.Common" version="4.0.5" />
<package id="GleamTech.DocumentUltimate" version="5.1.5" />
<package id="GleamTech.DocumentUltimate" version="5.1.6" />
</packages>

0 comments on commit 15ae34e

Please sign in to comment.