Skip to content

Commit b4078b6

Browse files
update latest draft of script to 4.0
1 parent 00905b3 commit b4078b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

KAPE-EZToolsAncillaryUpdater.ps1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
All other EZ Tools used by KAPE in the !EZParser Module
1515
1616
.USAGE
17-
As of 3.7, this script will only download .NET 6 tools, so you can just run the script in your .\KAPE folder!
17+
As of 4.0, this script will only download .NET 6 tools, so you can just run the script in your .\KAPE folder!
1818
1919
.CHANGELOG
2020
1.0 - (Sep 09, 2021) Initial release
@@ -26,7 +26,7 @@
2626
3.4 - (Jun 24, 2022) Added version checker for the script - https://github.com/AndrewRathbun/KAPE-EZToolsAncillaryUpdater/issues/11. Added new messages re: GitHub repositories to follow at the end of each successful run
2727
3.5 - (Jul 27, 2022) Bug fix for version checker added in 3.4 - https://github.com/AndrewRathbun/KAPE-EZToolsAncillaryUpdater/pull/15
2828
3.6 - (Aug 17, 2022) Added iisGeolocate now that a KAPE Module exists for it, updated comments and log messages
29-
3.7 - (June 13, 2023) Made adjustments to script based on Get-ZimmermanTools.ps1 update - https://github.com/EricZimmerman/Get-ZimmermanTools/commit/c40e8ddc8df5a210c5d9155194e602a81532f23d, script now defaults to .NET 6, modifed lots of comments, variables, etc, and overall made the script more readable and maintainable
29+
4.0 - (June 13, 2023) Made adjustments to script based on Get-ZimmermanTools.ps1 update - https://github.com/EricZimmerman/Get-ZimmermanTools/commit/c40e8ddc8df5a210c5d9155194e602a81532f23d, script now defaults to .NET 6, modifed lots of comments, variables, etc, and overall made the script more readable and maintainable
3030
3131
.PARAMETER silent
3232
Disable the progress bar and exit the script without pausing in the end
@@ -36,13 +36,13 @@
3636
3737
.NOTES
3838
===========================================================================
39-
Created with: SAPIEN Technologies, Inc., PowerShell Studio 2022 v5.8.201
40-
Created on: 2022-02-22 23:29
41-
Created by: Andrew Rathbun
42-
Organization: Kroll
39+
Created with: SAPIEN Technologies, Inc., PowerShell Studio 2022 v5.8.201
40+
Created on: 2022-02-22 23:29
41+
Created by: Andrew Rathbun
42+
Organization: Kroll
4343
Filename: KAPE-EZToolsAncillaryUpdater.ps1
4444
GitHub: https://github.com/AndrewRathbun/KAPE-EZToolsAncillaryUpdater
45-
Version: 3.7
45+
Version: 4.0
4646
===========================================================================
4747
#>
4848
param

0 commit comments

Comments
 (0)