To keep build versions consistent, I want to manually update Xamarin on my desktop as well as on my CI build server (not to be confused with the Mac host Xamarin host). Performing automatic updates only works when all machines are updated at the same time.
So, I'm going to download, and I'm thin, I need to download Xamarin.Android - latest version 4.0.1 . Version number not provided here.

The fact is that I launched the update from Visual Studio the other day, and in accordance with the dialogue that I am now launching "Xamarin.Android 6.0.1.10 ":
Xamarin 4.0.1.89 (413372c) Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android. Xamarin.Android 6.0.1.10 (e98e962) Visual Studio plugin to enable development for Xamarin.Android.
I heard that v4.0.1 refers to the Visual Studio plugin (I use VS on my desktop).
Also, I am not using Visual Studio on my CI build server; instead, I have Xamarin Studio. When I look at pending updates for this, it offers "Xamarin 4.0.1.93" - supposedly not a Visual Studio plugin for Android Studio?

- Is Xamarin what I download "Xamrin.Android 4.0.1 " when I really download "Xamarin v 4.0.1. " Which contains "Xamarin.Android v6.xxx ".
- My final game is that I would like to be sure which versions of the Xamarin components are involved when building using MSBuild.
- If I need to make an obsolete assembly, I would like the obsolete build tool to be used.
source share