Skip to content

Commit

Permalink
Update GroupDocs.Viewer to 21.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-litvinchik committed Dec 23, 2021
1 parent 20d9f71 commit c2fbecc
Show file tree
Hide file tree
Showing 19 changed files with 399 additions and 368 deletions.
4 changes: 2 additions & 2 deletions Demos/ASP.NET Core/src/GroupDocs.Viewer.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GroupDocs.Viewer.UI" Version="3.1.4" />
<PackageReference Include="GroupDocs.Viewer.UI" Version="3.1.5" />
<PackageReference Include="GroupDocs.Viewer.UI.Api.Local.Cache" Version="3.1.3" />
<PackageReference Include="GroupDocs.Viewer.UI.Api.Local.Storage" Version="3.1.2" />
<PackageReference Include="GroupDocs.Viewer.UI.SelfHost.Api" Version="3.1.8" />
<PackageReference Include="GroupDocs.Viewer.UI.SelfHost.Api" Version="3.1.9" />
</ItemGroup>

<ItemGroup>
Expand Down
25 changes: 25 additions & 0 deletions Demos/ASP.NET Core/src/GroupDocs.Viewer.AspNetCore.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31727.386
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GroupDocs.Viewer.AspNetCore", "GroupDocs.Viewer.AspNetCore.csproj", "{C768826C-6841-4F71-8488-804CEC2FFC67}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C768826C-6841-4F71-8488-804CEC2FFC67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C768826C-6841-4F71-8488-804CEC2FFC67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C768826C-6841-4F71-8488-804CEC2FFC67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C768826C-6841-4F71-8488-804CEC2FFC67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0248D4A-92EB-4E61-9FDA-4F68D6F19336}
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions Demos/MVC/src/GroupDocs.Viewer.MVC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="GroupDocs.Viewer, Version=21.11.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
<HintPath>..\packages\GroupDocs.Viewer.21.11.0\lib\net40\GroupDocs.Viewer.dll</HintPath>
<Reference Include="GroupDocs.Viewer, Version=21.12.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
<HintPath>..\packages\GroupDocs.Viewer.21.12.0\lib\net40\GroupDocs.Viewer.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
Expand Down
8 changes: 4 additions & 4 deletions Demos/MVC/src/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Aspose.Cells" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-21.10.0.0" newVersion="21.10.0.0" />
<bindingRedirect oldVersion="0.0.0.0-21.12.0.0" newVersion="21.12.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
<dependentAssembly>
Expand All @@ -125,7 +125,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Aspose.Imaging" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-21.10.0.0" newVersion="21.10.0.0" />
<bindingRedirect oldVersion="0.0.0.0-21.12.0.0" newVersion="21.12.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
<dependentAssembly>
Expand All @@ -150,7 +150,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Aspose.Words" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-21.11.0.0" newVersion="21.11.0.0" />
<bindingRedirect oldVersion="0.0.0.0-21.12.0.0" newVersion="21.12.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
<dependentAssembly>
Expand All @@ -160,7 +160,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Aspose.PSD" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-21.8.0.0" newVersion="21.8.0.0" />
<bindingRedirect oldVersion="0.0.0.0-21.12.0.0" newVersion="21.12.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
<dependentAssembly>
Expand Down
2 changes: 1 addition & 1 deletion Demos/MVC/src/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Antlr" version="3.4.1.9004" targetFramework="net45" />
<package id="GroupDocs.Viewer" version="21.11.0" targetFramework="net45" />
<package id="GroupDocs.Viewer" version="21.12.0" targetFramework="net45" />
<package id="Microsoft.AspNet.Cors" version="5.2.5" targetFramework="net45" />
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net45" />
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<HintPath>..\..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath>
</Reference>
<Reference Include="GroupDocs.Viewer, Version=21.10.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
<HintPath>..\..\packages\GroupDocs.Viewer.21.10.0\lib\net40\GroupDocs.Viewer.dll</HintPath>
<Reference Include="GroupDocs.Viewer, Version=21.12.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
<HintPath>..\..\packages\GroupDocs.Viewer.21.12.0\lib\net40\GroupDocs.Viewer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Huygens, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Huygens.1.4.5\lib\net46\Huygens.dll</HintPath>
Expand Down
Loading

0 comments on commit c2fbecc

Please sign in to comment.