posh-gist.psd1
@{ RootModule = 'posh-gist.psm1' ModuleVersion = '0.4' GUID = 'f9039736-02a7-45e7-97da-6551b2ce8e89' Author = 'Xavier Plantefeve' Copyright = '(c) 2016 Xavier Plantefeve' Description = 'Gist management CMDlets' PowerShellVersion = '3.0' TypesToProcess = 'posh-gist.types.ps1xml' FormatsToProcess = 'posh-gist.Format.ps1xml' FunctionsToExport = @( 'Get-Gist', 'New-Gist', 'Remove-Gist', 'Update-Gist', 'Get-GistCommits', 'Get-GistStar' ) FileList = @( 'install.ps1', 'posh-gist.md', 'posh-gist.ps1', 'posh-gist.psd1', 'posh-gist.psm1', 'posh-gist.types.ps1xml', 'posh-gist.Format.ps1xml', 'LICENSE.txt' ) PrivateData = @{ PSData = @{ LicenseUri = 'https://gist.github.com/XPlantefeve/5e85af5998abf08f2d86c9aef968ef9f#LICENSE.txt' ProjectUri = 'https://gist.github.com/XPlantefeve/5e85af5998abf08f2d86c9aef968ef9f' } # End of PSData hashtable } # End of PrivateData hashtable } |