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
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,15 @@ On Windows, we recommend installing [the latest Visual Studio 2019](https://www.
38
38
39
39
To get started with Target Node.js SDK, just add it as a dependency by [installing from NuGet](https://www.nuget.org/packages/Adobe.Target.Client).
40
40
41
+
### Super Simple to Use
42
+
43
+
Please take a look at [our documentation](https://adobetarget-sdks.gitbook.io/docs/sdk-reference-guides/dotnet-sdk) to learn how to use the .NET SDK.
44
+
45
+
### Sample Apps
46
+
47
+
There's a couple of sample apps showing sample sync/async Target SDK usage under [SampleApp project](SampleApp).
48
+
To switch between sync and async sample apps, just modify `StartupObject` property in [SampleApp project file](SampleApp/SampleApp.csproj) accordingly.
49
+
41
50
### Build
42
51
43
52
To build everything and generate NuGet packages, run [dotnet Cake](https://cakebuild.net/) CLI commands. Binaries and NuGet packages will be dropped in an *Artefacts* directory at the repo root.
@@ -58,16 +67,9 @@ Each project can also be built individually directly through the CLI or your edi
58
67
59
68
We publish NuGet packages to [nuget.org](https://www.nuget.org/packages/Adobe.Target.Client) for each release.
0 commit comments