Skip to content

Commit

Permalink
Bump version number for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Oct 25, 2020
1 parent 930f9c7 commit 9f303f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.7.0 - October 25, 2020

Features:

- `PathLengthCheckerGUI.exe` now supports the same command line arguments as `PathLengthChecker.exe`, allowing the GUI application to be launched externally and begin running immediately.
Special thanks to [@mwanchap](https://github.com/mwanchap) for the PR! 😊

## v1.6.0 - October 6, 2020

Features:
Expand Down
2 changes: 1 addition & 1 deletion build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variables:
buildConfiguration: 'Release'
appBinariesDirectory: 'src\PathLengthCheckerGUI\bin\$(buildConfiguration)'

version.MajorMinor: '1.6' # Manually adjust the version number as needed for semantic versioning. Revision is auto-incremented.
version.MajorMinor: '1.7' # Manually adjust the version number as needed for semantic versioning. Revision is auto-incremented.
version.Revision: $[counter(variables['version.MajorMinor'], 0)]
versionNumber: '$(version.MajorMinor).$(version.Revision)'

Expand Down

0 comments on commit 9f303f4

Please sign in to comment.