Commit 0c2d369
TLS 1.2 Support When Installing PackageManagement Module (#1315)
* the powershell command to install the update should include the command to use TLS1.2
* Update src/PowerShellEditorServices/Services/PowerShellContext/Handlers/GetVersionHandler.cs
Co-authored-by: Tyler James Leonhardt <tylerl0706@gmail.com>
* Enhanced package update failure message on line 143 and added Repository option to Install-Module command
* Revert "Enhanced package update failure message on line 143 and added Repository option to Install-Module command"
This reverts commit 7975481.
* Enhanced error message while installing PackageManagement
* Repository argument put outside of single quote by mistake.
Co-authored-by: Serkan ZENGİN <szengin@ssb.gov.tr>
Co-authored-by: Tyler James Leonhardt <tylerl0706@gmail.com>1 parent 5958ac5 commit 0c2d369
File tree
1 file changed
+4
-4
lines changed- src/PowerShellEditorServices/Services/PowerShellContext/Handlers
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments