ProductivityTools.PublishNugetToGallery.psd1
# # Module manifest for module 'module' # # Generated by: pwujczyk # # Generated on: 8/22/2020 8:41:57 PM # @{ # Script module or binary module file associated with this manifest. RootModule = 'ProductivityTools.PublishNugetToGallery.psm1' # Version number of this module. ModuleVersion = '0.0.7' # ID used to uniquely identify this module GUID = 'dcb33307-7ee1-4193-b2ea-7a5cb89a9ee9' # Author of this module Author = 'Pawel Wujczyk' # Description of the functionality provided by this module Description = 'Publishes nuget package to nuget.org website' # Modules that must be imported into the global environment prior to importing this module RequiredModules = @('ProductivityTools.MasterConfiguration') # Functions to export from this module FunctionsToExport = 'Publish-NugetToGallery' # Private data to pass to the module specified in RootModule/ModuleToProcess PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('nuget.org','publish') # A URL to the main website for this project. ProjectUri = 'http://productivitytools.tech/publish-nuget-to-gallery/' # A URL to an icon representing this module. IconUri = 'http://cdn.productivitytools.tech/images/PT/ProductivityTools_blue_85px_3.png' # ReleaseNotes of this module # ReleaseNotes = '' } # End of PSData hashtable } # HelpInfo URI of this module # HelpInfoURI = 'http://productivitytools.tech/publish-nuget-to-gallery/' } |