Skip to content

Publish a new version

David Risney edited this page Nov 18, 2021 · 2 revisions

To publish a new version:

  • Update the version in AssemblyInfo.cs
  • Build a Release (not debug!) version of the app
  • In the wv2util Project Properties, Publish tab, ensure the new version matches what you expect
  • Press the Publish Now button
  • In git git add *, git commit -m "Publish new version N.N.N.N", git push to push the updated binaries
  • In git git tag vN.N.N.N, git push origin vN.N.N.N to tag the publish with that version
  • In GitHub tags find your new tag and add binaries to it from wv2util\bin\Release\wv2util.*
Clone this wiki locally