Skip to content

Commit

Permalink
V23.3 update (#228)
Browse files Browse the repository at this point in the history
* Updated GroupDocs.Viewer to 23.3
  • Loading branch information
vladimir-litvinchik committed Apr 4, 2023
1 parent 3f7cf75 commit 59b6b32
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Demos/ASP.NET Core/src/GroupDocs.Viewer.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="GroupDocs.Viewer.UI" Version="6.0.7" />
<PackageReference Include="GroupDocs.Viewer.UI.Api.Local.Cache" Version="6.0.0" />
<PackageReference Include="GroupDocs.Viewer.UI.Api.Local.Storage" Version="6.0.0" />
<PackageReference Include="GroupDocs.Viewer.UI.SelfHost.Api" Version="6.0.8" />
<PackageReference Include="GroupDocs.Viewer.UI.SelfHost.Api" Version="6.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<Import Project="..\GroupDocs.Viewer.Examples.CSharp\GroupDocs.Viewer.Examples.CSharp.projitems" Label="Shared" />

<ItemGroup>
<PackageReference Include="GroupDocs.Viewer" Version="23.1.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.0" />
<PackageReference Include="GroupDocs.Viewer" Version="23.3.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" />
</ItemGroup>

</Project>
15 changes: 10 additions & 5 deletions Examples/GroupDocs.Viewer.Examples.CSharp.Framework/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Aspose.Cells" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-22.11.0.0" newVersion="22.11.0.0" />
<bindingRedirect oldVersion="0.0.0.0-23.3.0.0" newVersion="23.3.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
<dependentAssembly>
Expand All @@ -65,12 +65,12 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Aspose.PDF" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-22.12.0.0" newVersion="22.12.0.0" />
<bindingRedirect oldVersion="0.0.0.0-23.3.0.0" newVersion="23.3.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Aspose.Slides.NET" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-22.11.0.0" newVersion="22.11.0.0" />
<bindingRedirect oldVersion="0.0.0.0-23.1.0.0" newVersion="23.1.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
<dependentAssembly>
Expand All @@ -80,12 +80,17 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Aspose.Words" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-22.12.0.0" newVersion="22.12.0.0" />
<bindingRedirect oldVersion="0.0.0.0-23.3.0.0" newVersion="23.3.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Aspose.Words.Shaping.HarfBuzz" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-23.3.0.0" newVersion="23.3.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Aspose.Zip" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-22.9.0.0" newVersion="22.9.0.0" />
<bindingRedirect oldVersion="0.0.0.0-23.1.0.0" newVersion="23.1.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
<dependentAssembly>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="GroupDocs.Viewer, Version=23.1.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
<HintPath>..\packages\GroupDocs.Viewer.23.1.0\lib\net40\GroupDocs.Viewer.dll</HintPath>
<Reference Include="GroupDocs.Viewer, Version=23.3.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
<HintPath>..\packages\GroupDocs.Viewer.23.3.0\lib\net40\GroupDocs.Viewer.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GroupDocs.Viewer" version="23.1.0" targetFramework="net48" />
<package id="GroupDocs.Viewer" version="23.3.0" targetFramework="net48" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GroupDocs.Viewer" Version="23.1.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.0" />
<PackageReference Include="GroupDocs.Viewer" Version="23.3.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" />
</ItemGroup>

<Import Project="..\GroupDocs.Viewer.Examples.CSharp\GroupDocs.Viewer.Examples.CSharp.projitems" Label="Shared" />
Expand Down

0 comments on commit 59b6b32

Please sign in to comment.