Skip to content

Commit

Permalink
Enable full-width card rendering (#3)
Browse files Browse the repository at this point in the history
* enable full-width rendering

* bump version
  • Loading branch information
MaceWindu authored Jun 28, 2023
1 parent 3a1fd41 commit eb98d75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ In addition to standard AdaptiveTemplate [functions](https://learn.microsoft.com
- [Templating language reference](https://learn.microsoft.com/en-us/adaptive-cards/templating/language)
- [List of built-in functions](https://learn.microsoft.com/en-us/azure/bot-service/adaptive-expressions/adaptive-expressions-prebuilt-functions?view=azure-bot-service-4.0)
- [Client-side templating](https://learn.microsoft.com/en-us/adaptive-cards/authoring-cards/text-features). Additional templating features (those are supported by Teams)
- [Teams extensions](https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-format?tabs=adaptive-md%2Cdesktop%2Cconnector-html). Teams-specific AdaptiveCard extensions
6 changes: 3 additions & 3 deletions ci/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ variables:
- name: solution
value: Seq.App.Teams.AdaptiveCard.sln
- name: assemblyVersion
value: 1.0.0
value: 1.0.1
- name: packageVersion
value: 1.0.0
value: 1.0.1
- name: nugetDevVersion
value: 1.0.0
value: 1.0.1

trigger:
- master
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.4",
"version": "1.5",
"msteams": {
"width": "full"
},
"body": [
{
"type": "Container",
Expand Down

0 comments on commit eb98d75

Please sign in to comment.