Skip to content

Commit

Permalink
[Samples] Update version for samples using tooltip (#8753)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcam206 authored Nov 21, 2023
1 parent ced4140 commit 8d668ef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion samples/v1.1/Elements/Column.SelectAction.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.1",
"version": "1.5",
"body": [
{
"type": "TextBlock",
Expand Down
2 changes: 1 addition & 1 deletion samples/v1.1/Elements/ColumnSet.SelectAction.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "AdaptiveCard",
"version": "1.1",
"version": "1.5",
"body": [
{
"type": "TextBlock",
Expand Down
2 changes: 1 addition & 1 deletion samples/v1.1/Elements/Container.SelectAction.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.1",
"version": "1.5",
"body": [
{
"type": "Container",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "AdaptiveCard",
"version": "1.2",
"version": "1.5",
"body": [
{
"type": "TextBlock",
Expand Down
2 changes: 1 addition & 1 deletion samples/v1.3/Elements/Input.Text.InlineAction.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.3",
"version": "1.5",
"body": [
{
"type": "Input.Text",
Expand Down
2 changes: 1 addition & 1 deletion samples/v1.5/Tests/Image.SelectAction.IsEnabled.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.3",
"version": "1.5",
"body": [
{
"type": "Image",
Expand Down

0 comments on commit 8d668ef

Please sign in to comment.