Skip to content

Commit dcf9bf3

Browse files
rachelkangjpobst
andauthored
Update README (#8913)
Co-authored-by: Jonathan Pobst <[email protected]>
1 parent ab28242 commit dcf9bf3

File tree

3 files changed

+29
-25
lines changed

3 files changed

+29
-25
lines changed

Documentation/images/banner.png

-79.1 KB
Loading

Documentation/previous-releases.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
Xamarin.Android Previous Releases
22
===============
33

4+
Support for Xamarin.Android ended on **May 1, 2024** as per the [Xamarin Support Policy][xamarin-support-policy].
5+
6+
[xamarin-support-policy]: https://dotnet.microsoft.com/en-us/platform/support/policy/xamarin
7+
8+
However, the released installers are still available for download.
9+
410
| Platform | Link |
511
|-----------------|--------|
12+
| **Commercial Xamarin.Android 13.2.2 (d17-8)** for Windows+Visual Studio 2022 | [Download][commercial-d17-8-Windows-x86_64] |
13+
| **Commercial Xamarin.Android 13.2.2 (d17-8)** for VSMac 2022 | [Download][commercial-d17-8-macOS-x86_64] |
614
| **Commercial Xamarin.Android 13.2 (d17-5)** for Windows+Visual Studio 2022 | [Download][commercial-d17-5-Windows-x86_64] |
715
| **Commercial Xamarin.Android 13.2 (d17-5)** for macOS | [Download][commercial-d17-5-macOS-x86_64] |
816
| **Commercial Xamarin.Android 13.1 (d17-4)** for Windows+Visual Studio 2022 | [Download][commercial-d17-4-Windows-x86_64] |
@@ -74,3 +82,5 @@ Xamarin.Android Previous Releases
7482
[commercial-d17-4-macOS-x86_64]: https://aka.ms/xamarin-android-commercial-d17-4-macos
7583
[commercial-d17-5-Windows-x86_64]: https://aka.ms/xamarin-android-commercial-d17-5-windows
7684
[commercial-d17-5-macOS-x86_64]: https://aka.ms/xamarin-android-commercial-d17-5-macos
85+
[commercial-d17-8-Windows-x86_64]: https://aka.ms/xamarin-android-commercial-d17-8-windows
86+
[commercial-d17-8-macOS-x86_64]: https://aka.ms/xamarin-android-commercial-d17-8-macos

README.md

Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,47 @@
1-
<img src="Documentation/images/banner.png" alt=".NET Android banner" height="145" >
1+
<img src="Documentation/images/banner.png" alt=".NET for Android banner" height="145" >
22

3-
.NET Android
3+
.NET for Android
44
===============
55

6-
.NET Android provides open-source bindings of the Android SDK and tooling for use with
6+
.NET for Android provides open-source bindings of the Android SDK and tooling for use with
77
.NET managed languages such as C#. This ships as an optional [.NET workload][net-workload] for .NET 6+ that can
88
be updated independently from .NET in order to respond to external dependency updates like new Android
99
platform and tooling.
1010

11-
While .NET Android is an essential part of [MAUI][maui-intro], it is still fully supported to be
12-
used independently for native Android development using .NET.
13-
14-
This repository is also home to the classic Xamarin.Android product.
11+
.NET for Android is part of [.NET MAUI][maui-intro], and may also be used independently for native Android development using .NET.
1512

1613
[net-workload]: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-install
1714
[maui-intro]: https://learn.microsoft.com/en-us/dotnet/maui/what-is-maui
1815

1916
# Support
2017

21-
.NET Android is now part of .NET 6+ and follows the same support lifecycle as the [MAUI Support Lifecycle][maui-support-lifecycle].
18+
.NET for Android is part of .NET MAUI, since it was introduced in May 2022 as part of .NET 6, and is currently supported as described in the [.NET MAUI Support Policy][maui-support-policy].
19+
20+
Support for Xamarin.Android ended on **May 1, 2024** as per the [Xamarin Support Policy][xamarin-support-policy]:
2221

23-
Support for classic Xamarin.Android will end on **May 1, 2024** as per the [Xamarin Support Policy][xamarin-support-policy]:
22+
> Xamarin support ended on May 1, 2024 for all Xamarin SDKs including Xamarin.Forms. Android API 34 and Xcode 15 SDKs (iOS and iPadOS 17, macOS 14) are the final versions Xamarin targets from existing Xamarin SDKs (i.e. no new APIs are planned).
2423
25-
> Xamarin support will end on May 1, 2024 for all classic Xamarin SDKs. Android 13 will be the final version classic Xamarin.Android will target.
24+
Follow the [official upgrade guidance](https://learn.microsoft.com/dotnet/maui/migration) to bring your Xamarin applications to the latest version of .NET.
2625

27-
[maui-support-lifecycle]: https://dotnet.microsoft.com/en-us/platform/support/policy/maui
26+
[maui-support-policy]: https://dotnet.microsoft.com/en-us/platform/support/policy/maui
2827
[xamarin-support-policy]: https://dotnet.microsoft.com/en-us/platform/support/policy/xamarin
2928

3029
# Downloads
3130

32-
## Current
31+
.NET for Android ships as a workload through the `dotnet` workload system in [.NET 6+][dotnet-download].
3332

34-
.NET Android ships as a workload through the `dotnet` workload system in [.NET 6+][dotnet-download]. See
35-
the [workload documentation][workload-documentation] for installation commands.
33+
In its simplest form, .NET for Android can be installed by running:
3634

37-
[dotnet-download]: https://dotnet.microsoft.com/en-us/download
38-
[workload-documentation]: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-install
35+
```
36+
dotnet workload install android
37+
```
3938

40-
Classic Xamarin.Android installers are available here:
39+
See the [.NET workload documentation][workload-documentation] for additional installation commands and options.
4140

42-
| Platform | Link |
43-
|-----------------|--------|
44-
| **Commercial Xamarin.Android 13.2.2 (d17-8)** for Windows+Visual Studio 2022 | [Download][commercial-d17-8-Windows-x86_64] |
45-
| **Commercial Xamarin.Android 13.2.2 (d17-8)** for VSMac 2022 | [Download][commercial-d17-8-macOS-x86_64] |
46-
47-
[Previous Releases](Documentation/previous-releases.md) are also available for download.
41+
[dotnet-download]: https://dotnet.microsoft.com/en-us/download
42+
[workload-documentation]: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-install
4843

49-
[commercial-d17-8-Windows-x86_64]: https://aka.ms/xamarin-android-commercial-d17-8-windows
50-
[commercial-d17-8-macOS-x86_64]: https://aka.ms/xamarin-android-commercial-d17-8-macos
44+
While no longer supported, Classic Xamarin.Android installers are still available [here](Documentation/previous-releases.md).
5145

5246
# Contributing
5347

0 commit comments

Comments
 (0)