Skip to content

Commit

Permalink
Merge pull request #52 from aliyun/crc
Browse files Browse the repository at this point in the history
Release 2.8.0
  • Loading branch information
baiyubin2020 authored Jan 9, 2018
2 parents 4a670da + 6931722 commit cb96bae
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ChangeLog - Aliyun OSS SDK for C#

## 版本号:2.8.0 日期:2018/01/09
### 变更内容
- 增加:上传/下载支持CRC校验
- 增加:支持GetBucketLocation/GetBucketMetadata
- 增加:支持SetBucketStorageCapacity/GetBucketStorageCapacity

## 版本号:2.7.0 日期:2017/12/21
### 变更内容
- 修复:优化异步机制实现
Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- OSS C# SDK[在线文档](http://gosspublic.alicdn.com/AliyunNetSDK/apidocs/latest/index.html)

## 版本
- 当前版本:2.7.0
- 当前版本:2.8.0

## 运行环境

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- OSS C# SDK[Online Documentation](http://gosspublic.alicdn.com/AliyunNetSDK/international/apidocs/latest/index.html).

## Version
- Current version: 2.7.0.
- Current version: 2.8.0.

## Run environment

Expand Down
4 changes: 2 additions & 2 deletions samples/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("2.7.0")]
[assembly: AssemblyVersion("2.8.0")]
[assembly: NeutralResourcesLanguage("zh-CN")]
[assembly: AssemblyFileVersion("2.7.0")]
[assembly: AssemblyFileVersion("2.8.0")]

4 changes: 2 additions & 2 deletions sdk/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
//
// Major.Minor.Build.Revision
//
[assembly: AssemblyVersion("2.7.0")]
[assembly: AssemblyVersion("2.8.0")]

// The asembly is designed as CLS compliant to support CLS-compliant languages.
//[assembly: CLSCompliant(true)]

[assembly: InternalsVisibleTo("Aliyun.OSS.Test")]
[assembly: AssemblyFileVersion("2.7.0")]
[assembly: AssemblyFileVersion("2.8.0")]


4 changes: 2 additions & 2 deletions test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.7.0")]
[assembly: AssemblyFileVersion("2.7.0")]
[assembly: AssemblyVersion("2.8.0")]
[assembly: AssemblyFileVersion("2.8.0")]
[assembly: NeutralResourcesLanguage("zh-CN")]

0 comments on commit cb96bae

Please sign in to comment.