automatic_version_upgrader 0.1.0+8 automatic_version_upgrader: ^0.1.0+8 copied to clipboard
A command line interface to upgrade your app version automatically in a CI/CD flow.
Changelog #
0.1.0+8 #
- Getting the android version code from the bundles instead of tracks from the google play console.
0.1.0+7 #
- Now using the android version code from the google play console.
0.1.0-beta+7 #
- Bug-fix: Using the android version code to generate the version name.
0.1.0-beta+6 #
- Using the android version code to generate the version name.
0.1.0+5 #
- Updated app_store_connect_version to 0.1.0+1.
0.1.0+4 #
- Bug-fix: Parsing names from Google Play Store breaks when the name is not a version.
0.1.0+3 #
- Bug-fix: bad RegExp in for private key.
- Bug-fix: Missing output directory in
google-play-version
command. - Bug-fix: Missing output directory in
app-store-version
command.
0.1.0+2 #
- Re-generated the version.dart file, which is used to generate the version number.
0.1.0+1 #
- Fixes readme
0.1.0 #
- Initial release