CSM.SodaDotNet by City of Santa Monica, CA

<PackageReference Include="CSM.SodaDotNet" Version="0.1.2" />

 CSM.SodaDotNet 0.1.2

Socrata Open Data API client library target .NET 4.5 and above.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>CSM.SodaDotNet</id>
    <version>0.1.2</version>
    <title>CSM.SodaDotNet</title>
    <authors>City of Santa Monica,  CA</authors>
    <owners>City of Santa Monica, CA</owners>
    <licenseUrl>https://github.com/CityOfSantaMonica/SODA.NET/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/CityOfSantaMonica/SODA.NET</projectUrl>
    <iconUrl>http://www.smgov.net/uploadedImages/Main/colorstd-R.gif</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Socrata Open Data API client library target .NET 4.5 and above.</description>
    <releaseNotes>
Minor bug fixes and cleanup

  - SodaResult members aren't publicly settable
  - unwrapExceptionMessage moved to a public extension of WebException
  - Newtonsoft.Json upgraded to 6.0.5
  - SodaResult correctly deserializes the By RowIdentifier value
  - Some common assembly information moved to a shared solution-level file. This will help with deployment</releaseNotes>
    <copyright>Copyright 2014 City of Santa Monica, CA</copyright>
    <tags>API OpenData Socrata SODA</tags>
    <dependencies>
      <dependency id="Newtonsoft.Json" version="6.0.5" />
    </dependencies>
  </metadata>
</package>