Skip to content

Commit def67ef

Browse files
v2.33.1
1 parent 7f7ae06 commit def67ef

16 files changed

Lines changed: 70 additions & 20 deletions

PSScriptTools.psd1

0 Bytes
Binary file not shown.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2172,11 +2172,13 @@ If you find this module useful, you might also want to look at my PowerShell too
21722172
+ [Creating and managing custom type extensions](https://github.com/jdhitsolutions/PSTypeExtensionTools)
21732173
+ [Managing scheduled jobs](https://github.com/jdhitsolutions/ScheduledJobTools)
21742174
+ [Running remote commands outside of PowerShell Remoting](https://github.com/jdhitsolutions/PSRemoteOperations).
2175+
+ [Getting memory status and information](https://github.com/jdhitsolutions/MemoryTools)
21752176
+ [Keeping up to date with PowerShell 7.x releases](https://github.com/jdhitsolutions/PSReleaseTools)
21762177
+ [Inventorying your PowerShell script library](https://github.com/jdhitsolutions/PSScriptingInventory)
2178+
+ [A simple command-line task and to-do manager](https://github.com/jdhitsolutions/MyTasks)
21772179

21782180
## Compatibility
21792181

21802182
Where possible these commands have been tested with PowerShell 7, but not every platform. If you encounter problems, have suggestions or other feedback, please post an [issue](https://github.com/jdhitsolutions/PSScriptTools/issues). It is assumed you will __not__ be running these commands on any edition of PowerShell Core or any beta releases of PowerShell 7.
21812183

2182-
Last Updated *2020-11-09 21:23:07Z*
2184+
Last Updated *2020-11-12 18:56:02Z*

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This is the most recent change log history for this module.
44

5+
## v2.33.1
6+
7+
+ Fixed bug in `ConvertTo-WPFGrid` with refresh and timeout values. (Issue #98)
8+
+ Added missing online help links.
9+
+ Added a few related module links in `README.md`.
10+
511
## v2.33.0
612

713
+ Added `Select-Before`,`Select-After`,`Select-Newest` and `Select-Oldest` and their respective aliases of *before*,*after*,*newest*, and *oldest*.

docs/ConvertTo-ASCIIArt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: PSScriptTools-help.xml
33
Module Name: PSScriptTools
4-
online version:
4+
online version: https://bit.ly/32DadcG
55
schema: 2.0.0
66
---
77

docs/Get-CommandSyntax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: PSScriptTools-help.xml
33
Module Name: PSScriptTools
4-
online version:
4+
online version: https://bit.ly/2H0mgti
55
schema: 2.0.0
66
---
77

@@ -59,7 +59,7 @@ The output will show each PowerShell Provider and the corresponding command synt
5959
### -Name
6060

6161
Enter the name of a PowerShell cmdlet or function.
62-
Ideally it has been loaded into the current PowerShell session.
62+
Ideally, it has been loaded into the current PowerShell session.
6363

6464
```yaml
6565
Type: String

docs/Get-DirectoryInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: PSScriptTools-help.xml
33
Module Name: PSScriptTools
4-
online version:
4+
online version: https://bit.ly/2GU4iIK
55
schema: 2.0.0
66
---
77

docs/Get-FileItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
198198
199199
## INPUTS
200200
201-
### Strings
201+
### String
202202
203203
## OUTPUTS
204204

docs/Get-MyCounter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: PSScriptTools-help.xml
33
Module Name: PSScriptTools
4-
online version:
4+
online version: https://bit.ly/2JS5NZ1
55
schema: 2.0.0
66
---
77

docs/Out-Copy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: PSScriptTools-help.xml
33
Module Name: PSScriptTools
4-
online version:
4+
online version: https://bit.ly/2K6oY1D
55
schema: 2.0.0
66
---
77

docs/Select-After.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: PSScriptTools-help.xml
33
Module Name: PSScriptTools
4-
online version:
4+
online version: http://bit.ly/3phhAAm
55
schema: 2.0.0
66
---
77

0 commit comments

Comments
 (0)