Skip to content

Commit 78c5ca8

Browse files
committed
Add Including client library into sample project
1 parent 37de47e commit 78c5ca8

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ By following the instructions below, you will be able to see our API endpoints i
1616
- **.Net 8 SDK Runtime**
1717
[Download .NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
1818

19+
Or
20+
1921
- **.Net Standard2.0 Runtime**
2022
[Download .NET Core 2.0](https://dotnet.microsoft.com/en-us/download/dotnet/2.0)
2123

@@ -130,3 +132,16 @@ git pull
130132
dotnet build APISample.sln -c Release --property WarningLevel=0
131133
```
132134

135+
## Including the **AndDone's DotNet client library**
136+
To include the **AndDone's DotNet client library** in your project:
137+
138+
1. Manually
139+
1. In your .csproj file, add a package reference to: ```<PackageReference Include="AndDoneSecureClientLibrary" Version="1.0.0" />```
140+
141+
3. Within Visual Studio
142+
1. Open your solution in Visual Studio
143+
2. Select Tools -> Nuget Package Manager -> Manage NuGet Package for solution
144+
3. Click Gear Setting and add Package Source: https://nuget.pkg.github.com/AndDone-LLC/index.json with any name
145+
4. Select same name in Package Source drop down
146+
5. Click Browse Tab and select "AndDoneSecureClientLibrary"
147+
6. Select your project and "Install"

0 commit comments

Comments
 (0)