Skip to content

Commit

Permalink
Merge pull request #37 from rstolpe/dev
Browse files Browse the repository at this point in the history
Added ExternalModuleDependencies
  • Loading branch information
rstolpe authored Feb 13, 2024
2 parents bdffebd + 50dbdea commit 42ba6fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DeleteUserProfile/DeleteUserProfile.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
RootModule = '.\DeleteUserProfile.psm1'

# Version number of this module.
ModuleVersion = '2.0.0'
ModuleVersion = '2.0.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -119,28 +119,28 @@
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = @("Windows", "PowerShell", "ReturnUserProfile", "UserProfile", "DeleteUserProfile", "Support-Tools", "IT-Tools", "sysadmin-tools", "windows-user-folder", "windows-user-profile")
Tags = @("Windows", "PowerShell", "ReturnUserProfile", "UserProfile", "DeleteUserProfile", "Support-Tools", "IT-Tools", "sysadmin-tools", "windows-user-folder", "windows-user-profile")

# A URL to the license for this module.
LicenseUri = 'https://github.com/rstolpe/DeleteUserProfile/blob/main/LICENSE'
LicenseUri = 'https://github.com/rstolpe/DeleteUserProfile/blob/main/LICENSE'

# A URL to the main website for this project.
ProjectUri = 'https://github.com/rstolpe/DeleteUserProfile'
ProjectUri = 'https://github.com/rstolpe/DeleteUserProfile'

# A URL to an icon representing this module.
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'https://github.com/rstolpe/DeleteUserProfile/releases'
ReleaseNotes = 'https://github.com/rstolpe/DeleteUserProfile/releases'

# Prerelease string of this module
#Prerelease = ''

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
RequireLicenseAcceptance = $false
RequireLicenseAcceptance = $false

# External dependent modules of this module
# ExternalModuleDependencies = @()
ExternalModuleDependencies = "rsServiceModule"

} # End of PSData hashtable

Expand Down

0 comments on commit 42ba6fa

Please sign in to comment.