Skip to content

Commit

Permalink
Add the prerelease note
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaZ2 committed Sep 28, 2024
1 parent 63ca3b5 commit 25af3ea
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions Documentation/guides/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,37 @@
> NetCord requires [.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0) or higher. Older versions are not supported.
## [Visual Studio](#tab/visual-studio)

1. Create a new project.

2. Click `Manage NuGet Packages`.
![](../../images/installation_VisualStudio_1.png)

![](../../images/installation_VisualStudio_1.png)

3. Browse and install `NetCord` package.
![](../../images/installation_VisualStudio_2.png)

> [!NOTE]
> The `Include prerelease` checkbox must be checked to see the package.
![](../../images/installation_VisualStudio_2.png)

## [JetBrains Rider](#tab/rider)

1. Create a new project.

2. Click `Manage NuGet Packages`.
![](../../images/installation_JetBrainsRider_1.png)

![](../../images/installation_JetBrainsRider_1.png)

3. Browse and install `NetCord` package.
![](../../images/installation_JetBrainsRider_2.png)

> [!NOTE]
> The `Prerelease` checkbox must be checked to see the package.
![](../../images/installation_JetBrainsRider_2.png)

## [Other](#tab/other)

Follow instructions on [NuGet](https://www.nuget.org/packages/NetCord).

***
Expand Down
Binary file modified Documentation/image_sources/installation_JetBrainsRider_2.pdn
Binary file not shown.
Binary file modified Documentation/image_sources/installation_VisualStudio_2.pdn
Binary file not shown.
Binary file modified Documentation/images/installation_JetBrainsRider_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Documentation/images/installation_VisualStudio_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25af3ea

Please sign in to comment.