-
Notifications
You must be signed in to change notification settings - Fork 14
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
New UI - With Update Release URL UIs #625
base: main
Are you sure you want to change the base?
Conversation
ZitiUpdateService/UpdateService.cs
Outdated
Error = "Upgrade Error, Check Monitor Logs For Details", | ||
Message = "" | ||
}; | ||
Logger.Info(e.Message); |
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.
change this to "notifying the UI of the upgrade failure" and then change the catch to just } catch {
(no exception name)
@@ -30,7 +30,7 @@ | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("2.1.7.0")] |
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.
uncommit these. i have been keeping them 'old' on purpose
To show release URL interfaces use Ctrl+Alt+D on the "Advanced Settings" > "Automatic Updates" Screen