VersionUpdater.exe is a command-line tool designed to update the File Version and Product Version numbers in .rc files within a GitHub repository. This utility streamlines the versioning process for projects by allowing quick and easy updates.
To run this tool, ensure the following prerequisites are installed and configured:
- Git Bash
- Properly configured JSON files
Double-click the VersionUpdater.exe file to open the application.
You will be prompted with a menu:
-
Generate a sample JSON
Enter1when prompted:
Enter your choice: 1 -
Proceed with version update (if JSON is already configured)
Enter2when prompted:
Enter your choice: 2
After the update process is complete, you may delete the cloned repository from your local machine.
{
"repo_url": "https://github.com/harie/test.git/",
"clone_path": "",
"access_token": "g*******************BxBR3mVDVy",
"branch_name": "automation_test"
}