Skip to content

Commit

Permalink
Release 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Feb 7, 2021
1 parent 1cb6137 commit 0df30c6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# ChangeLog - Aliyun OSS SDK for C#
## 版本号:2.13.0 日期:2021/02/07
### 变更内容
- 增加:process object 接口, 支持图片持久化功能

## 版本号:2.12.0 日期:2020/09/29
### 变更内容
- 增加:select object 接口
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.12.0
- 当前版本:2.13.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.12.0.
- Current version: 2.13.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.12.0")]
[assembly: AssemblyVersion("2.13.0")]
[assembly: NeutralResourcesLanguage("zh-CN")]
[assembly: AssemblyFileVersion("2.12.0")]
[assembly: AssemblyFileVersion("2.13.0")]

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

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

[assembly: InternalsVisibleTo("Aliyun.OSS.Test, PublicKey=002400000480000094000000060200000024000052534131000400000100010045C2B8CBBFE7B414DEE24D990688805C04B57ABB8292CEC3CFBCF4C7F6BD8254C8DDEA76F8EA035D106914678AAE9DB8BA4BF1669637043DBE62E1DE2B978729CF6F3DD0080AC2209559371D26219B50309EFDA1D51800DE052B0A45C7C9238884EEA4E7DC3C595B4930785A33A90ED4A6869285C3C04AD95245C0DFC00D24CC")]
[assembly: AssemblyFileVersion("2.12.0")]
[assembly: AssemblyFileVersion("2.13.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.12.0")]
[assembly: AssemblyFileVersion("2.12.0")]
[assembly: AssemblyVersion("2.13.0")]
[assembly: AssemblyFileVersion("2.13.0")]
[assembly: NeutralResourcesLanguage("zh-CN")]

0 comments on commit 0df30c6

Please sign in to comment.