Skip to content

Commit 31c7804

Browse files
Update GroupDocs.Total.NETFramework to 25.3
1 parent 3e3752b commit 31c7804

20 files changed

Lines changed: 2485 additions & 6 deletions
5.74 MB
Binary file not shown.
848 KB
Binary file not shown.
1.18 MB
Binary file not shown.
77.1 KB
Binary file not shown.
1.65 MB
Binary file not shown.

Demos/MVC/src/DocumentSamples/Viewer/invitation.eml

Lines changed: 1222 additions & 0 deletions
Large diffs are not rendered by default.
50.5 KB
Binary file not shown.
337 KB
Binary file not shown.

Demos/MVC/src/GroupDocs.Total.MVC.csproj

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
5050
<HintPath>..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath>
5151
</Reference>
52-
<Reference Include="GroupDocs.Total, Version=25.2.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
53-
<HintPath>..\packages\GroupDocs.Total.NETFramework.25.2.0\lib\net462\GroupDocs.Total.dll</HintPath>
52+
<Reference Include="GroupDocs.Total, Version=25.3.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
53+
<HintPath>..\packages\GroupDocs.Total.NETFramework.25.3.0\lib\net462\GroupDocs.Total.dll</HintPath>
5454
</Reference>
5555
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
5656
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
@@ -415,6 +415,7 @@
415415
<Compile Include="Properties\AssemblyInfo.cs" />
416416
</ItemGroup>
417417
<ItemGroup>
418+
<Content Include="DocumentSamples\Viewer\infographic-elements.tiff" />
418419
<Content Include="Global.asax" />
419420
<Content Include="Mono.Security.dll">
420421
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -441,6 +442,15 @@
441442
</ItemGroup>
442443
<ItemGroup>
443444
<Folder Include="App_Data\" />
445+
<Folder Include="DocumentSamples\Annotation\" />
446+
<Folder Include="DocumentSamples\Comparison\Compared\" />
447+
<Folder Include="DocumentSamples\Conversion\Converted\" />
448+
<Folder Include="DocumentSamples\Editor\" />
449+
<Folder Include="DocumentSamples\Metadata\Output\" />
450+
<Folder Include="DocumentSamples\Metadata\Temp\" />
451+
<Folder Include="DocumentSamples\Search\Indexed\" />
452+
<Folder Include="DocumentSamples\Search\Index\" />
453+
<Folder Include="DocumentSamples\Signature\" />
444454
<Folder Include="Resources\" />
445455
</ItemGroup>
446456
<ItemGroup>
@@ -473,6 +483,15 @@
473483
<ItemGroup>
474484
<Content Include="Views\Search\Index.cshtml" />
475485
</ItemGroup>
486+
<ItemGroup>
487+
<Content Include="DocumentSamples\Viewer\annual-review.docx" />
488+
<Content Include="DocumentSamples\Viewer\basic-presentation.pptx" />
489+
<Content Include="DocumentSamples\Viewer\compressed.zip" />
490+
<Content Include="DocumentSamples\Viewer\cost-analysis.xlsx" />
491+
<Content Include="DocumentSamples\Viewer\invitation.eml" />
492+
<Content Include="DocumentSamples\Viewer\password-is-12345.docx" />
493+
<Content Include="DocumentSamples\Viewer\professional-services.pdf" />
494+
</ItemGroup>
476495
<PropertyGroup>
477496
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
478497
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>

Demos/MVC/src/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Antlr" version="3.4.1.9004" targetFramework="net45" />
44
<package id="Castle.Core" version="4.3.1" targetFramework="net45" />
5-
<package id="GroupDocs.Total.NETFramework" version="25.2.0" targetFramework="net48" />
5+
<package id="GroupDocs.Total.NETFramework" version="25.3.0" targetFramework="net48" />
66
<package id="Microsoft.AspNet.Cors" version="5.2.7" targetFramework="net45" />
77
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net45" />
88
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net45" />

0 commit comments

Comments
 (0)