SuntronDevTool.psd1
# # ģ�顰PSGet_SuntronDevTool����ģ���嵥 # # ������: colin # # ����ʱ��: 2022/9/24 # @{ # ����嵥�����Ľű�ģ��������ģ���ļ��� RootModule = 'SuntronDevTool' # ��ģ��İ汾�š� ModuleVersion = '1.0.7' # ֧�ֵ� PSEditions # CompatiblePSEditions = @() # ����Ψһ��ʶ��ģ��� ID GUID = '7bf9eab1-e8e4-4549-a089-53857b29e8bb' # ��ģ������� Author = 'colin' # ��ģ������Ĺ�˾��Ӧ�� CompanyName = 'suntron.cn' # ��ģ��İ�Ȩ���� Copyright = '(c) 2022 colin����������Ȩ����' # ��ģ�����ṩ���ܵ�˵�� Description = 'My Toolbox' # ��ģ��Ҫ��� Windows PowerShell �������Ͱ汾 # PowerShellVersion = '' # ��ģ��Ҫ��� Windows PowerShell ���������� # PowerShellHostName = '' # ��ģ��Ҫ��� Windows PowerShell ��������Ͱ汾 # PowerShellHostVersion = '' # ��ģ��Ҫ��ʹ�õ���� Microsoft .NET Framework �汾�����Ⱦ��������� PowerShell Desktop �汾��Ч�� # DotNetFrameworkVersion = '' # ��ģ��Ҫ��ʹ�õ��������������ʱ(CLR)�汾�����Ⱦ��������� PowerShell Desktop �汾��Ч�� # CLRVersion = '' # ��ģ��Ҫ��Ĵ�������ϵ�ṹ(�ޡ�X86��Amd64) # ProcessorArchitecture = '' # �����ڵ����ģ��֮ǰ�ȵ���ȫ�ֻ����е�ģ�� # RequiredModules = @() # �����ģ��֮ǰ������صij��� # RequiredAssemblies = @() # �����ģ��֮ǰ�����ڵ��÷������еĽű��ļ�(.ps1)�� # ScriptsToProcess = @() # �����ģ��ʱҪ���ص������ļ�(.ps1xml) # TypesToProcess = @() # �����ģ��ʱҪ���صĸ�ʽ�ļ�(.ps1xml) # FormatsToProcess = @() # ����Ϊ RootModule/ModuleToProcess ����ָ��ģ���Ƕ��ģ�鵼���ģ�� # NestedModules = @() # Ҫ�Ӵ�ģ���е����ĺ�����Ϊ�˻��������ܣ��벻Ҫʹ��ͨ�������Ҫɾ������Ŀ�����û��Ҫ�����ĺ�������ʹ�ÿ����顣 FunctionsToExport = 'Get-FtpFile', 'Get-XmlPeek', 'Invoke-SqlBulkCopy', 'Out-DataTable', 'Set-IncreaseVersion', 'Set-XmlPoke' # Ҫ�Ӵ�ģ���е����� cmdlet��Ϊ�˻��������ܣ��벻Ҫʹ��ͨ�������Ҫɾ������Ŀ�����û��Ҫ������ 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 = @() # A URL to the license for this module. # LicenseUri = '' # A URL to the main website for this project. # ProjectUri = '' # A URL to an icon representing this module. # IconUri = '' # ReleaseNotes of this module # ReleaseNotes = '' # Prerelease string of this module # Prerelease = '' # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false # External dependent modules of this module # ExternalModuleDependencies = @() } # End of PSData hashtable } # End of PrivateData hashtable # ��ģ��� HelpInfo URI # HelpInfoURI = '' # �Ӵ�ģ���е����������Ĭ��ǰ������ʹ�� Import-Module -Prefix ����Ĭ��ǰ�� # DefaultCommandPrefix = '' } |