Deployment with Nuget

The best way to reference the Colectica SDK assemblies in your project is to add references to them via Nuget.

  1. Locate your ColecticaSdkSetup-version.exe installer file.

  2. Run the setup wizard.

  3. Locate the nuget directory in the installation location. By default this is C:\Program Files (x86)\Colectica\Colectica SDK\nuget.

  4. In Visual Studio, configure this directory as a Nuget Package Source.

    1. Open the Package Sources options in Tools ‣ Options ‣ Nuget Package Manager ‣ Package Sources

    2. Click the plus button to add a new source.

    3. For the Name, enter Colectica SDK; for the Source, enter the directory from above.

    4. Click the Update button.

    5. Your settings should looks something like this.

      ../../_images/vs-package-sources.png
  5. Open a project in which you would like to use Colectica SDK.

  6. Right click References ‣ Manage Nuget Packages.

    ../../_images/manage-nuget-packages.png
  7. Select the Online ‣ Colectica SDK package source.

    ../../_images/colectica-sdk-package-source.png
  8. Click the Install button next to each of the Colectica SDK packages.

    ../../_images/install-assembly.png
  9. The references will be added to your project.

    ../../_images/references-in-project.png
  10. You are now able to use Colectica SDK.

    ../../_images/code.png