Skip to content

Commit 54f201b

Browse files
authored
CORE SDK Auto Released By yinxi (#262)
发布日志: 1, Update the docs and readme
1 parent 0b0c996 commit 54f201b

5 files changed

+15
-21
lines changed

CONTRIBUTING.md

+3-13
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,9 @@ your [issues][issues] or [pull requests][pull-requests] through GitHub.
1212
Agreement (CLA)][cla].
1313

1414
- Please submit code that follows these standards.
15-
You can choose both [Visual Studio 2017](https://visualstudio.microsoft.com) and [Visual Studio Code](https://visualstudio.microsoft.com) to develop and help you write your code. The `Visual Studio Code` format is:
16-
```json
17-
{
18-
"csharpfixformat.style.spaces.beforeParenthesis": false,
19-
"csharpfixformat.style.newline.atEnd": true,
20-
"csharpfixformat.sort.usings.splitGroups": true,
21-
"csharpfixformat.style.braces.onSameLine": false,
22-
"editor.formatOnType": true,
23-
"editor.formatOnPaste": true,
24-
"editor.formatOnSave": true,
25-
"csharp.format.enable": false
26-
}
27-
```
15+
You can choose both [Visual Studio 2017](https://visualstudio.microsoft.com) and [VS Code](https://visualstudio.microsoft.com) to develop and help you write your code.
16+
17+
The editor config standard is in the aliyun sdk core root folder called `.editorconfig`. If you are develop with `VS Code`, please add `EditorConfig for VS Code` extension.
2818

2919
- We maintain a high percentage of code coverage in our unit tests. If you make
3020
changes to the code, please add, update, and/or remove tests as appropriate.

README-CN.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626

2727
## 环境要求
2828
Alibaba Cloud SDK for .NET 适用于:
29-
- **`.NET Framework 4.5`** 及其以上版本
30-
- **`.NET Standard 2.0`** 及其以上版本。
29+
- **.NET Framework 4.5** 及其以上版本
30+
- **.NET Standard 2.0** 及其以上版本。
31+
- **C# 4.0** 及其以上版本
3132

3233

3334
## 安装

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ The Alibaba Cloud SDK for .NET allows you to access Alibaba Cloud services such
2626

2727
## Requirements
2828
- The Alibaba Cloud SDK for .NET requires:
29-
- **`.NET Framework 4.5`** or later
30-
- **`.NET Standard 2.0`** or later
29+
- **.NET Framework 4.5** and above
30+
- **.NET Standard 2.0** and above
31+
- **C# 4.0** and above
3132

3233

3334
## Installation

docs/0-Requirements-CN.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
# 要求
55
首先要保证您安装了相关 [.NET SDK][.net sdk][.NET RunTime][.net runtime]
6-
- **`.NET Framework 4.5`** 及其以上版本
7-
- **`.NET Standard 2.0`** 及其以上版本
6+
- **.NET Framework 4.5** 及其以上版本
7+
- **.NET Standard 2.0** 及其以上版本
8+
- **C# 4.0** 及其以上版本
89

910
# 建议
1011
- 建议使用 **.NET Standard 2.0** 及以上目标框架

docs/0-Requirements-EN.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
# Requirements
55
Make sure you have the relevant [.NET SDK][.net sdk] and [.NET RunTime][.net runtime] installed.
6-
- **`.NET Framework 4.5`** and above
7-
- **`.NET Standard 2.0`** and above
6+
- **.NET Framework 4.5** and above
7+
- **.NET Standard 2.0** and above
8+
- **C# 4.0** and above
89

910
# Recommendations
1011
- Recommended use of **.NET Standard 2.0** and above target framework

0 commit comments

Comments
 (0)