CM.Text
2.9.0
dotnet add package CM.Text --version 2.9.0
NuGet\Install-Package CM.Text -Version 2.9.0
<PackageReference Include="CM.Text" Version="2.9.0" />
paket add CM.Text --version 2.9.0
#r "nuget: CM.Text, 2.9.0"
// Install CM.Text as a Cake Addin #addin nuget:?package=CM.Text&version=2.9.0 // Install CM.Text as a Cake Tool #tool nuget:?package=CM.Text&version=2.9.0
A software development kit to provide ways to interact with CM.com's Text/messaging service.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Text.Json (>= 8.0.0)
-
net7.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on CM.Text:
Package | Downloads |
---|---|
GeeksCoreLibrary
Geeks Core Library |
|
Corprio.Communication
Package Description |
|
InvistaCoreLibrary
Geeks Core Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.9.0 | 17,353 | 6/20/2024 |
2.7.0 | 156,700 | 7/6/2023 |
2.6.0 | 56,081 | 12/7/2022 |
2.5.2 | 8,176 | 10/14/2022 |
2.5.1 | 772 | 10/12/2022 |
2.5.0 | 27,967 | 6/17/2022 |
2.4.1 | 25,468 | 2/1/2022 |
2.4.0 | 540 | 1/31/2022 |
2.3.0 | 187,101 | 10/27/2021 |
2.2.1 | 7,694 | 9/10/2021 |
2.2.0 | 382 | 9/9/2021 |
2.1.0 | 1,496 | 7/8/2021 |
2.0.6 | 411 | 7/8/2021 |
2.0.5 | 2,038 | 5/31/2021 |
2.0.4 | 9,688 | 5/20/2021 |
2.0.3 | 1,820 | 4/14/2021 |
2.0.2 | 9,034 | 1/5/2021 |
2.0.1 | 2,002 | 11/23/2020 |
2.0.0 | 14,728 | 8/27/2020 |
1.8.0 | 2,841 | 6/24/2020 |
1.7.1 | 65,143 | 2/14/2020 |
1.6.1 | 562 | 2/14/2020 |
1.5.3 | 606 | 2/10/2020 |
1.5.2 | 3,908 | 12/4/2019 |
1.5.1 | 751 | 11/1/2019 |
1.4.0 | 2,346 | 3/5/2019 |
1.2.1 | 733 | 2/26/2019 |
1.2.0 | 674 | 2/22/2019 |
1.1.0 | 680 | 2/22/2019 |
1.0.1 | 844 | 11/8/2018 |
1.0.0 | 1,084 | 11/8/2018 |
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.9.0] - 2024-06-20
### Changed
- New global messaging endpoint
## [2.8.0] - 2024-01-08
### Added
- Implementing OTP Request and verify
## [2.7.0] - 2023-06-26
### Added
- Whatsapp Multi-Product Template Messages
## [2.6.0] - 2022-12-07
### Added
- System.Text.Json, replaces Newtsonsoft, possibly breaking
- Add Telegram as tag for the project
- Multi target to .NET 7 and use .NET 7 included System.Text.Json
### Changed
- Enable "Treat Warnings as Errors" to adhere to code guidelines
- Give internal response body messagerrorcode the correct type
- Some internal refactoring
- Changed PackageIconUrl > PackageIcon and added icon manually as it PackageIconUrl was deprecated
- Change RichContent interface to support derived types
### Removed
- Newtsonsoft.Json dependency
## [2.5.2] - 2022-10-14
- Enable nupkg generation in project
## [2.5.1] - 2022-10-12
- Upped Newtonsoft.Json
## [2.5.0] - 2022-06-17
- Add Telegram
## [2.4.1] - 2022-02-01
- Fix support for a custom end point URI in second SendMessage method
## [2.4.0] - 2022-01-31
- Fix failure on body.type set to null
- Add support for a custom end point URI
## [2.3.0] - 2021-10-27
- Add TextClientFactory
## [2.2.1] - 2021-09-10
- Add support for reply buttons with media
## [2.2.0] - 2021-09-09
- Add support for interactive whatsapp messages
## [2.1.0] - 2021-07-08
- Ignore HybridAppKey when null instead of empty, to support Notifire flow of channel MobilePush
- Add DefaultValueHandling to RichContent property of Message model.
- Add Tag property to TextMessage model used within a rich message.
- Add Suggestions property to TextMessage model used within a rich message.
- Add AppleBusinessChat as channel type, and marked iMessage as obsolete.
## [2.0.6] - 2021-07-06
- Add Instagram
## [2.0.5] - 2021-05-25
- Correct JSON formatting of MediaContent
## [2.0.4] - 2021-05-20
- Added media en description to ReplySuggestion
## [2.0.3] - 2021-04-08
- Add Facebook Messenger and Google Business Messages channel
## [2.0.2] - 2020-12-23
- Add MobilePush channel
## [2.0.1] - 2020-11-23
- Add support for interactive templates
## [2.0.0] - 2020-08-26
- Removed Localizable Params because it is Deprecated by Facebook,
- Also updated the WhatsApp Template Signature based on Facebook spec updates.
## [1.8.0] - 2020-06-24
- Add Twitter support
## [1.7.0] - 2020-02-14
- Able to set validity period. (@GuidoNeele)
- Fixed issue when adding suggestions.
- Resolved typo's in documentation.
## [1.6.1] - 2020-02-14
- Version is equal to 1.7.0, due to not working release flow.
## [1.6.0] - 2020-02-07
- Add Rich templates + ApplePay
## [1.5.2] - 2019-12-04
- Fix WhatsApp template signature (@Michel16867)
## [1.5.0] - 2019-11-01
- Added several RichFeatures.
1. TemplateMessage
2. LocationPushMessage
3. ContactMessage
## [1.4.0] - 2019-03-05
- Fix typo in conversation
## [1.3.0] - 2019-02-26
- Add license information
## [1.2.0] - 2019-02-22
- Add multichannel options
## [1.1.0] - 2019-02-22
- Add option to pass http client to constructor
## [1.0.1] - 2018-11-08
- Initial release