TfsCmdlets.psd1
@{ Author = 'Igor Abade V. Leite' CompanyName = 'Igor Abade V. Leite' Copyright = '(c) 2014 Igor Abade V. Leite. All rights reserved.' Description = 'PowerShell Cmdlets for TFS and VSTS' RootModule = 'TfsCmdlets.psm1' FunctionsToExport = '*-Tfs*' GUID = 'bd4390dc-a8ad-4bce-8d69-f53ccf8e4163' HelpInfoURI = 'https://github.com/igoravl/tfscmdlets/wiki/' ModuleVersion = '1.0.0.894' PowerShellVersion = '3.0' TypesToProcess = "TfsCmdlets.Types.ps1xml" FormatsToProcess = "TfsCmdlets.Format.ps1xml" ScriptsToProcess = 'Startup.ps1' NestedModules = @('Admin\Admin.psm1','AreaIteration\AreaIteration.psm1','ConfigServer\ConfigServer.psm1','Connection\Connection.psm1','Git\Git.psm1','GlobalList\GlobalList.psm1','ObjectHelper\ObjectHelper.psm1','ProcessTemplate\ProcessTemplate.psm1','Team\Team.psm1','TeamProject\TeamProject.psm1','TeamProjectCollection\TeamProjectCollection.psm1','WorkItem\WorkItem.psm1','WorkItemQuery\WorkItemQuery.psm1','XamlBuild\XamlBuild.psm1') FileList = @('chocolateyInstall.ps1','chocolateyUninstall.ps1','Startup.ps1','TfsCmdlets.Format.ps1xml','TfsCmdlets.psd1','TfsCmdlets.psm1','TfsCmdlets.Types.ps1xml','TfsCmdletsShell.ico') PrivateData = @{ Tags = @('TfsCmdlets', 'TFS', 'VSTS', 'PowerShell') Branch = 'master' Commit = 'ab1fd619534c3cccaf2ba1d6d81a80be8bd7dccc' Build = '1.0.0-beta1+20170405.894' PreRelease = 'beta1' LicenseUri = 'https://raw.githubusercontent.com/igoravl/tfscmdlets/master/LICENSE.md' ProjectUri = 'https://github.com/igoravl/tfscmdlets/' IconUri = 'https://raw.githubusercontent.com/igoravl/tfscmdlets/master/TfsCmdlets/resources/TfsCmdlets_Icon_32.png' ReleaseNotes = 'See https://github.com/igoravl/tfscmdlets/wiki/ReleaseNotes' TfsClientVersion = 'Microsoft.TeamFoundationServer.ExtendedClient 15.112.1' } } |