-
Notifications
You must be signed in to change notification settings - Fork 326
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
Show release version on both apps and new release #721
Conversation
santhoshb-msft
commented
Jun 19, 2024
- Create Classes to store AppVersion and latest version from Git
- Logic to fetch the new release from this repo
- Show the release number on both customer app, admin app and metering project
- Compare the current release with new release and add msg to Admin-home on new release available message.
namespace Marketplace.SaaS.Accelerator.Services.Services; | ||
|
||
/// <summary> | ||
/// AppVersionService Service. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
non-blocking: provide an example of the version in the comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…e-SaaS-Accelerator into sb-showreleasenumber merging from latest main
@007zszmz can you please review on your comments and help with an approval. |
@neelavarshad @007zszmz can you help approve this please? |
…e-SaaS-Accelerator into sb-showreleasenumber merge from latest main
@santhoshb-msft Is this expected for first publish? |
Yes @neelavarshad this is expected, if someone deploys any branch other than the release, we show this. We could probably make it 0.0.0 if need be. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved all changes