CkSoftware.GroupMe.Sdk
0.2.0-alpha
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.
See the version list below for details.
dotnet add package CkSoftware.GroupMe.Sdk --version 0.2.0-alpha
NuGet\Install-Package CkSoftware.GroupMe.Sdk -Version 0.2.0-alpha
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.2.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CkSoftware.GroupMe.Sdk" Version="0.2.0-alpha" />
<PackageReference Include="CkSoftware.GroupMe.Sdk" />
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 CkSoftware.GroupMe.Sdk --version 0.2.0-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CkSoftware.GroupMe.Sdk, 0.2.0-alpha"
#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 CkSoftware.GroupMe.Sdk@0.2.0-alpha
#: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=CkSoftware.GroupMe.Sdk&version=0.2.0-alpha&prerelease
#tool nuget:?package=CkSoftware.GroupMe.Sdk&version=0.2.0-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
.NET Software Development Kit (SDK) for http://groupme.com/ chat service.
| Product | Versions 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.
-
.NETFramework 4.5
- Newtonsoft.Json (>= 5.0.8)
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.1 | 180 | 7/22/2014 |
| 1.0.0 | 94 | 4/25/2014 |
| 0.4.3-beta | 51 | 1/14/2014 |
| 0.4.2-beta | 47 | 1/11/2014 |
| 0.4.1-beta | 48 | 12/21/2013 |
| 0.3.0-beta | 51 | 11/2/2013 |
| 0.2.0-alpha | 52 | 10/20/2013 |
| 0.1.0-alpha | 57 | 10/18/2013 |
Notes
This is just a fixup release because of the Image-Service access refactoring which is a code-breaking change. The class-names and method names were not changed, but the whole image-service and some code models have changed their location from the bot assembly to the image / core assembly.
Changes:
- Breaking: refactored image service in an external project (class-names and method names stay the same, locations changed)
- New: DestroyBot method added to the bot instance
v0.1-alpha:
- Full bot capabilities
- Imaging-Service access