Skip to content

Commit

Permalink
Merge pull request #7 from santisq/4-convert-function-to-binary-module
Browse files Browse the repository at this point in the history
adding module tags
  • Loading branch information
santisq committed Sep 9, 2023
2 parents a077bfd + 4cf7035 commit 2774041
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions module/PSADTree.psd1
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 2774041

Please sign in to comment.