|
1 | 1 | <#
|
2 |
| - .NOTES |
3 |
| - =========================================================================== |
4 |
| - Created with: PowerShell ISE (Win10 19042) |
5 |
| - Revision: 2022.05.24 |
6 |
| - Last Modified: 24 May 2022 |
7 |
| - Created by: Jay Harper (github.com/thecatdidit/powershellusefulscripts) |
8 |
| - Organizaiton: Happy Days Are Here Again |
9 |
| - Filename: Get-OnlineVerNotepadPlusPlus.ps1 |
10 |
| - =========================================================================== |
| 2 | + =========================================================================== |
| 3 | + Created with: PowerShell ISE (Win10 19042) |
| 4 | + Revision: 2022.05.24 |
| 5 | + Last Modified: 24 May 2022 |
| 6 | + Created by: Jay Harper (github.com/thecatdidit/powershellusefulscripts) |
| 7 | + Organizaiton: Happy Days Are Here Again |
| 8 | + Filename: Get-OnlineVerNotepadPlusPlus.ps1 |
| 9 | + =========================================================================== |
11 | 10 | .CHANGELOG
|
12 | 11 | [2022.05.24]
|
13 | 12 | Updated query source to Github release feed
|
14 | 13 | [2021.07.20]
|
15 | 14 | Fixed a bug with passing of version parameter
|
16 | 15 | Added Notepad++ GUP source for easier pull of needed data
|
17 | 16 | [2021.06.10]
|
18 |
| - Added '-UseBasicParsing' to web calls re: IE engine decomm |
19 |
| - [2021.04.08] |
| 17 | + Added '-UseBasicParsing' to web calls re: IE engine decomm |
| 18 | + [2021.04.08] |
20 | 19 | Overhauled source scraping and parsing functions to reflect the vendor's new
|
21 | 20 | site layout
|
22 | 21 |
|
@@ -130,7 +129,7 @@ function Get-OnlineVerNotepadPlusPlus {
|
130 | 129 | $End = $AppDate.IndexOf("T")
|
131 | 130 | $AppDate = $AppDate.Substring(0,$End)
|
132 | 131 |
|
133 |
| - $swObject.Online_Date = $AppDate |
| 132 | + $swObject.Online_Date = $AppDate |
134 | 133 | $swObject.Online_version = $AppVersion
|
135 | 134 |
|
136 | 135 | }
|
|
0 commit comments