MAPI by Cameron VanHouzen

<PackageReference Include="MAPI" Version="3.0.0-beta025" />

 MAPI 3.0.0-beta025

A set of APIs for interacting with the Versus™ RTLS system.

<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
  <metadata>
    <id>MAPI</id>
    <version>3.0.0-beta025</version>
    <title>Mockingbird API</title>
    <authors>Cameron VanHouzen</authors>
    <owners>Cameron VanHouzen</owners>
    <projectUrl>https://vanhouc.visualstudio.com/DefaultCollection/MAPI</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A set of APIs for interacting with the Versus™ RTLS system.</description>
    <releaseNotes>The 3.0.0 release of the project represents a huge step forward and as such will contain Major breaking changes. Those using the 2.0.0 version will need to migrate their code to use the 3.0.0 standards which includes revamps of the services and the majority of the models. Changes have also been made to the underlying sockets and how they are created. This alpha represents the earliest releasable v3 package. Due to it's early release nature there will be bugs and missing features.</releaseNotes>
    <copyright>© 2005-2014 Versus Technology Inc. All Rights Reserved</copyright>
    <tags>rtls api mapi mockingbird</tags>
    <dependencies>
      <dependency id="Microsoft.Bcl.Async" version="1.0.168" />
    </dependencies>
    <references>
      <group targetFramework=".NETFramework4.0">
        <reference file="MAPI40.dll" />
      </group>
      <group targetFramework=".NETPortable0.0-net45,win8,wp8,wpa81">
        <reference file="MAPI.Portable" />
        <reference file="MAPI.Shared" />
      </group>
    </references>
  </metadata>
</package>