Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 508 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 508 Bytes

SA3D.Common.WPF

Reused WPF code in SA3D Apps.


Releasing

!! Requires authorization via the X-Hax organisation

  1. Edit the version number in src/SA3D.Common.WPF/SA3D.Common.WPF.csproj; Example: <Version>1.0.0</Version> -> <Version>2.0.0</Version>
  2. Commit the change but dont yet push.
  3. Tag the commit: git tag -a [version number] HEAD -m "Release version [version number]"
  4. Push with tags: git push --follow-tags

This will automatically start the Github Build and Publish workflow