1212# RootModule = ''
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.1.3 '
15+ ModuleVersion = ' 2.0 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
@@ -30,7 +30,9 @@ CompanyName = ''
3030Copyright = ' (c) Dmitry Stadub. All rights reserved.'
3131
3232# Description of the functionality provided by this module
33- Description = ' Create/Restore directory bookmark'
33+ Description = ' Create/Restore directory bookmark.
34+ Full documentation at the Github: https://github.com/stadub/PowershellScripts/tree/master/Bookmarks
35+ '
3436
3537# Minimum version of the PowerShell engine required by this module
3638# PowerShellVersion = ''
@@ -96,7 +98,7 @@ PrivateData = @{
9698 PSData = @ {
9799
98100 # Tags applied to this module. These help with module discovery in online galleries.
99- Tags = @ (' bookmarks' , ' bookmark' , ' pushd' , ' list-directory' , ' navigation' , ' workspaces' , ' cd' )
101+ Tags = @ (' bookmarks' , ' bookmark' , ' pushd' , ' list-directory' , ' navigation' , ' workspaces' , ' cd' , ' directorymarks ' , ' directory ' , ' folder ' )
100102
101103 # A URL to the license for this module.
102104 LicenseUri = ' http://opensource.org/licenses/MIT'
@@ -109,7 +111,10 @@ PrivateData = @{
109111
110112 # ReleaseNotes of this module
111113 ReleaseNotes = '
112- Change module structure
114+ Change %userData% detection logic.
115+ Move initation logic to Loader.psm1
116+ Change test environment to StrictMode=Latest
117+ Update icon.
113118 '
114119
115120 } # End of PSData hashtable
0 commit comments