Mono for Android / MonoTouch:Mono 版本
我四处寻找,但我能找到答案。
是否可以在任何地方查看特定 MonoTouch / Mono for Android 版本下运行的 Mono 的确切版本?
例如,我的“关于 Visual Studio”窗口显示我有 Mono For Android 1.0.1.10323
如何找到“幕后”使用的相应 Mono 版本?
预先非常感谢
I searched around but I could find an answer.
Is there anywhere I can see which exact version of Mono is running underneath a particular MonoTouch / Mono for Android version?
For example, my 'About Visual Studio' window shows I have Mono For Android 1.0.1.10323
How can I find out the corresponding Mono version being used 'under the hood'?
Many thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MonoTouch 和 Mono for Android 构建于与 Mono 本身不同的分支上。这些分支还包括一些特定于产品的更改/修复。这意味着不可能进行精确匹配 - 但我可以告诉您一般匹配:
最近的版本(例如 MonoTouch 4.x 和 5.x)基于 Mono 2.10 ,而 MonoTouch 3.x 则基于 Mono 2.6。
Mono for Android 基于 Mono 2.10(至少是 Xamarin 发布的所有版本)。
MonoTouch and Mono for Android are built on separate branches from Mono itself. Those branches also includes some product specific changes / fixes. This means an exact match is not possible - but I can tell you a general match:
Recent releases (e.g. MonoTouch 4.x and 5.x) are based on Mono 2.10, while MonoTouch 3.x was based on Mono 2.6.
Mono for Android is based on Mono 2.10 (at least all versions released by Xamarin).