You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This document describes the steps you need to do when you release a product based on DS.

  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. Determine the file version of your release. Always increase the major part. (Change this so it is a single number)
  3. Update the version in AssemblyInfoTemplate.cs of the DeltaShell.Core project.
  • No labels