Skip to content

Commit c4e09b6

Browse files
jonpryorjpobst
andauthored
[github] Use ".NET Android", not "Android for .NET" (dotnet#7882)
Our current terminology is to use ".NET Android", not "Android for .NET". Additionally, update the `$(TargetFramework)` example from `net6.0-android` to `net7.0-android`. Update our GitHub templates accordingly. Co-authored-by: Jonathan Pobst <[email protected]>
1 parent 327487d commit c4e09b6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/01-building-an-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
multiple: true
1616
options:
1717
- Classic Xamarin.Android (MonoAndroid12.0, etc.)
18-
- Android for .NET (net6.0-android, etc.)
18+
- .NET Android (net7.0-android, etc.)
1919
validations:
2020
required: true
2121
- type: input

.github/ISSUE_TEMPLATE/02-running-an-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
multiple: true
1616
options:
1717
- Classic Xamarin.Android (MonoAndroid12.0, etc.)
18-
- Android for .NET (net6.0-android, etc.)
18+
- .NET Android (net7.0-android, etc.)
1919
validations:
2020
required: true
2121
- type: input

.github/ISSUE_TEMPLATE/03-mono-android-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
multiple: true
2121
options:
2222
- Classic Xamarin.Android (MonoAndroid12.0, etc.)
23-
- Android for .NET (net6.0-android, etc.)
23+
- .NET Android (net7.0-android, etc.)
2424
validations:
2525
required: true
2626
- type: input

.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
multiple: true
1818
options:
1919
- Classic Xamarin.Android (MonoAndroid12.0, etc.)
20-
- Android for .NET (net6.0-android, etc.)
20+
- .NET Android (net7.0-android, etc.)
2121
validations:
2222
required: true
2323
- type: input

.github/ISSUE_TEMPLATE/05-other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
multiple: true
1616
options:
1717
- Classic Xamarin.Android (MonoAndroid12.0, etc.)
18-
- Android for .NET (net6.0-android, etc.)
18+
- .NET Android (net7.0-android, etc.)
1919
validations:
2020
required: true
2121
- type: input

0 commit comments

Comments
 (0)