Releases: br-na-pm/BuildVersion
Releases · br-na-pm/BuildVersion
BuildVersion V0.01.0
- Add optional switch parameters to force build errors (warnings by default)
- Fix #16
- Improve logging to output results by removing character limit and adding error messages
- Name all parameters
The previous pre-build event call is still valid with unnamed parameters.
PowerShell -ExecutionPolicy ByPass -File $(WIN32_AS_PROJECT_PATH)\Logical\BuildVersion\BuildVersion.ps1 $(WIN32_AS_PROJECT_PATH) "$(AS_VERSION)" "$(AS_USER_NAME)" "$(AS_PROJECT_NAME)" "$(AS_CONFIGURATION)" "$(AS_BUILD_MODE)"
BuildVersion V0.0.9
BuildVersion V0.0.8
BuildVersion V0.0.7
- ddb66d1, 07e58a4, and 6cace11 Improve file writing by updating initialization when format is matched, updating git information only if built with git, and overwriting initialization if format is not matched
- a3bfd5e Fix global declaration file search if multiple files of the same name are found in the logical folder
- 79f32f2 Protect regular expression search if file is empty
- Simplify console messages with relative paths to fit on screen
- Remove experimental section
BuildVersion V0.0.6
- 3e13f58 Bugfix directory search
BuildVersion V0.0.5
- Address #6
BuildVersion V0.0.4
- Fix #5 (again)
- Log message with build version on startup
BuildVersion V0.0.3
- Support for BuildVersionWidget
BuildVersion V0.0.2
- Protect variable initialization from unresolved pre-build arguments (#2)
- Add
--long
to describe call returning zero or more additional commits - Improve readme installation, errors, and developers section
BuildVersion V0.0.1
First public release