Yammer.SimpleAPI 0.4.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Yammer.SimpleAPI --version 0.4.1
NuGet\Install-Package Yammer.SimpleAPI -Version 0.4.1
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="Yammer.SimpleAPI" Version="0.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Yammer.SimpleAPI --version 0.4.1
#r "nuget: Yammer.SimpleAPI, 0.4.1"
#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 Yammer.SimpleAPI as a Cake Addin
#addin nuget:?package=Yammer.SimpleAPI&version=0.4.1

// Install Yammer.SimpleAPI as a Cake Tool
#tool nuget:?package=Yammer.SimpleAPI&version=0.4.1

This is a very simple class to interoperate with Yammer through Rest API and OAuth2 authentication

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Yammer.SimpleAPI:

Package Downloads
AppFx.Tools.Yammer.DeploymentNotification

A tool for posting deployment notification messages to yammer

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.1 3,951 8/30/2016
0.6.0 1,026 8/30/2016
0.5.1 3,079 10/6/2014
0.5.0 1,057 9/26/2014
0.4.1 1,345 8/12/2014
0.4.0 1,765 10/28/2013
0.3.0 1,185 10/7/2013
0.2.0 1,330 7/23/2013

Changelog :
Bug fix in YammerClient for complex objects
YammerRequest Method is now public