HipChat.Net.Portable 0.1.4
HipChat API v2 portable client library for .NET. Issue? https://github.com/sirkirby/hipchat.net/issues
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>HipChat.Net.Portable</id>
<version>0.1.4</version>
<title>HipChat.Net (portable)</title>
<authors>Chris Kirby</authors>
<owners>Chris Kirby</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/sirkirby/hipchat.net/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/sirkirby/hipchat.net</projectUrl>
<iconUrl>https://raw.githubusercontent.com/sirkirby/hipchat.net/master/pkglogo.png</iconUrl>
<description>HipChat API v2 portable client library for .NET. Issue? https://github.com/sirkirby/hipchat.net/issues</description>
<releaseNotes>Fixed issue throwing exception when getting new room.</releaseNotes>
<copyright>Copyright Chris Kirby 2014</copyright>
<tags>hipchat chat api</tags>
<dependencies>
<dependency id="Microsoft.Net.Http" version="2.2.20" />
<dependency id="Newtonsoft.Json" version="10.0.2" />
</dependencies>
</metadata>
</package>