Skip to content

Commit

Permalink
VIEWERNET-4711 - Modified "installation" and "system requirements" ar…
Browse files Browse the repository at this point in the history
…ticles
  • Loading branch information
denis-gvardionov committed Mar 13, 2024
1 parent 96b9eba commit 897f001
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 28 deletions.
7 changes: 6 additions & 1 deletion net/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,16 @@ Open your project or solution in Visual Studio and follow the steps below to ins
The [Package Manager Console](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-powershell) uses PowerShell commands to install, update, and remove NuGet packages. Open your project in Visual Studio and click **Tools** -> **NuGet Package Manager** -> **Package Manager Console** to open the console window. Run the the following command to install the latest version of the **GroupDocs.Viewer** library:

{{< tabs "example1">}}
{{< tab "PowerShell" >}}
{{< tab "PowerShell GroupDocs.Viewer for .NET" >}}
```
PM> Install-Package GroupDocs.Viewer
```
{{< /tab >}}
{{< tab "PowerShell GroupDocs.Viewer.CrossPlatform" >}}
```
PM> Install-Package GroupDocs.Viewer.CrossPlatform
```
{{< /tab >}}
{{< /tabs >}}

![Use Package Manager Console ](/viewer/net/images/getting-started/installation/package-manager-console.png)
Expand Down
2 changes: 1 addition & 1 deletion net/getting-started/supported-document-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ productName: GroupDocs.Viewer for .NET
hideChildren: False
toc: True
---
This topic lists file formats supported by GroupDocs.Viewer for .NET.
This topic lists file formats supported by GroupDocs.Viewer for .NET and GroupDocs.Viewer.CrossPlatform.

## Archive and compression file formats

Expand Down
43 changes: 17 additions & 26 deletions net/getting-started/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toc: True
---
{{< alert style="info" >}}

GroupDocs.Viewer for .NET does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint. To install GroupDocs.Viewer for .NET just follow one of the ways as described in the [Installation]({{< ref "installation" >}}) section.
GroupDocs.Viewer for .NET (including GroupDocs.Viewer.CrossPlatform) does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint. To install GroupDocs.Viewer for .NET just follow one of the ways as described in the [Installation]({{< ref "installation" >}}) section.

{{< /alert >}}

Expand All @@ -21,47 +21,38 @@ GroupDocs.Viewer for .NET can be used on any 32-bit or 64-bit operating system w

### Windows

**GroupDocs.Viewer for .NET**:

* Microsoft Windows Server 2003 and later
* Microsoft Windows XP (x64, x86)
* Microsoft Windows Vista (x64, x86)
* Microsoft Windows 7, 8, 8.1 (x64, x86)
* Microsoft Windows 10 (x64, x86)
* Microsoft Windows 11 (x64)

**GroupDocs.Viewer.CrossPlatform** can be used on x86 and x64 Microsoft Windows versions, which also support .NET 6.0:

* Microsoft Windows 7.1 SP1
* Microsoft Windows 8.1
* Microsoft Windows 10 Version 1607+
* Microsoft Windows 11 Version 22000+
* Microsoft Windows Server 2012+
* Microsoft Windows Server Core 2012+
* Microsoft Nano Server Version 1809+

### Linux

* Linux (Ubuntu, OpenSUSE, CentOS and others)

### Mac

* Mac OS X

## Supported Frameworks

GroupDocs.Viewer for .NET supports .NET as follows:

### .NET

* .NET 5
* .NET 6

### .NET Core
Both GroupDocs.Viewer for .NET and GroupDocs.Viewer.CrossPlatform support Mac OS X. GroupDocs.Viewer.CrossPlatform requires macOS version 10.15+.

* .NET Core 3.1
## Supported Frameworks and Target Runtimes

### .NET Framework
**GroupDocs.Viewer for .NET** supports .NET Framework, .NET Core and .NET platforms. Current version supports .NET Framework 4.6.2 and above, .NET Core 3.1, .NET 5 and above. Older versions of GroupDocs.Viewer for .NET also have supported older .NET Frameworks: .NET Framework 2.0 and 3.5support was dropped since v22.3, and .NET Framework 4.0 to 4.6.0 was dropped since v23.8.

* .NET Framework 2.0 (out of support since v22.3)
* .NET Framework 3.5 (out of support since v22.3)
* .NET Framework 4.0 (out of support since v23.8)
* .NET Framework 4.5.0 (out of support since v23.8)
* .NET Framework 4.5.1 (out of support since v23.8)
* .NET Framework 4.5.2 (out of support since v23.8)
* .NET Framework 4.6.0 (out of support since v23.8)
* .NET Framework 4.6.2
* .NET Framework 4.7
* .NET Framework 4.7.2
* .NET Framework 4.8
**GroupDocs.Viewer.CrossPlatform** does not support .NET Framework and .NET Core at all. Its minimum requirement is .NET 6.0 and above.

## Development Environments

Expand Down

0 comments on commit 897f001

Please sign in to comment.