INSTALLATION - Warafux/personalNotesApiConnectorCSharp GitHub Wiki
How to install the Api connector
NuGet Package
- Open your NuGet package manager of your project (Right-Click on your project)
- Search for alexparedes.personalNotesApiConnectorCSharp
- Install the latest version
Via GitHub
With source code.
- Download the latest release (source code) of the ApiController
- Extract the content.
- Add the project to your solution. (Right-click on your solution and "Add existant project")
- Select the .csproject of the folder you just extracted.
- Right-Click on your "References" of your main project.
- Click on "Add a reference".
- Check the box of personalNotesApiConnectorCSHarp project.
- Accept.