Skip to content

Commit

Permalink
adding module tags
Browse files Browse the repository at this point in the history
  • Loading branch information
santisq committed Sep 9, 2023
1 parent 16ba4c7 commit 4cf7035
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions module/PSADTree.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

# Version number of this module.
ModuleVersion = '1.1.0'
ModuleVersion = '1.1.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -106,7 +106,17 @@
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
# Tags = @()
Tags = @(
'tree'
'csharp'
'powershell'
'pwsh'
'active-directory'
'recursion'
'hierarchy'
'tree-structure'
'activedirectory'
)

# A URL to the license for this module.
LicenseUri = 'https://github.com/santisq/PSADTree/blob/main/LICENSE'
Expand Down

0 comments on commit 4cf7035

Please sign in to comment.