File tree Expand file tree Collapse file tree 6 files changed +14
-8
lines changed
Expand file tree Collapse file tree 6 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 11# ChangeLog - Aliyun OSS SDK for C#
22
3+ ## 版本号:2.8.0 日期:2018/01/09
4+ ### 变更内容
5+ - 增加:上传/下载支持CRC校验
6+ - 增加:支持GetBucketLocation/GetBucketMetadata
7+ - 增加:支持SetBucketStorageCapacity/GetBucketStorageCapacity
8+
39## 版本号:2.7.0 日期:2017/12/21
410### 变更内容
511- 修复:优化异步机制实现
Original file line number Diff line number Diff line change 1212 - OSS C# SDK[ 在线文档] ( http://gosspublic.alicdn.com/AliyunNetSDK/apidocs/latest/index.html ) 。
1313
1414## 版本
15- - 当前版本:2.7 .0
15+ - 当前版本:2.8 .0
1616
1717## 运行环境
1818
Original file line number Diff line number Diff line change 1212 - OSS C# SDK[ Online Documentation] ( http://gosspublic.alicdn.com/AliyunNetSDK/international/apidocs/latest/index.html ) .
1313
1414## Version
15- - Current version: 2.7 .0.
15+ - Current version: 2.8 .0.
1616
1717## Run environment
1818
Original file line number Diff line number Diff line change 2828//
2929// You can specify all the values or you can use the default the Revision and
3030// Build Numbers by using the '*' as shown below:
31- [ assembly: AssemblyVersion ( "2.7 .0" ) ]
31+ [ assembly: AssemblyVersion ( "2.8 .0" ) ]
3232[ assembly: NeutralResourcesLanguage ( "zh-CN" ) ]
33- [ assembly: AssemblyFileVersion ( "2.7 .0" ) ]
33+ [ assembly: AssemblyFileVersion ( "2.8 .0" ) ]
3434
Original file line number Diff line number Diff line change 3131//
3232// Major.Minor.Build.Revision
3333//
34- [ assembly: AssemblyVersion ( "2.7 .0" ) ]
34+ [ assembly: AssemblyVersion ( "2.8 .0" ) ]
3535
3636// The asembly is designed as CLS compliant to support CLS-compliant languages.
3737//[assembly: CLSCompliant(true)]
3838
3939[ assembly: InternalsVisibleTo ( "Aliyun.OSS.Test" ) ]
40- [ assembly: AssemblyFileVersion ( "2.7 .0" ) ]
40+ [ assembly: AssemblyFileVersion ( "2.8 .0" ) ]
4141
4242
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "2.7 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "2.7 .0" ) ]
35+ [ assembly: AssemblyVersion ( "2.8 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "2.8 .0" ) ]
3737[ assembly: NeutralResourcesLanguage ( "zh-CN" ) ]
3838
You can’t perform that action at this time.
0 commit comments