Skip to content

Commit e0f6330

Browse files
committed
ocr csharp release version 0.0.3
1 parent 5915666 commit e0f6330

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

ocr-20191230/Teafile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"releases": {
77
"java": "com.aliyun:ocr:0.0.4",
88
"go": "github.com/aliyun/alibabacloud-sdk/ocr-20191230/golang/client:v0.0.2",
9-
"csharp":"AlibabaCloud.SDK.Ocr:0.0.1"
9+
"csharp":"AlibabaCloud.SDK.Ocr:0.0.3"
1010
},
1111
"libraries": {
1212
"OSS": "alibabacloud:OSS:*",

ocr-20191230/csharp/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2020-02-14 Version 0.0.3
2+
* Recodegen csharp
3+
14
### 2020-02-05 Version 0.0.2
25
* Fixed Common Reference
36

ocr-20191230/csharp/core/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("0.0.2.0")]
33-
[assembly: AssemblyFileVersion("0.0.2.0")]
32+
[assembly: AssemblyVersion("0.0.3.0")]
33+
[assembly: AssemblyFileVersion("0.0.3.0")]

ocr-20191230/csharp/core/ocr.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
88
<PackageReleaseNotes></PackageReleaseNotes>
99
<AssemblyName>AlibabaCloud.SDK.Ocr</AssemblyName>
10-
<Version>0.0.2</Version>
10+
<Version>0.0.3</Version>
1111
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1212
<LangVersion>5</LangVersion>
1313
</PropertyGroup>

0 commit comments

Comments
 (0)