Skip to content

Commit 0e63d38

Browse files
$(AndroidPackVersionSuffix)=preview.4; main is .NET 11 preview 4 (#10984)
Context: https://github.com/dotnet/android/tree/release/11.0.1xx-preview3 We branched for .NET 11 Preview 3 from d219840 into `release/11.0.1xx-preview3`; the main branch is now .NET 11 Preview 4. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d219840 commit 0e63d38

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
@@ -37,7 +37,7 @@
3737
* Bump first digit of the patch version for feature releases (and reset the first two digits to 0)
3838
-->
3939
<AndroidPackVersion>36.99.0</AndroidPackVersion>
40-
<AndroidPackVersionSuffix>preview.3</AndroidPackVersionSuffix>
40+
<AndroidPackVersionSuffix>preview.4</AndroidPackVersionSuffix>
4141
<!-- Final value set by GetXAVersionInfo target -->
4242
<IsStableBuild>false</IsStableBuild>
4343
</PropertyGroup>

0 commit comments

Comments
 (0)