mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
* Fix for #1666- Back button is not accessible via keyboard when navigating to the about page. (#1679) * initial changes * margin * format * resolve review comments * Popup Content Height * bumps the major version to 11 (#1698)
This commit is contained in:
parent
df41ff8585
commit
10f5d4005d
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ trigger: none
|
||||||
pr: none
|
pr: none
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
versionMajor: 10
|
versionMajor: 11
|
||||||
versionMinor: 2109
|
versionMinor: 2109
|
||||||
versionBuild: $[counter('10.2109.*', 0)]
|
versionBuild: $[counter('11.2109.*', 0)]
|
||||||
versionPatch: 0
|
versionPatch: 0
|
||||||
|
|
||||||
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'
|
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue