Skip to content

Commit 380b54a

Browse files
committed
add nuget url link
1 parent 5d5851f commit 380b54a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
1. It should be able to use with Visual Studio 2017.
77

88
### Use Nuget to install the SDK
9-
- Universal Windows Platform:
10-
- .NET Framework:
9+
- Universal Windows Platform: [![Download](https://api.bintray.com/packages/kkboxorg/maven/openapideveloper/images/download.svg)](https://www.nuget.org/packages/KKBOX.OpenAPI.Universal)
10+
- .NET Framework: [![Download](https://api.bintray.com/packages/kkboxorg/maven/openapideveloper/images/download.svg)](https://www.nuget.org/packages/KKBOX.OpenAPI.Net45/)
1111

1212
### Prepare client ID & client secret
1313
Browse [KKBOX Developer Website](https://developer.kkbox.com/) and create an developer account, then create an app to get the client ID and client secret.
@@ -55,7 +55,7 @@ Please browse [Dotnet SDK document](Doc/Home.md)
5555

5656
### Develop the library
5757
Fork the repository to develop, don't develop and custom class name on the repository.
58-
If you have any issue, please oepn [issue](https://gitlab.kkinternal.com/poulin/OpenAPI-Dotnet/issues)
58+
If you have any issue, please oepn [issue](https://github.com/KKBOX/OpenAPI-Dotnet/issues)
5959

6060
## License
6161
Copyright 2017 KKBOX Technologies Limited

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.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.0.1.0")]
36+
[assembly: AssemblyFileVersion("1.0.1.0")]

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.0.0")]
28-
[assembly: AssemblyFileVersion("1.0.0.0")]
27+
[assembly: AssemblyVersion("1.0.1.0")]
28+
[assembly: AssemblyFileVersion("1.0.1.0")]
2929
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)