Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Module Manifest to better support the PowerShell Gallery #72

Closed
jonathanmedd opened this issue Nov 12, 2016 · 2 comments
Closed
Assignees

Comments

@jonathanmedd
Copy link
Contributor

Add the following section:

Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.

PrivateData = @{

PSData = @{

    # Tags applied to this module. These help with module discovery in online galleries.
    # Tags = @()

    # A URL to the license for this module.
    LicenseUri = 'https://github.com/jakkulabs/PowervRA/blob/master/LICENSE'

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

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

    # ReleaseNotes of this module
    # ReleaseNotes = ''

} # End of PSData hashtable

} # End of PrivateData hashtable

@chelnak
Copy link
Contributor

chelnak commented Nov 12, 2016

@jonathanmedd Have just pushed changes that inlcude improved build script and this PSData section. See latest module manifest.

@jonathanmedd
Copy link
Contributor Author

Nice one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants