Skip to content

Building the Nuget Package

Rob Lang edited this page Aug 26, 2016 · 13 revisions

These instructions are for building the nuget package.

  • Open ./NJsonApiCore.Web.MVC5.HelloWorld.sln
    • Update nuget packages
    • Select Release Build and build all. Close solution.
  • Open ./NJsonApiCore.Web.MVCCore.HelloWorld.sln
    • Update nuget packages
    • Select Release Build and build all. Close solution.
  • Open ./Package.nuspec and update the version number and release note
  • Open a command line
  • At the project root type nuget pack package.nuspec

Clone this wiki locally