Releases: PromoFaux/Matterhook.NET.MatterhookClient
Releases · PromoFaux/Matterhook.NET.MatterhookClient
1.5.1
1.5
What's Changed
- Add support for cards via message props by @PromoFaux in cd95f17
- Throw exceptions when invalid params passed to StringSplitter by @PromoFaux in #31
Full Changelog: 1.4.2...1.5
1.4.2
What's Changed
- Start Overhaul ReadMe for 1.4 by @rgomez90 in #27
- Various bits that could do with refreshing... by @PromoFaux in #30
Target Frameworks changed - shouldn't cause any issues, but if it does, 1.4.1 is functionally equivalent
Full Changelog: 1.4.1...1.4.2
Matterhook.NET.MatterhookClient v1.4.1
Exactly the same as 1.4, but hopefully the appveyor yaml issues have been fixed and the package will have the correct name
Matterhook.NET.MatterhookClient v1.4
NEW - Interactive Message Button support
NEW - Message Menu Support
Matterhook.NET.MatterhookClient v 1.3
Changes properties such as IconUrl and AuthorUrl to string from URI. This represents a breaking change, so a small amount of work will need to be done in order for this to work with your existing implementations. (not much though!)
Matterhook.NET.MatterhookClient v 1.2.7
Merge pull request #7 from PromoFaux/fix/BrokePosting Maybe one day I'll write tests.
Matterhook.NET.MatterhookClient v1.2.6
Merge pull request #6 from PromoFaux/new/betterMessageSplitting Vastly improved message splitting logic. Will preserve words between …
Matterhook.NET.MatterhookClient v1.2.5
- Add optional parameter for setting max message length
Matterhook.NET.MatterhookClient v1.2.4
- Add support for .Net Standard 2.0 (I think!!)