Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update SDK principles #72

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions AdaptiveCards/resources/Principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ At the same time, other platforms such as LINE, FaceBook Messenger, Slack and mo
1. Host apps impose their styling so cards look and feel like they are native extensions of the app's experience
2. Card authors can still specify styling, but only via semantic expressions of colors, sizes, etc.

9. **SDKs will be provided for the most popular developer platforms**
9. **Rendering Libraries (SDKs) will be provided for the most popular developer platforms**

1. SDKs make it easy to render Adaptive Card payloads in any host
2. This ensures the barrier to entry is as low as can be both for third party developers and Microsoft teams
1. SDKs make it easy to render Adaptive Card payloads in any host. This ensures the barrier to entry is as low as can be both for third-party developers and Microsoft teams
2. Where possible, we will strive for consistency in renderer functionality and extensibility