sebbmeyer / php-microsoft-teams-connector

PHP Microsoft Teams Connector
MIT License
108 stars 21 forks source link

fix: correct type of verson in CustomAdaptiveCard #30

Open tinect opened 2 months ago

tinect commented 2 months ago

Version must be a string otherwise, M$ will answer with an exception. Additionally, the new workflow will result with empty string instead of "1".

sebbmeyer commented 2 months ago

Thanks @tinect for the PR, it will try to review it as soon as I can