Isonas .NET Client Installation Instructions

  1. Purchase the product via http://bswtechconsulting.com/products/isonas-client-api/
  2. When your purchase is complete, you will receive a download link to a ZIP file.  That ZIP file contains 3 Nuget packages:
    1. Isonas .NET Client - the main client
    2. Isonas .NET Utilities - Utilities that sit on top of the Isonas client and offer stored/encrypted config of the Isonas encryption key+password and a convenience method for storing an email address in the user defined fields of the ID File
    3. Isonas Testing Utilities - A mock IIsonasSession implementation to aid in unit testing
  3. Use 1 of the following approaches to install your choice of packages:
    1. Nuget/Package Manager Console 

      Install-Package -Source Z:\directorycontaining_nupkg_files Bsw.Isonas.Dotnet.Client
    2. Nuget/Add source
      1. Add the Z:\directorycontaining_nupkg_files directory on your machine to the sources list under Tools->Library Package Manager->Package Manager Settings->Package Sources
      2. Then install the package as normal
    3. Manual/no Nuget - Open the .nupkg files in your ZIP utility of choice and manually add the assembly to your project