...
- Navigate to the NuGet page for IDTechSDK_STD
- Under Version History, select the version you would like to download. Unless special circumstances, you should always use the latest version at the top of the list.
- On the Info links on the right side of the page, select "Download package"
- This will download the NuGet package idtechsdk_std.x.x.x.xxx.nupkg
- Rename the download exension from .nupkg to .zip. This will mark the download as a .zip archive
- Uncompress the .zip archive
- The four versions of the IDTechSDK.dll library are in the lib folder. Use the version best suited for your project's targeted .Net version.
- The IDTechSDK.dll has a dependency on a third party json parsing libraryadditional libraries. You will also need to download and add additional dependencies to your project using the same steps above.
...