Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Determine the version of your release. If the release has any breaking changes in fileformat since the last release you should at least increment the minor number. So you could go from 1.1.0 to 1.2.0
  2. Update the version in AssemblyInfoTemplate.cs of the DeltaShell.Core project with the version determined in 1
  3. Update the version and GUIDS in the msi see this
  4. Determine the file version of your release. If there was any change in expected.hbm.xml (DeltaShell.Plugins.Data.NHibernate.IntegrationTests) since the last release the version should be incremented
  5. Use the file-version to update the ProjectFileVersion of NHibernateProjectRepository.cs
  6. Update the version and GUIDS in the msi see this. If you want an msi that replaces your previous version (for a example a bugfix release you should only replace the version at the top of the msi of the Wix project and not change the GUIDS.
  7. Check in your changes with the message ("Release x.x.x") (x.x.x is the version of 1)
  8. Tag/Branch your release like "Release x.x.x"
  9. Have a beer (wink)