We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Considering M=Major Version, m=minor version, p=patch version, +build Actually, we need to update version manually in the projet:
pubspec.yaml
M.m.p+build
version: 2.3.8+528
msix_config
M.mp.build.0
msix_version: 2.38.527.0
/web_chrome_extension/public/manifest.json
M.m.p.build
"version": "2.3.8.528
Add a script to fill the version in all files from pubspec version
No response
The text was updated successfully, but these errors were encountered:
redDwarf03
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
Considering M=Major Version, m=minor version, p=patch version, +build
Actually, we need to update version manually in the projet:
pubspec.yaml
update the version of the appM.m.p+build
(ex:version: 2.3.8+528
)pubspec.yaml
sectionmsix_config
, update the version of the appM.mp.build.0
(ex:msix_version: 2.38.527.0
)/web_chrome_extension/public/manifest.json
update the version of the appM.m.p.build
(ex:"version": "2.3.8.528
)Describe the solution you'd like
Add a script to fill the version in all files from pubspec version
Additional context
No response
Epic
No response
The text was updated successfully, but these errors were encountered: