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

Add App version field as a first class variable of SP #5942

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

mpmadhavig
Copy link
Contributor

@mpmadhavig mpmadhavig commented Sep 19, 2024

Proposed changes in this pull request

In this PR we are introducing a new property called ApplicationVersion to the ServiceProvider class. This has been added as a first class variable to the ServiceProvider.

  • This value is set during the application creation step. The value cannot be set from the API contract.

    • For new applications the default value is the latest (v1.0.0)
    • For existing applicat the default value is the v0.0.0
  • Application version update can be done via the API.

Related Issues:

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

Successfully merging this pull request may close these issues.

1 participant