Skip to content

Commit

Permalink
feat: upgrade templates (#12815)
Browse files Browse the repository at this point in the history
  • Loading branch information
anchenyi authored Dec 3, 2024
1 parent 519d6f0 commit bae167d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions templates/csharp/empty/appPackage/manifest.json.tpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
"manifestVersion": "1.16",
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"version": "1.0.0",
"id": "${{TEAMS_APP_ID}}",
"packageName": "com.microsoft.teams.extension",
"developer": {
"name": "Teams App, Inc.",
"websiteUrl": "https://www.example.com",
Expand Down
4 changes: 2 additions & 2 deletions templates/ts/office-addin/appPackage/manifest.json.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.17/MicrosoftTeams.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"id": "{{manifestId}}",
"manifestVersion": "1.17",
"manifestVersion": "1.19",
"version": "1.0.0",
"name": {
"short": "{{appName}}",
Expand Down

0 comments on commit bae167d

Please sign in to comment.