Skip to content

Commit

Permalink
Add link to NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-weiland committed Nov 27, 2023
1 parent 811169a commit 54a5137
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Docs/manual/overview/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you prefer not to use Unity's Package Manager or that option doesn't work for

The following installation steps are for Visual Studio users and may differ if you use a different IDE.

### Option 1: NuGet Package
### Option 1: [NuGet Package](https://www.nuget.org/packages/RiptideNetworking.Riptide)

1. Right click your solution in the Solution Explorer.
2. Select *Manage NuGet Packages for Solution...*
Expand Down
2 changes: 1 addition & 1 deletion Docs/manual/updates/release-notes/v2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Install this version with Unity's Package Manager using the following URL ([step
https://github.com/RiptideNetworking/Riptide.git?path=/Packages/Core#2.0.0
```

It can also be installed a number of [other ways](~/manual/overview/installation.md#net-projects) for use outside of Unity.
It can also be installed a number of [other ways](~/manual/overview/installation.md#net-projects) for use outside of Unity, including as a [NuGet package](https://www.nuget.org/packages/RiptideNetworking.Riptide).

For a full list of source code changes, check out the [version comparison](https://github.com/RiptideNetworking/Riptide/compare/v1.2.0...v2.0.0) on GitHub.

Expand Down
2 changes: 1 addition & 1 deletion Docs/manual/updates/release-notes/v2.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Install this version with Unity's Package Manager using the following URL ([step
https://github.com/RiptideNetworking/Riptide.git?path=/Packages/Core#2.1.0
```

It can also be installed a number of [other ways](~/manual/overview/installation.md#net-projects) for use outside of Unity.
It can also be installed a number of [other ways](~/manual/overview/installation.md#net-projects) for use outside of Unity, including as a [NuGet package](https://www.nuget.org/packages/RiptideNetworking.Riptide).

For a full list of source code changes, check out the [version comparison](https://github.com/RiptideNetworking/Riptide/compare/v2.0.0...v2.1.0) on GitHub.

Expand Down

0 comments on commit 54a5137

Please sign in to comment.