File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
RootModule = ' PSFzfHistory.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.0.5 '
15
+ ModuleVersion = ' 0.0.6 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
30
30
Copyright = ' (c) Kenichi Kamiya. All rights reserved.'
31
31
32
32
# Description of the functionality provided by this module
33
- Description = ' fzf history integration with small code '
33
+ Description = ' Tiny fzf integration for history substring search in PowerShell '
34
34
35
35
# Minimum version of the PowerShell engine required by this module
36
36
# Adjust with bundled PSReadLine
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ Make sure you are really installed the module
40
40
Version Name Repository Description
41
41
------- ---- ---------- -----------
42
42
5.5.0 Pester PSGallery Pester provides a framework for running …
43
- 0.0.1 PSFzfHistory MyRepository fzf history integration with small code
43
+ 0.0.6 PSFzfHistory MyRepository Tiny fzf integration for history substr …
44
44
```
You can’t perform that action at this time.
0 commit comments