OfficeDev / microsoft-teams-apps-icebreaker

Icebreaker is an open-source app for Microsoft Teams that helps the whole team get closer by pairing members up every week at random to meet for coffee, burgers, pizza, or a walk around the block.
MIT License
174 stars 206 forks source link

PS script is producing the wrong manifest version and incorrect formats #230

Closed Yeemonjr closed 2 years ago

Yeemonjr commented 2 years ago

Icebreaker (1).zip

The issue is with the language JSON files

they are all invalid according to the v1.12

the icons are invalid. they are smaller than the minimum specified at least the small one it should be 32x32

Porkai-Pandian commented 2 years ago

Hi @Yeemonjr,

Thank you for sharing your feedback, we'll check the PS script and the deployment using it.

Yeemonjr commented 2 years ago

Any updates?

magurrapu commented 2 years ago

@Yeemonjr Please update manifest version to V1.5 as the below and it will work fine.

"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.5/MicrosoftTeams.schema.json", "manifestVersion": "1.5",

Porkai-Pandian commented 2 years ago

Hi @Yeemonjr, please let us know if you've any updates on the response provided, if not we'll proceed with closing out the issue.