Microsoft.PowerShell.NanoServer.SDK.psd1
@{ # Script module or binary module file associated with this manifest. RootModule = "Microsoft.PowerShell.NanoServer.SDK.psm1" # Version number of this module ModuleVersion="1.0.0.3" # ID used to uniquely identify this module GUID="1997eb3e-a875-4b3d-be4e-0dc6d24c5d46" # Author of this module Author="Microsoft Corporation" # Company or vendor of this module CompanyName="Microsoft Corporation" # Copyright statement for this module Copyright="� Microsoft Corporation. All rights reserved." # Description of the functionality provided by this module Description = @' Setup NanoServer PowerShell SDK with Visual Studio 2015 and help create C# projects targeting the reference assemblies of the CoreCLR and PowerShell that are shipped in TP5 NanoServer. '@ # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. FunctionsToExport = @('New-NanoCSharpProject', 'Get-SDKSetupSteps', 'Install-RemoteDebugger', 'Start-RemoteDebugger', 'Stop-RemoteDebugger') # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. CmdletsToExport = @() # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. AliasesToExport = @() # HelpInfo URI of this module # HelpInfoURI = '' } |