MS-Teams messaging extension versioning

Andreas Zirngibl 1 Reputation point
2022-06-22T10:11:51.307+00:00

Hi there,
we are developing a messaging extension for MS-Teams. So we have a manifest file and a web-app (backend).
At the risk that this is a very ridiculous question, is it allowed (e.g. for store submission) to have a manifest-version which is different to the backend-version or must they be always equal?
For example, having a backend running on version 1.12.0 and a manifest version which runs on 1.3.0?

Thanks in advance
Andreas

Microsoft Teams Development
Microsoft Teams Microsoft Teams for business Other
{count} votes

1 answer

Sort by: Most helpful
  1. Nivedipa-MSFT 3,646 Reputation points Microsoft External Staff Moderator
    2022-06-29T12:36:10.797+00:00

    @Andreas Zirngibl

    This scenario is possible.
    We don't have to provide a new manifest file (for store submission) every time we want to update our web-app service. We can simply update the web-app service and let the submitted manifest file untouched if we doesn't need any changes in this manifest file.

    Ref Doc:

    1. https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/deploy-and-publish/appsource/prepare/submission-checklist
    2. https://learn.microsoft.com/en-us/office/dev/store/add-in-submission-guide?toc=%2Fmicrosoftteams%2Fplatform%2Ftoc.json&bc=%2Fmicrosoftteams%2Fplatform%2Fbreadcrumb%2Ftoc.json

    Thanks,
    Nivedipa


    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link.Click here to escalate.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.