Skip to content

Commit faa1c37

Browse files
Update GroupDocs.Comparison version to 24.5
1 parent 89a4310 commit faa1c37

File tree

10 files changed

+38
-11
lines changed

10 files changed

+38
-11
lines changed

Demos/MVC/GroupDocs.Comparison.MVC.Test/app.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
7575
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
7676
</dependentAssembly>
77+
<dependentAssembly>
78+
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
79+
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0" />
80+
</dependentAssembly>
7781
</assemblyBinding>
7882
</runtime>
7983
</configuration>

Demos/MVC/src/GroupDocs.Comparison.MVC.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
<WarningLevel>4</WarningLevel>
4747
</PropertyGroup>
4848
<ItemGroup>
49-
<Reference Include="GroupDocs.Comparison, Version=24.4.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
50-
<HintPath>..\packages\GroupDocs.Comparison.24.4.0\lib\net462\GroupDocs.Comparison.dll</HintPath>
49+
<Reference Include="GroupDocs.Comparison, Version=24.5.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
50+
<HintPath>..\packages\GroupDocs.Comparison.24.5.0\lib\net462\GroupDocs.Comparison.dll</HintPath>
5151
</Reference>
5252
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5353
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>

Demos/MVC/src/packages.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Antlr" version="3.4.1.9004" targetFramework="net462" />
4-
<package id="GroupDocs.Comparison" version="24.4.0" targetFramework="net462" />
4+
<package id="GroupDocs.Comparison" version="24.5.0" targetFramework="net462" />
55
<package id="jQuery" version="1.8.3" targetFramework="net462" />
66
<package id="Microsoft.AspNet.Cors" version="5.2.5" targetFramework="net462" />
77
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net462" />
@@ -20,7 +20,10 @@
2020
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net462" />
2121
<package id="Node-Kit" version="11.1.0.1" targetFramework="net462" />
2222
<package id="Respond" version="1.2.0" targetFramework="net462" />
23+
<package id="System.Drawing.Common" version="5.0.3" targetFramework="net462" />
2324
<package id="System.IO.Compression" version="4.3.0" targetFramework="net462" requireReinstallation="true" />
25+
<package id="System.Runtime.CompilerServices.Unsafe" version="5.0.0" targetFramework="net462" />
26+
<package id="System.Text.Encoding.CodePages" version="5.0.0" targetFramework="net462" />
2427
<package id="WebGrease" version="1.5.2" targetFramework="net462" />
2528
<package id="YamlDotNet" version="5.2.1" targetFramework="net462" />
2629
</packages>

Demos/WebForms/GroupDocs.Comparison.WebForms.Test/app.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
<assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" culture="neutral" />
3535
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
3636
</dependentAssembly>
37+
<dependentAssembly>
38+
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
39+
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0" />
40+
</dependentAssembly>
3741
</assemblyBinding>
3842
</runtime>
3943
</configuration>

Demos/WebForms/src/GroupDocs.Comparison.WebForms.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<Reference Include="GroupDocs.Comparison, Version=24.4.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
49-
<HintPath>..\packages\GroupDocs.Comparison.24.4.0\lib\net462\GroupDocs.Comparison.dll</HintPath>
48+
<Reference Include="GroupDocs.Comparison, Version=24.5.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
49+
<HintPath>..\packages\GroupDocs.Comparison.24.5.0\lib\net462\GroupDocs.Comparison.dll</HintPath>
5050
</Reference>
5151
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5252
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>

Demos/WebForms/src/packages.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Antlr" version="3.4.1.9004" targetFramework="net462" />
4-
<package id="GroupDocs.Comparison" version="24.4.0" targetFramework="net462" />
4+
<package id="GroupDocs.Comparison" version="24.5.0" targetFramework="net462" />
55
<package id="Microsoft.AspNet.Cors" version="5.2.6" targetFramework="net462" />
66
<package id="Microsoft.AspNet.FriendlyUrls" version="1.0.2" targetFramework="net462" />
77
<package id="Microsoft.AspNet.FriendlyUrls.Core" version="1.0.2" targetFramework="net462" />
@@ -22,6 +22,9 @@
2222
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net462" />
2323
<package id="Node-Kit" version="11.1.0.1" targetFramework="net462" />
2424
<package id="Respond" version="1.2.0" targetFramework="net462" />
25+
<package id="System.Drawing.Common" version="5.0.3" targetFramework="net462" />
26+
<package id="System.Runtime.CompilerServices.Unsafe" version="5.0.0" targetFramework="net462" />
27+
<package id="System.Text.Encoding.CodePages" version="5.0.0" targetFramework="net462" />
2528
<package id="WebGrease" version="1.5.2" targetFramework="net462" />
2629
<package id="YamlDotNet" version="5.2.1" targetFramework="net462" />
2730
</packages>

Examples/GroupDocs.Comparison.Examples.CSharp.Core/GroupDocs.Comparison.Examples.CSharp.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Import Project="..\GroupDocs.Comparison.Examples.CSharp\GroupDocs.Comparison.Examples.CSharp.projitems" Label="Shared" />
99

1010
<ItemGroup>
11-
<PackageReference Include="GroupDocs.Comparison" Version="24.4.0" />
11+
<PackageReference Include="GroupDocs.Comparison" Version="24.5.0" />
1212
</ItemGroup>
1313

1414
</Project>

Examples/GroupDocs.Comparison.Examples.CSharp.Framework/GroupDocs.Comparison.Examples.CSharp.Framework.csproj

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,22 @@
3535
<Prefer32Bit>false</Prefer32Bit>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="GroupDocs.Comparison, Version=24.4.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
39-
<HintPath>..\packages\GroupDocs.Comparison.24.4.0\lib\net462\GroupDocs.Comparison.dll</HintPath>
38+
<Reference Include="GroupDocs.Comparison, Version=24.5.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
39+
<HintPath>..\packages\GroupDocs.Comparison.24.5.0\lib\net462\GroupDocs.Comparison.dll</HintPath>
4040
</Reference>
4141
<Reference Include="System" />
4242
<Reference Include="System.Data" />
4343
<Reference Include="System.Drawing" />
44+
<Reference Include="System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
45+
<HintPath>..\packages\System.Drawing.Common.5.0.3\lib\net461\System.Drawing.Common.dll</HintPath>
46+
</Reference>
47+
<Reference Include="System.Numerics" />
48+
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
49+
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
50+
</Reference>
51+
<Reference Include="System.Text.Encoding.CodePages, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
52+
<HintPath>..\packages\System.Text.Encoding.CodePages.5.0.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
53+
</Reference>
4454
<Reference Include="System.Xml" />
4555
</ItemGroup>
4656
<ItemGroup>
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="GroupDocs.Comparison" version="24.4.0" targetFramework="net472" />
3+
<package id="GroupDocs.Comparison" version="24.5.0" targetFramework="net472" />
4+
<package id="System.Drawing.Common" version="5.0.3" targetFramework="net472" />
5+
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net472" />
6+
<package id="System.Text.Encoding.CodePages" version="5.0.0" targetFramework="net472" />
47
</packages>

Examples/GroupDocs.Comparison.Examples.CSharp.Net/GroupDocs.Comparison.Examples.CSharp.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<Import Project="..\GroupDocs.Comparison.Examples.CSharp\GroupDocs.Comparison.Examples.CSharp.projitems" Label="Shared" />
99

1010
<ItemGroup>
11-
<PackageReference Include="GroupDocs.Comparison" Version="24.4.0" />
11+
<PackageReference Include="GroupDocs.Comparison" Version="24.5.0" />
1212
</ItemGroup>
1313
</Project>

0 commit comments

Comments
 (0)