DSCAdd-one.psd1

#
# ģ�顰NewManifest����ģ���嵥
#
# ������: strike
#
# ����ʱ��: 2016/7/21
#

@{

# ����嵥�����Ľű�ģ��������ģ���ļ���
RootModule = 'DSCAdd-one.psm1'

# ��ģ��İ汾�š�
ModuleVersion = '2.0.1.4'

# ����Ψһ��ʶ��ģ��� ID
GUID = 'c241fe2b-29ad-4c2d-9950-36c9a41aa76c'

# ��ģ�������
Author = 'strike'

# ��ģ������Ĺ�˾��Ӧ��
CompanyName = 'strike'

# ��ģ��İ�Ȩ����
Copyright = '(c) 2016 strike����������Ȩ����'

# ��ģ�����ṩ���ܵ�˵��
Description = 'this add-one help you view dsc resource on your system whithout Get-DscResource cmdlet'

# ��ģ��Ҫ��� Windows PowerShell �������Ͱ汾
# PowerShellVersion = ''

# ��ģ��Ҫ��� Windows PowerShell ����������
# PowerShellHostName = ''

# ��ģ��Ҫ��� Windows PowerShell ��������Ͱ汾
# PowerShellHostVersion = ''

# ��ģ��Ҫ��ʹ�õ���� Microsoft .NET Framework �汾
# DotNetFrameworkVersion = ''

# ��ģ��Ҫ��Ĺ�����������ʱ(CLR)����Ͱ汾
# CLRVersion = ''

# ��ģ��Ҫ��Ĵ�������ϵ�ṹ(�ޡ�X86��Amd64)
ProcessorArchitecture = 'None'

# �����ڵ����ģ��֮ǰ�ȵ���ȫ�ֻ����е�ģ��
# RequiredModules = @()

# �����ģ��֮ǰ������صij���
RequiredAssemblies = @()

# �����ģ��֮ǰ�����ڵ��÷������еĽű��ļ�(.ps1)��
ScriptsToProcess = @()

# �����ģ��ʱҪ���ص������ļ�(.ps1xml)
TypesToProcess = @()

# �����ģ��ʱҪ���صĸ�ʽ�ļ�(.ps1xml)
FormatsToProcess = @()

# ����Ϊ RootModule/ModuleToProcess ����ָ��ģ���Ƕ��ģ�鵼���ģ��
# NestedModules = @()

# Ҫ�Ӵ�ģ���е����ĺ���
FunctionsToExport = 'show-StrikeDSCAddon'

# Ҫ�Ӵ�ģ���е����� cmdlet
CmdletsToExport = @()

# Ҫ�Ӵ�ģ���е����ı���
VariablesToExport = @()

# Ҫ�Ӵ�ģ���е����ı���
AliasesToExport = @()

# Ҫ�Ӵ�ģ�鵼���� DSC ��Դ
# DscResourcesToExport = @()

# ���ģ��һ����������ģ����б�
# ModuleList = @()

# ���ģ��һ�����������ļ����б�
FileList = @()

# Ҫ���ݵ� RootModule/ModuleToProcess ��ָ����ģ���ר�����ݡ��⻹���ܰ��� PSData ��ϣ���Լ� PowerShell ʹ�õ�����ģ��Ԫ���ݡ�
PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = 'add-one'

        # A URL to the license for this module.
        # LicenseUri = ''

        # A URL to the main website for this project.
        ProjectUri = 'https://strikene.visualstudio.com/'

        # A URL to an icon representing this module.
        # IconUri = ''

        # ReleaseNotes of this module
        ReleaseNotes = 'run show-StrikeDSCAddon to use it'

        # External dependent modules of this module
        # ExternalModuleDependencies = ''

    } # End of PSData hashtable
    
 } # End of PrivateData hashtable

# ��ģ��� HelpInfo URI
# HelpInfoURI = ''

# �Ӵ�ģ���е����������Ĭ��ǰ׺������ʹ�� Import-Module -Prefix ����Ĭ��ǰ׺��
# DefaultCommandPrefix = ''

}