Skip to content

Commit 398c9e6

Browse files
authored
Merge pull request #1454 from OfficeDev/v-mfurquan/Manifest-version-updates-v19
Manifest Version Updates to v1.19
2 parents 45a2e6e + fc57bf1 commit 398c9e6

File tree

348 files changed

+856
-950
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

348 files changed

+856
-950
lines changed

samples/account-linking/csharp/AppManifest/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.12/MicrosoftTeams.schema.json",
2+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
33
"version": "1.0.0",
4-
"manifestVersion": "1.12",
4+
"manifestVersion": "1.19",
55
"id": "19b5d434-5d4b-47a8-800f-446b6a010ba2",
66
"name": {
77
"short": "GitHub account linking sample",

samples/app-HR-talent/csharp/src/AppManifest/manifest.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"$schema": "https://statics.teams.microsoft.com/sdk/v1.3/manifest/MicrosoftTeams.schema.json",
3-
"manifestVersion": "1.11",
2+
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
3+
"manifestVersion": "1.19",
44
"version": "1.0.0",
55
"id": "<<YOUR-MICROSOFT-APP-ID>>",
6-
"packageName": "com.microsoft.teams.samples.hrapp",
76
"developer": {
87
"name": "Microsoft",
98
"websiteUrl": "https://www.microsoft.com",
@@ -39,7 +38,7 @@
3938
"configurationUrl": "https://<<DOMAIN-NAME>>/TeamTabConfig.html",
4039
"canUpdateConfiguration": true,
4140
"scopes": [
42-
"groupchat",
41+
"groupChat",
4342
"team"
4443
]
4544
}
@@ -48,7 +47,7 @@
4847
{
4948
"botId": "<<YOUR-MICROSOFT-APP-ID>>",
5049
"scopes": [
51-
"groupchat",
50+
"groupChat",
5251
"team",
5352
"personal"
5453
],
199 Bytes
Binary file not shown.

samples/app-anonymous-users/csharp/AppManifest/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
3-
"manifestVersion": "1.16",
2+
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
3+
"manifestVersion": "1.19",
44
"version": "1.0.0",
55
"id": "{{Microsoft-App-id}}",
6-
"packageName": "com.teams.sample.appAnonymousUsers",
76
"developer": {
87
"name": "appAnonymousUsers",
98
"websiteUrl": "https://www.microsoft.com",

samples/app-anonymous-users/nodejs/appManifest/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
3-
"manifestVersion": "1.16",
2+
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
3+
"manifestVersion": "1.19",
44
"version": "1.0.0",
55
"id": "${{TEAMS_APP_ID}}",
6-
"packageName": "com.teams.sample.appAnonymousUsers",
76
"developer": {
87
"name": "appAnonymousUsers",
98
"websiteUrl": "https://www.microsoft.com",

samples/app-auth/nodejs/appManifestHub/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.13/MicrosoftTeams.schema.json",
3-
"manifestVersion": "1.13",
2+
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
3+
"manifestVersion": "1.19",
44
"version": "1.0.0",
55
"id": "{{Microsoft-App-Id}}",
6-
"packageName": "com.microsoft.teams.appauth",
76
"webApplicationInfo": {
87
"id": "{{Microsoft-App-Id}}",
98
"resource": "api://{Base_URL_Domain}/botid-{{Microsoft-App-Id}}"
@@ -19,7 +18,8 @@
1918
"outline": "outline.png"
2019
},
2120
"name": {
22-
"short": "App auth"
21+
"short": "App auth",
22+
"full": "app auth"
2323
},
2424
"description": {
2525
"short": "Authentication sample for Microsoft Teams",
218 Bytes
Binary file not shown.

samples/app-auth/nodejs/appPackage/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.13/MicrosoftTeams.schema.json",
3-
"manifestVersion": "1.13",
2+
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
3+
"manifestVersion": "1.19",
44
"version": "1.0.0",
55
"id": "{{Microsoft-App-Id}}",
6-
"packageName": "com.microsoft.teams.appauth",
76
"webApplicationInfo": {
87
"id": "{{Microsoft-App-Id}}",
98
"resource": "api://{Base_URL_Domain}/botid-{{Microsoft-App-Id}}"
@@ -19,7 +18,8 @@
1918
"outline": "outline.png"
2019
},
2120
"name": {
22-
"short": "App auth"
21+
"short": "App auth",
22+
"full": "App auth"
2323
},
2424
"description": {
2525
"short": "Sample app for Microsoft Teams authentication using bot and tab methods.",

samples/app-cache-meetings/nodejs/appManifest/manifest.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.13/MicrosoftTeams.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
33
"version": "1.0.0",
4-
"manifestVersion": "1.13",
4+
"manifestVersion": "1.19",
55
"id": "${{TEAMS_APP_ID}}",
6-
"packageName": "com.microsoft.teams.appcache",
76
"name": {
87
"short": "App Caching In Meeting",
98
"full": "App Caching In Meeting"
@@ -27,7 +26,7 @@
2726
{
2827
"configurationUrl": "${{TAB_ENDPOINT}}/configure",
2928
"canUpdateConfiguration": true,
30-
"scopes": [ "groupchat", "team" ],
29+
"scopes": [ "groupChat", "team" ],
3130
"context": [
3231
"channelTab",
3332
"meetingChatTab",
Binary file not shown.

0 commit comments

Comments
 (0)