Skip to content

V1.1.0 Implemented Cloudcat feedback

Compare
Choose a tag to compare
@adamthewilliam adamthewilliam released this 08 Oct 21:54
· 10 commits to main since this release
11d9349

v1.1.0 Release Notes

Major Changes

  1. POCO Renaming:

    • Prefixed POCOs with the third-party application name
    • Removed ambiguity in naming conventions
  2. New Features:

    • Added MsInputStyle enum for MsTeamsMultiChoiceInput to enhance type safety
    • Implemented a generic serialization extension method for payloads: payload.Serialize()
  3. Documentation:

    • Cleaned up and improved existing documentation
    • Added a comprehensive guide for using Slack webhooks

Improvements

  • Removed JsonHelper class for streamlined code

Breaking Changes

  • POCO renaming may require updates to existing code using these classes

Migration Guide

If you're upgrading from v1.0.0, please review the renamed POCOs and update your code accordingly. The new naming convention should be more intuitive and reduce ambiguity.

Feedback

We value your input! If you encounter any issues or have suggestions, please open an issue on our GitHub repository.

Thank you for using our library!