Skip to content

Commit 4f2a4d1

Browse files
committed
update version to 1.0.1.1
1 parent 549d060 commit 4f2a4d1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

SDK/OpenAPI.Net45/OpenAPI.Net45.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<owners>$author$</owners>
99
<licenseUrl>https://github.com/KKBOX/OpenAPI-Dotnet#license</licenseUrl>
1010
<projectUrl>https://github.com/KKBOX/OpenAPI-Dotnet</projectUrl>
11-
<iconUrl>https://github.com/KKBOX/OpenAPI-Dotnet/Doc/StoreLogo.png</iconUrl>
11+
<iconUrl>https://github.com/KKBOX/OpenAPI-Dotnet/raw/master/Doc/StoreLogo.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>$description$</description>
14-
<releaseNotes>1.0.0: Support KKBOX Open API.</releaseNotes>
14+
<releaseNotes>1.0.1.1: Support KKBOX Open API and fixed some issues.</releaseNotes>
1515
<copyright>Copyright © KKBOX International Limited All Rights Reserveds 2017</copyright>
1616
<tags>KKBOX OpenAPI Music</tags>
1717
<dependencies>

SDK/OpenAPI.Net45/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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("1.0.1.0")]
36-
[assembly: AssemblyFileVersion("1.0.1.0")]
35+
[assembly: AssemblyVersion("1.0.1.1")]
36+
[assembly: AssemblyFileVersion("1.0.1.1")]

SDK/OpenAPI.Universal/OpenAPI.Universal.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<owners>$author$</owners>
99
<licenseUrl>https://github.com/KKBOX/OpenAPI-Dotnet#license</licenseUrl>
1010
<projectUrl>https://github.com/KKBOX/OpenAPI-Dotnet</projectUrl>
11-
<iconUrl>https://github.com/KKBOX/OpenAPI-Dotnet/Doc/StoreLogo.png</iconUrl>
11+
<iconUrl>https://github.com/KKBOX/OpenAPI-Dotnet/raw/master/Doc/StoreLogo.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>$description$</description>
14-
<releaseNotes>1.0.0: Support KKBOX Open API.</releaseNotes>
14+
<releaseNotes>1.0.1.1: Support KKBOX Open API and fixed some issues.</releaseNotes>
1515
<copyright>Copyright © KKBOX International Limited All Rights Reserveds 2017</copyright>
1616
<tags>KKBOX OpenAPI Music</tags>
1717
<dependencies>

SDK/OpenAPI.Universal/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("1.0.1.0")]
28-
[assembly: AssemblyFileVersion("1.0.1.0")]
27+
[assembly: AssemblyVersion("1.0.1.1")]
28+
[assembly: AssemblyFileVersion("1.0.1.1")]
2929
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)