docs/articles/developer-info/Packaging-the-Installer.md
Before packaging the installer, you must first package and release the Console and Engine. See Packaging the Console and Engine
version and displayVersion in build.cake. They should have been updated at the last release..\build.ps1 or .\build.cmddistribution directory for NUnit.{VERSION}.msi and NUnit.{VERSION}.zipNUnit.{VERSION}.msibuild.cake are installednunit3-console.exe output headers when running tests.NUnit.{VERSION}.zipbuild.cake are installednunit3-console.exe output headers when running tests.Packages are archived on nunit.org in the downloads directory. Add the MSI and ZIP to the existing downloads/nunit/v3 for the Console/Engine release.
master, tag the release with the version, git tag v3.5git push --tagsgit checkout -b release-3.5version and displayVersion in build.cake.[!NOTE] The release branch in this project is not like the release branches in other projects, we don't save it. If we need to go back and do hotfixes, we will branch off the tag that was created for the release. We do this because there are usually no changes required to this repository for a release except incrementing the version post release. Any larger changes to this repository should be done and tested prior to a release using the normal Pull Request workflow