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

Fix: 📝 Typo in Forced updates documentation #303

Merged
merged 1 commit into from
Aug 21, 2019
Merged

Fix: 📝 Typo in Forced updates documentation #303

merged 1 commit into from
Aug 21, 2019

Conversation

cadesalaberry
Copy link
Contributor

As per the documentation:

/// <summary>
/// Enum representing the effect of Mandatory flag.
/// </summary>
public enum Mode
{
/// <summary>
/// In this mode, it ignores Remind Later and Skip values set previously and hide both buttons.
/// </summary>
Normal,
/// <summary>
/// In this mode, it won't show close button in addition to Normal mode behaviour.
/// </summary>
Forced,
/// <summary>
/// In this mode, it will start downloading and applying update without showing standarad update dialog in addition to Forced mode behaviour.
/// </summary>
ForcedDownload
}

@cadesalaberry
Copy link
Contributor Author

The tests must fail because I don't have access to the project secrets. @ravibpatel Could you try it with your credentials ?

@ravibpatel ravibpatel merged commit 35e1a17 into ravibpatel:master Aug 21, 2019
@cadesalaberry cadesalaberry deleted the patch-1 branch August 21, 2019 08:36
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.

None yet

2 participants