Skip to content

Commit 38cdcbe

Browse files
[branding] updated product version to 36.1.x (#10557)
Given that API 36.1 is "api stable", and we have a `$(TargetFramework)` available. We normally would also bump the product version to 36.1.x to signify this. `main` will remain `36.1.99-preview.1.x` for now, however it may need to change to 999.
1 parent 77e8707 commit 38cdcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* Major/Minor match Android stable API level, such as 30.0 for API 30.
3737
* Bump first digit of the patch version for feature releases (and reset the first two digits to 0)
3838
-->
39-
<AndroidPackVersion>36.0.1</AndroidPackVersion>
39+
<AndroidPackVersion>36.1.1</AndroidPackVersion>
4040
<AndroidPackVersionPatchIndex>$(AndroidPackVersion.LastIndexOf("."))</AndroidPackVersionPatchIndex>
4141
<AndroidPackVersionMajorMinor>$(AndroidPackVersion.Substring(0,$(AndroidPackVersionPatchIndex)))</AndroidPackVersionMajorMinor>
4242
<AndroidPackVersionPatch>$(AndroidPackVersion.Substring($([MSBuild]::Add($(AndroidPackVersionPatchIndex), 1))))</AndroidPackVersionPatch>

0 commit comments

Comments
 (0)