Skip to content

Commit 97d4408

Browse files
committed
modify REAME.md
1 parent 85feb24 commit 97d4408

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 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: [KKBOX.OpenAPI.Universal](https://www.nuget.org/packages/KKBOX.OpenAPI.Universal)
10-
- .NET Framework: [KKBOX.OpenAPI.Net45](https://www.nuget.org/packages/KKBOX.OpenAPI.Net45/)
9+
- [![NuGet](https://img.shields.io/nuget/v/Nuget.Core.svg)](https://www.nuget.org/packages/KKBOX.OpenAPI.Standard/)
10+
- .NET Standard 1.4, .NET Framework 4.5/6.1 and Universal Windows Platform.
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.

SDK/OpenAPI.Standard/OpenAPI.Standard.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
<PackageTags>KKBOX OpenAPI Music</PackageTags>
1717
<FileVersion>1.0.1.3</FileVersion>
1818
<AssemblyVersion>1.0.1.3</AssemblyVersion>
19-
<PackageReleaseNotes>1.0.1.2: Support KKBOX Open API and fixed some issues.
20-
1.0.1.3: Support .net standard 1.4 and fixed some issues.</PackageReleaseNotes>
19+
<PackageReleaseNotes>1.0.1.3: Support .net standard 1.4 and fixed some issues.</PackageReleaseNotes>
2120
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2221
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2322
<Copyright>Copyright © 2017 KKBOX All Rights Reserved.</Copyright>

0 commit comments

Comments
 (0)