Skip to content

Commit 7efc888

Browse files
committed
Release 2.9.1
1 parent 281c48f commit 7efc888

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# ChangeLog - Aliyun OSS SDK for C#
2+
## 版本号:2.9.1 日期:2019/02/28
3+
### 变更内容
4+
- 优化:适配.net core 2.1/2.2 平台
5+
- 修复:不识别gif的ContentType的问题
6+
- 优化:匹配ContentType时忽略大小写
7+
28
## 版本号:2.9.0 日期:2018/09/17
39
### 变更内容
410
- 增加:支持.net core 2.0 平台

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- OSS C# SDK[在线文档](http://gosspublic.alicdn.com/AliyunNetSDK/apidocs/latest/index.html)
1313

1414
## 版本
15-
- 当前版本:2.9.0
15+
- 当前版本:2.9.1
1616

1717
## 运行环境
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- OSS C# SDK[Online Documentation](http://gosspublic.alicdn.com/AliyunNetSDK/international/apidocs/latest/index.html).
1313

1414
## Version
15-
- Current version: 2.9.0.
15+
- Current version: 2.9.1.
1616

1717
## Run environment
1818

samples/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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.9.0")]
31+
[assembly: AssemblyVersion("2.9.1")]
3232
[assembly: NeutralResourcesLanguage("zh-CN")]
33-
[assembly: AssemblyFileVersion("2.9.0")]
33+
[assembly: AssemblyFileVersion("2.9.1")]
3434

sdk/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
//
3636
// Major.Minor.Build.Revision
3737
//
38-
[assembly: AssemblyVersion("2.9.0")]
38+
[assembly: AssemblyVersion("2.9.1")]
3939

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

4343
[assembly: InternalsVisibleTo("Aliyun.OSS.Test, PublicKey=002400000480000094000000060200000024000052534131000400000100010045C2B8CBBFE7B414DEE24D990688805C04B57ABB8292CEC3CFBCF4C7F6BD8254C8DDEA76F8EA035D106914678AAE9DB8BA4BF1669637043DBE62E1DE2B978729CF6F3DD0080AC2209559371D26219B50309EFDA1D51800DE052B0A45C7C9238884EEA4E7DC3C595B4930785A33A90ED4A6869285C3C04AD95245C0DFC00D24CC")]
44-
[assembly: AssemblyFileVersion("2.9.0")]
44+
[assembly: AssemblyFileVersion("2.9.1")]
4545

4646

test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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.9.0")]
36-
[assembly: AssemblyFileVersion("2.9.0")]
35+
[assembly: AssemblyVersion("2.9.1")]
36+
[assembly: AssemblyFileVersion("2.9.1")]
3737
[assembly: NeutralResourcesLanguage("zh-CN")]
3838

0 commit comments

Comments
 (0)