AjaySampleModule.psd1

@{
    RootModule = 'AjaySampleModule.psm1'
    ModuleVersion = '0.1.0' # Do not modify. This value gets replaced at build time with the value from the package.json.
    GUID = '2b783a01-be6f-467b-abe9-959aa0fbe411'
    Author = 'Ajay Yadav'
    CompanyName = 'Ajay'
    Copyright = 'Ajay'
    Description = 'AjaySampleModule'
    PowerShellVersion = '3.0'
    FunctionsToExport = '*'
    CmdletsToExport = ''
    VariablesToExport = ''
    AliasesToExport = ''
    PrivateData = @{
        PSData = @{
            ProjectUri = 'https://github.com/'
            CommitHash = '_COMMIT_HASH_' # Do not modify. This value gets replaced at build time.
        }
    }
    HelpInfoURI = 'https://github.com'
    DefaultCommandPrefix = ''
}