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.1.0"

# 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="(c) Microsoft Corporation. All rights reserved."

# Description of the functionality provided by this module
Description = @'
        This module sets up the PowerShell SDK for Nano Server to help create C# projects in Visual Studio 2015. It contains reference assemblies for the versions of CoreCLR and PowerShell that are shipped with Windows Server 2016 Nano Server.
         
        RELEASE NOTE - 1.0.1.0
        1. Refresh the reference assemblies and debugging binaries to keep in sync with Windows Server 2016 Nano Server.
        2. Update the module script to revert to en-US resource strings when a culture specific resource file is not available.
        3. Update the module script to refresh reference assemblies on machines that have older ref assemblies installed.
'@


# 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', 'Show-SdkSetupReadMe', '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 = ''

}