CkSoftware.GroupMe.Sdk 0.4.1-beta

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

// Install CkSoftware.GroupMe.Sdk as a Cake Tool
#tool nuget:?package=CkSoftware.GroupMe.Sdk&version=0.4.1-beta&prerelease

.NET Software Development Kit (SDK) for http://groupme.com/ chat service.

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

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
1.0.1 13,409 7/22/2014
1.0.0 1,360 4/25/2014
0.4.3-beta 980 1/14/2014
0.4.2-beta 930 1/11/2014
0.4.1-beta 956 12/21/2013
0.3.0-beta 990 11/2/2013
0.2.0-alpha 969 10/20/2013
0.1.0-alpha 990 10/18/2013

This update just includes the correct versioning of the libraries. Sorry for the confusion!

Implemented full groups functionality including:
- Create, update and destroy groups
- Manage group members (add, remove)
- Manage group messages (list, get past messages, create messages)
- Message-likes

There are some breaking changes too:
- moved and renamed the BotCallbackMessage class to the core library / renamed to GroupMeMessageData, because the messages are the same over all api-sections
- moved and renamed UploadPictureData class to the core library / renamed to PictureData, because it is used inside the GroupMeMessageData

And also some bugs were fixed in the WebApiAccess class.