Skip to content

Commit

Permalink
update bookmarks readme file and definition
Browse files Browse the repository at this point in the history
  • Loading branch information
stadub committed Aug 14, 2019
1 parent c51035b commit 93f9387
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Bookmarks/Bookmarks.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.1.3'
ModuleVersion = '2.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -30,7 +30,9 @@ CompanyName = ''
Copyright = '(c) Dmitry Stadub. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Create/Restore directory bookmark'
Description = 'Create/Restore directory bookmark.
Full documentation at the Github: https://github.com/stadub/PowershellScripts/tree/master/Bookmarks
'

# Minimum version of the PowerShell engine required by this module
# PowerShellVersion = ''
Expand Down Expand Up @@ -96,7 +98,7 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = @('bookmarks','bookmark','pushd','list-directory', 'navigation', 'workspaces', 'cd' )
Tags = @('bookmarks','bookmark','pushd','list-directory', 'navigation', 'workspaces', 'cd', 'directorymarks', 'directory', 'folder' )

# A URL to the license for this module.
LicenseUri = 'http://opensource.org/licenses/MIT'
Expand All @@ -109,7 +111,10 @@ PrivateData = @{

# ReleaseNotes of this module
ReleaseNotes = '
Change module structure
Change %userData% detection logic.
Move initation logic to Loader.psm1
Change test environment to StrictMode=Latest
Update icon.
'

} # End of PSData hashtable
Expand Down
4 changes: 4 additions & 0 deletions Bookmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Get-PSBookmarks - List bookmarks
Save-PSBookmarkk - Save bookmarks to file
Remove-AllPSBookmarks - Clear bookmarks list
Update-PSBookmark - Update folder location in the bookmarks list
[-Name] <string>
[-Path] <string> (Optional)
```

## Aliases
Expand Down

0 comments on commit 93f9387

Please sign in to comment.