Skip to content

legnars/NuGetPackageExplorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Build status Twitter Follow Join the chat at https://gitter.im/NuGetPackageExplorer/NuGetPackageExplorer Chocolatey Rager Releases

How to install

You could install with the Windows 10 Store, ClickOnce or Chocolatey. The Windows Store is the prefered version for Windows 10 Anniversary Update and later.

Windows Store (recommend install, Windows 10 Anniversary Update needed)

Anniversary Update and later:

Get it on Windows 10

Chocolatey

Chocolatey is another great way to install and update your application.

  1. Run Powershell (as Admin)
  2. Install Chocolatey: iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
  3. Install NPE: choco install nugetpackageexplorer

ClickOnce

This is legacy. There a lot of install issues with ClickOnce. Also you get a smartscreen error.

Latest clickonce release (uninstall first if previous version is 3.9 or lower)

What is NuGet Package Explorer?

NuGet Package Explorer is aapplication that makes it easy to create and explore NuGet packages. After installing it, you can double click on a .nupkg file to view the package content, or you can load packages directly from nuget feeds like nuget.org.

To build packages from the command line, use the NuGet command-line tools, which are documented on the official NuGet site.

image

Current development state / looking for developers

Currently NPE isn't activly developed, but we do accept (not too large) pull requests (PR).

If you like to help, please check the Github issues. If you like to contribute more structurally, we would be happy to add you to our team!

Issues

Please check the FAQ first and search for duplicate issues before reporting them.

Creating a Package

  1. Launch Package Explorer and select File > New (Ctrl-N), or select Create a new package from the Common tasks dialog when Package Explorer starts:

    Package Explorer's common tasks dialog

  2. Select Edit > Edit Package Metadata (Ctrl-K) to open the editor for the underlying .nuspec file. Details for the metadata can be found in the nuspec reference.

    Editing package metadata with the Package Explorer

  3. Open the files you want to include in the package in Windows explorer, then drag them into the Package 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 the Content menu.)

    For example, if you drag an assembly into the Package contents window, it will prompt you to place the assembly in the lib folder:

    Package Explorer infers content location and prompts for confirmations

    The package's lib folder with added content

  4. Save your package with File > Save (Ctrl-S).

Publishing a Package

  1. Create a free account on nuget.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.

  2. Once logged in, click your user name (on the upper right) to navigate to your account settings.

  3. Under API Key, click copy to clipboard to retrieve the access key you'll need in the next step:

    Copying the API key from the nuget.org profile

  4. Assuming your package is loaded in Package Explorer, select File > Publish (Ctrl+P) to bring up the Publish Package dialog:

    Publish Package Dialog

  5. Paste your API key intp Publish key and click Publish to push the package to nuget.org.

  6. In your profile on nuget.org, click Manage 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.

Build

Requirments to build the project:

About

Create, update and deploy Nuget Packages with a GUI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.7%
  • Other 0.3%