Skip to content

Commit 8b09633

Browse files
committed
update README.md
1 parent ac21735 commit 8b09633

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Aspose.3D Cloud SDK for .NET [![NuGet](https://img.shields.io/nuget/v/Aspose.3D-3D.svg)](https://www.nuget.org/packages/Aspose.3D-Cloud/)
22

33
- API version: 3.0
4-
- SDK version: 19.10
4+
- SDK version: 19.11
55

66
This repository contains Aspose.3D Cloud SDK for .NET source code. This SDK allows you to work with Aspose.3D Cloud REST APIs in your .NET applications quickly and easily, with zero initial cost.
77

@@ -91,7 +91,7 @@ From within Visual Studio:
9191

9292
5. Click on the Aspose.3D-Cloud package, select the appropriate version in the right-tab and click *Install*.
9393

94-
### Sample usage
94+
### Sample usage
9595

9696

9797

src/Aspose.ThreeD.Cloud.SDK.Test/Api/ThreeDBaseTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public class ThreeDBaseTest
1616
/**************************************
1717
Use the appsid(clientId) and appkey(clientSecret) of yourself
1818
***************************************/
19-
protected string clientId = "xxxxxx";
20-
protected string clientSecret = "yyyyyyyy";
19+
protected string clientId = "****your appsid****";
20+
protected string clientSecret = "****your appkey****";
2121
protected string storageType = "First Storage";
2222
protected static string accesstoken;
2323

0 commit comments

Comments
 (0)