- Notifications
You must be signed in to change notification settings - Fork451
Create, update and deploy Nuget Packages with a GUI
License
NuGetPackageExplorer/NuGetPackageExplorer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
You can install NuGet Package Explorer on Windows with theMicrosoft Store,Chocolatey, or use itfrom the Web from any platform as well as a PWA. The Microsoft Store is the preferred version. It auto-updates and is the full application.
There also a Windows CI build available for direct install for Windows, and Web versionis also available. The nightly build installs alongsidethe release version with no interference and will automatically update.
Build Number | Link |
---|---|
Install | |
Microsoft Store | |
Chocolatey | |
dotnet-validate CLI |
If you have winget installed, you can use it to acquire NuGet Package Explorer through the Microsoft Store:
winget install "NuGet Package Explorer"
A subset of functionality for checking package health is now available as a cross-platform CLI tool. Install with:
dotnet tool install -g dotnet-validate --version 0.0.1-preview.42
Note: Use the latest version
There is one command and two subcommands:
The main command ispackage
. This is sodotnet validate ...
can be used for additional things later.
Usage:
Usage: dotnet validate package local [options] <file>Arguments: <file> Package to validate.Options: -?, -h, --help Show help and usage information
Usage: dotnet validate package remote [options] <packageId>Arguments: <packageId> Package IdOptions: -v, --version <version> Package version. Defaults to latest. -s, --feed-source <feed-source> V3 NuGet Feed Source. [default: https://api.nuget.org/v3/index.json] -?, -h, --help Show help and usage information
Return codes:Tool will return-1
if the package is not fully valid. Details will be printed to the console.
A lot! The tool should emit the results in a machine-parsable way (json).
Known Issue: Exact versions for remote packages isn't working. Only the latest is checked. Will be fixed shortly.
Chocolatey is another great way to install and update your application.
- Run PowerShell (as Admin)
- Install Chocolatey:
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
- Install NuGet Package Explorer:
choco install nugetpackageexplorer
A subset of NuGet Package Explorer (Browsing, Inspecting, Uploading packages) is available on theWeb. Implemented by usingUno Platform Web Assembly support, it is also available as PWA.
The current Windows/WPF implementation of NPE will remain in the Windows store indefinitely, or at least until the new version fully replaces its functionality.
NuGet Package Explorer (NPE) is an application that makes it easy to create and explore NuGet packages. You can load a .nupkg or .snupkg file from disk or directly from a feed such asnuget.org.
To build packages from the command line, use NuGet command-line tools, as documented on theofficial NuGet site.
We accept pull requests (PR). Please open an issue to discuss first if there isn't a related issue yet.
If you'd like to help, please check the GitHubissues. If you'd like to contribute more structurally, we would be happy to add you to our team!
Please check theFAQ first and search for duplicate issues before reporting them.
Launch NPE and selectFile > New (Ctrl-N), or selectCreate a new package from theCommon tasks dialog when Package Explorer starts:
SelectEdit > Edit Package Metadata (Ctrl-K) to open the editor for the underlying .nuspec file. Details for the metadata can be found in thenuspec reference.
Open the files you want to include in the package in Windows explorer, then drag them into thePackage contents pane of Package Explorer. Package Explorer will attempt to infer where the content belongs and prompt you to place it in the correct directory within the package. (You can also explicitly add specific folders using theContent menu.)
For example, if you drag an assembly into the Package contents window, it will prompt you to place the assembly in thelib folder:
Save your package withFile > Save (Ctrl-S).
If you have a code signing certificate, sign your package withFile > Sign and Save As.
Create a free account onnuget.org, or log in if you already have one. When creating a new account, you'll receive a confirmation email. You must confirm the account before you can upload a package.
Once logged in, click your username (on the upper right) to navigate to your account settings.
UnderAPI Key, clickcopy to clipboard to retrieve the API key you'll need in the next step.
Assuming your package is loaded in Package Explorer, selectFile > Publish (Ctrl-P) to bring up thePublish Package dialog.
Paste your API key intoPublish key and clickPublish to push the package to nuget.org.
In your profile on nuget.org, clickManage my Packages to see the one that you just published; you'll also receive a confirmation email. Note that it might take a while for your package to be indexed and appear in search results, during which time you'll see a message that the package hasn't yet been indexed.
Requirements to build the project:
- VS2022 or later. If using the stable release, make sure to enable support for Preview .NET Core SDK's
- .NET 7 SDK
About
Create, update and deploy Nuget Packages with a GUI
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.