Skip to content

Releasing a new Version

Dmitry Shechtman edited this page Nov 15, 2015 · 11 revisions
  1. Make sure the assembly version is updated.
  2. Make sure the version is [documented](Adding a new version to Documentation) with the right date and changelist.
  3. Make sure the nuspec has the right version, release notes, and dependency versions.
  4. Build bin in Release.
  5. Check connection.
  6. Build doc with 0 warnings (TODO Add build step).
  7. cd LIBRARY\NuGet (TODO Add build step)
  8. .\nuget pack -BasePath ..\.. -Verbosity detailed
  9. .\nuget push LIBRARY.X.Y.Z.nupkg
  10. [Publish the Documentation](Publishing the documentation).
Clone this wiki locally