TfsCmdlets icon indicating copy to clipboard operation
TfsCmdlets copied to clipboard

Let me know when there's a new version available

Open igoravl opened this issue 4 years ago • 1 comments

Enter-TfsShell should "call home" (at most once daily) and see whether there's a new version available. If so, print out a warning to let user update it.

igoravl avatar Sep 10 '21 15:09 igoravl

For future reference:

((iwr "https://api.github.com/repos/igoravl/tfscmdlets/releases/latest").content | convertfrom-json).tag_name

igoravl avatar Sep 10 '21 15:09 igoravl