N.TaskModule.SqlUtility.psd1
@{ RootModule = 'N.TaskModule.SqlUtility.psm1' ModuleVersion = '1.0.0' GUID = 'd997c6dd-33ad-481c-859b-01120229b91f' Author = 'NorthernLight1' CompanyName = 'NorthernLight1' Copyright = '(c) 2022 NorthernLight1. All rights reserved.' Description = 'TaskModule SqlUtility' PowerShellVersion = '3.0' FunctionsToExport = '*' CmdletsToExport = '' VariablesToExport = '' AliasesToExport = '' PrivateData = @{ PSData = @{ ProjectUri = 'https://github.com/NorthernLight1/N.Azure-Pipelines-Extensions' CommitHash = '_COMMIT_HASH_' # Do not modify. This value gets replaced at build time. } } HelpInfoURI = 'https://github.com/NorthernLight1/N.Azure-Pipelines-Extensions' DefaultCommandPrefix = '' } |