Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Resolve proxb#43 by updating metadata
Browse files Browse the repository at this point in the history
To pick up the new metadata, you just need to publish using PowerShellGet...
If you're using a nuspec+nuget-hack, you'll need to add this same information to the nuspec...
  • Loading branch information
Jaykul authored Jan 30, 2018
1 parent d0c10a8 commit 8889452
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions PoshWSUS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CompanyName = 'Unknown'
Copyright = '(c) 2011 Boe Prox. All rights reserved.'

# Description of the functionality provided by this module
Description = 'PowerShell module to manage a WSUS Server. Support site: http://PoshWSUS.codeplex.com'
Description = 'PowerShell module to manage a WSUS Server. Support site: https://github.com/proxb/PoshWSUS/'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '2.0'
Expand Down Expand Up @@ -86,7 +86,11 @@ ModuleList = @()
FileList = @('TypeData\PoshWSUS.Types.ps1xml','TypeData\PoshWSUS.Format.ps1xml', 'PoshWSUS.psm1','PoshWSUS.psd1')

# Private data to pass to the module specified in ModuleToProcess
PrivateData = ''

PrivateData = @{
PSData = {
LicenseUri = 'https://github.com/proxb/PoshWSUS/blob/master/LICENSE'
ProjectUri = 'https://github.com/proxb/PoshWSUS/'
}
}
}

0 comments on commit 8889452

Please sign in to comment.