Skip to content

Commit

Permalink
fix: the app name is inconsistent (#1058)
Browse files Browse the repository at this point in the history
* fix: the app name is inconsistent

* upgrade manifestVersion
  • Loading branch information
formulahendry authored Oct 19, 2023
1 parent 48557a8 commit 15a52bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion graph-connector-bot/adaptiveCards/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"type": "TextBlock",
"text": "Congratulations! Your hello world bot is running. Click the documentation below to learn more about Microsoft Graph connectors and the Teams Toolkit.",
"text": "Congratulations! Your Graph Connector Bot is running. Click the documentation below to learn more about Microsoft Graph connectors and the Teams Toolkit.",
"wrap": true
}
],
Expand Down
4 changes: 2 additions & 2 deletions graph-connector-bot/appPackage/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.15/MicrosoftTeams.schema.json",
"manifestVersion": "1.15",
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
"manifestVersion": "1.16",
"version": "1.0.0",
"id": "${{TEAMS_APP_ID}}",
"packageName": "com.microsoft.teams.extension",
Expand Down

0 comments on commit 15a52bd

Please sign in to comment.