DotNet37signals 0.9.8

dotnet add package DotNet37signals --version 0.9.8
NuGet\Install-Package DotNet37signals -Version 0.9.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DotNet37signals" Version="0.9.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNet37signals --version 0.9.8
#r "nuget: DotNet37signals, 0.9.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DotNet37signals as a Cake Addin
#addin nuget:?package=DotNet37signals&version=0.9.8

// Install DotNet37signals as a Cake Tool
#tool nuget:?package=DotNet37signals&version=0.9.8

C# WCF API to access the REST based 37signals services including basecamp, highrise, backpack, and campfire.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.8 2,584 2/28/2012
0.9.7 1,456 1/9/2012
0.9.6 1,365 1/6/2012
0.9.5 1,421 12/1/2011
0.9.4 1,395 11/12/2011
0.9.3 1,443 10/20/2011
0.9.2 1,549 10/18/2011
0.9.1 1,464 10/18/2011
0.9.0 1,526 10/15/2011

- ** Breaking Changes **
- Bug: Made the CategoryId Nullable on the Post class.
- Feature: Before we have issues with IDs going to big and based on a request in the Issue Tracker, I have decided to convert all Int32 to Int64.