Skip to content

Support notification on pwsh startup when a new update is available #162

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

Merged
merged 11 commits into from
Feb 19, 2020
Prev Previous commit
Next Next commit
Fix typo -- per day
Co-Authored-By: daxian-dbw <dongbow@microsoft.com>
  • Loading branch information
SteveL-MSFT and daxian-dbw authored Mar 25, 2019
commit 61f065c49e4395fae4a3cb28fc7bd8f20c7213e7
2 changes: 1 addition & 1 deletion 1-Draft/RFCNNNN-Notification-On-Version-Update.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This means the check for update must not happen during `pwsh` startup.
The only acceptable extra overhead to the `pwsh` startup should just be the work related to printing the notification.

4. Check for updates should not blindly run for every interactive `pwsh` session.
For a particular version of `pwsh`, only one check at most can run to complete per a day
For a particular version of `pwsh`, only one check at most can run to complete per day
no matter how many interactive session of the `pwsh` are started/opened in that day.

5. After a new update is detected during a successful check,
Expand Down