Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Benefits:

<LanguageInclude section="source-code-note" />

:::note
`AdaptiveCard` defaults the `version` property to `"1.5"`. The `version` field is required for Adaptive Cards to render on Teams mobile clients.
:::

## Type‑safe Authoring & IntelliSense

The package bundles the **Adaptive Card v1.5 schema** as strict <LanguageInclude section="language-name" /> types.
Expand Down
Loading