mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-08-19 19:16:18 +00:00
Remove PSM1 file and update module structure to load DLL from bin directory
This commit is contained in:
@@ -93,7 +93,6 @@
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="PSProxmox.psd1" CopyToOutputDirectory="Always" />
|
||||
<None Include="PSProxmox.psm1" CopyToOutputDirectory="Always" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -9,6 +9,14 @@
|
||||
PowerShellVersion = '5.1'
|
||||
DotNetFrameworkVersion = '4.7.2'
|
||||
CompatiblePSEditions = @('Desktop', 'Core')
|
||||
# Assemblies that must be loaded prior to importing this module
|
||||
RequiredAssemblies = @('bin\PSProxmox.dll')
|
||||
# Script files (.ps1) that are run in the caller's environment prior to importing this module
|
||||
ScriptsToProcess = @()
|
||||
# Type files (.ps1xml) to be loaded when importing this module
|
||||
TypesToProcess = @()
|
||||
# Format files (.ps1xml) to be loaded when importing this module
|
||||
FormatsToProcess = @()
|
||||
FunctionsToExport = @()
|
||||
CmdletsToExport = @(
|
||||
# Session Management
|
||||
|
||||
Reference in New Issue
Block a user