You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest stable release of the SDK is available as [a NuGet package][nuget-link]. Note that the latest package currently available on the official distribution channel is quite old; to use the most up-to-date code, build this project and reference the generated NuGet package.
12
+
The previous stable release version 1.7.0 is available as [a NuGet package][nuget-link].
13
+
14
+
The latest development release is also available as [a NuGet package (Prerelease)][nuget-link-prerelease].
15
+
16
+
Note that the previous stable package currently available on the official distribution channel is quite old.
17
+
To use the most up-to-date code, either build this project and reference the generated NuGet package, download the pre-built assembly from [releases][releases-link] or check the [NuGet package (Prerelease)][nuget-link-prerelease] on NuGet.
13
18
14
19
## Using the Code
15
20
Make sure you are using the project's root namespace.
@@ -192,7 +197,7 @@ await client.LogOutAsync();
192
197
```
193
198
194
199
## Local Builds
195
-
You can build the SDK on any system with the MSBuild or .NET Core CLI installed. Results can be found under either the `Release/netstandard` or `Debug/netstandard` in the `bin` folder unless a non-standard build configuration is used.
200
+
You can build the SDK on any system with the MSBuild or .NET Core CLI installed. Results can be found under either the `Release/netstandard2.0` or `Debug/netstandard2.0` in the `bin` folder unless a non-standard build configuration is used.
196
201
197
202
## .NET Core CLI
198
203
@@ -219,4 +224,6 @@ of patent rights can be found in the PATENTS file in the same directory.
0 commit comments