Update mono version to 3.0
What does this MR do and why?
What
Resolve #3 (closed)
更新 Mono 代码中的版本号,从 2.35
更新至 3.0
。我们极狐 Mono client 就以 3.0
作为正式发布的第一个版本号。
Why
See: Mono version 原理/背景
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
-
按 安装步骤 完成 Mono client 的安装
-
手动将
mono
分支切换为当前 MR 的update-mono-version-3.0
$ cd .repo/repo/ && git checkout update-mono-version-3.0 && cd -
-
执行任意 mono 命令,比如
mono info
,预期打印错误日志,要求使用cp
命令更新mono
脚本。
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
由 路志远 编辑于