Skip to content

Commit f64051c

Browse files
committed
2 parents 63fffca + 1e2e984 commit f64051c

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Get-OnlineVerNotepadPlusPlus.ps1

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
<#
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+
===========================================================================
1110
.CHANGELOG
1211
[2022.05.24]
1312
Updated query source to Github release feed
1413
[2021.07.20]
1514
Fixed a bug with passing of version parameter
1615
Added Notepad++ GUP source for easier pull of needed data
1716
[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]
2019
Overhauled source scraping and parsing functions to reflect the vendor's new
2120
site layout
2221
@@ -130,7 +129,7 @@ function Get-OnlineVerNotepadPlusPlus {
130129
$End = $AppDate.IndexOf("T")
131130
$AppDate = $AppDate.Substring(0,$End)
132131

133-
$swObject.Online_Date = $AppDate
132+
$swObject.Online_Date = $AppDate
134133
$swObject.Online_version = $AppVersion
135134

136135
}

0 commit comments

Comments
 (0)