Skip to content
Jeroen Vannevel edited this page Jun 25, 2015 · 2 revisions

New release? Here's a checklist:

  • Update the NuGet specification to account for the next version.
  • Update AssemblyInfo.cs to update the assembly.
  • Verify the AppVeyor build succeeds.
  • Create a release on Github.
  • Push the new NuGet package.

How do I create a local NuGet feed?

Right now, the generated nupkg file will be placed in the root. However if you want to put it in a different folder, simply create a local user environment variable called NUGETLOCAL with the value being the destination folder (surrounded with quotation marks). This is specified in more detail here.

Clone this wiki locally