Skip to content

Commit 84d558f

Browse files
authored
Update using_development_nuget_packages.md
1 parent 8ebe213 commit 84d558f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/getting_started/using_development_nuget_packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Source: MonoGameGitHub
6868

6969
The version number you want to use is listed in the output.
7070

71-
> [!IMPORTANT]
71+
> [!NOTE]
7272
> As packages are published, the version number will always change. Unfortunately, due to limitations in the way NuGet works, we cannot
7373
> use a wildcard with a pre-release package (so you cannot do `1.0.0.*-develop`). So this is the best way to find the latest verion you want to use.
7474
@@ -91,7 +91,7 @@ You need to create a Personal Access Token (PAT) on your GitHub account in order
9191
See the following documentation on how to create your PAT.
9292
[managing-your-personal-access-tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)
9393

94-
> [!IMPORTANT]
94+
> [!NOTE]
9595
> You need to create a "PAT (Classic)" token in order for it to work with the Nuget feed. See [creating-a-personal-access-token-classic](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic) for details.
9696
9797
Once you have your PAT, you can create a new `NuGet.config` file in the directory ABOVE your game project directory.

0 commit comments

Comments
 (0)