Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Manifest check not correct #174

Open
MichaMican opened this issue Oct 9, 2023 · 0 comments
Open

Version Manifest check not correct #174

MichaMican opened this issue Oct 9, 2023 · 0 comments

Comments

@MichaMican
Copy link

The schema & the documentation state that the version must follow the semver standard (http://semver.org). However the app Upload throws 400 BadRequest when providing e.g. 1.1.0-preview.1 which is valid by semver.

This changed recently as 2 weeks ago we were able to update our teams app with "1.5.2-preview.1" but now we can't upload a new manifest with 1.5.2-preview.2

It seems that both the documentation and the JSON schema are not consistent with what the API actually expects (MAJOR.MINOR.PATCH only)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant