Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen committed Dec 21, 2023
1 parent a6941d9 commit 2a46827
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can visit NuGet Tools at http://nugettools.azurewebsites.net/.

You should be able to open the solution file (`NuGetTools.sln`) in Visual Studio and launch the `Knapcode.NuGetTools.Website` project to start the website. This will allow you to use the web interface for the version of the NuGet client SDK (e.g. NuGet.Frameworks and NuGet.Versioning packages) that is used directly by the project.

If you want to have additional NuGet client versions available, run the `build.ps1` script to download all available versions of the NuGet client packages from NuGet.org.
If you want to have additional NuGet client versions available, run the `Invoke-DownloadPackages.ps1` script to download all available versions of the NuGet client packages from NuGet.org.

## Supported features

Expand All @@ -32,4 +32,3 @@ I'd like to add the following features in the future:
- Interacting with real NuGet packages (either uploaded or from a source)
- Better copy-pasting so you can easily get a snippet to drop in an email or document
- REST API
- Moving to .NET Core. Currently .NET Framework is used for App Domains and side-by-side loading of multiple NuGet client versions

0 comments on commit 2a46827

Please sign in to comment.