diff --git a/RoveComm/README.md b/RoveComm/README.md index c59c9a3..6fa6ff7 100644 --- a/RoveComm/README.md +++ b/RoveComm/README.md @@ -70,12 +70,9 @@ To access the GitHub package registry, you will need *Personal Access Token*. Fo 1. Navigate to [github.com](https://github.com) 1. Click on your profile picture in the upper corner. -1. Go to - **Settings** -1. On the side bar, click - **Developer settings** -1. On the side bar, expand - **Personal access tokens** and select **Tokens (classic)**. +1. Go to **Settings**. +1. On the side bar, click **Developer settings**. +1. On the side bar, expand **Personal access tokens** and select **Tokens (classic)**. 1. Click **Generate new token** > **Generate new token (classic)**. 1. Find and check the box next to **read:packages**. 1. Put whatever you want in notes and expiration date. diff --git a/RoveComm/RoveComm.csproj b/RoveComm/RoveComm.csproj index c4bb6b3..cae604b 100644 --- a/RoveComm/RoveComm.csproj +++ b/RoveComm/RoveComm.csproj @@ -7,14 +7,14 @@ missourimrdt Implementation of RoveComm for .NET Core. rovecomm.png - git + README.md + MIT https://github.com/MissouriMRDT/RoveComm_CSharp.git + git https://github.com/MissouriMRDT/RoveComm_CSharp.git MRDT;RoveComm True snupkg - False - README.md diff --git a/RoveComm/RoveComm.nuspec b/RoveComm/RoveComm.nuspec deleted file mode 100644 index 39fb038..0000000 --- a/RoveComm/RoveComm.nuspec +++ /dev/null @@ -1,18 +0,0 @@ - - - - $id$ - $version$ - $title$ - $author$ - false - MIT - rovecomm.png - README.md - https://github.com/MissouriMRDT/RoveComm_CSharp - RoveComm implementation for the .NET Core. - Migrated RoveComm to separate repo. - missourimrdt - RoveComm MRDT - - \ No newline at end of file