Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.39 KB

README-developers.md

File metadata and controls

40 lines (23 loc) · 1.39 KB

Change version number:

  1. Change version in properties of the PackageExplorer project: image

  2. Change in "CommonAssemblyInfo.cs"
    image

How to publish

image

image

image

image

Upload Zip on CodePlex. (Note a clickonce application cannot be released on GitHub)

How to publish on Chocolatey

  1. Create a release build
  2. Create a zip of the following files: .exe, .dll's, the .config
  3. Upload zip to CodePlex to https://npe.codeplex.com/releases/view/68211
  4. Copy the download id (last number) from the URL.
  5. Download current Chocolatey package on https://chocolatey.org/packages/NugetPackageExplorer
  6. Edit the version number
  7. Change the DownloadId in the querystring to the download in step 4.
  8. Upload to Chocolatey.org