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.
<PackageVersion Include="DotNet37signals" Version="0.9.8" />
                    
Directory.Packages.props
<PackageReference Include="DotNet37signals" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package DotNet37signals@0.9.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DotNet37signals&version=0.9.8
                    
Install as a Cake Addin
#tool nuget:?package=DotNet37signals&version=0.9.8
                    
Install as a Cake Tool

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 3,073 2/28/2012
0.9.7 1,780 1/9/2012
0.9.6 1,687 1/6/2012
0.9.5 1,747 12/1/2011
0.9.4 1,723 11/12/2011
0.9.3 1,776 10/20/2011
0.9.2 1,874 10/18/2011
0.9.1 1,791 10/18/2011
0.9.0 1,861 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.