Remove PSM1 file and update module structure to load DLL from bin directory

This commit is contained in:
Alphaeus Mote
2025-04-28 14:47:19 -04:00
parent c31cdaa16a
commit 8697a466c0
2 changed files with 8 additions and 1 deletions
-1
View File
@@ -93,7 +93,6 @@
<ItemGroup>
<None Include="PSProxmox.psd1" CopyToOutputDirectory="Always" />
<None Include="PSProxmox.psm1" CopyToOutputDirectory="Always" />
</ItemGroup>
</Project>
+8
View File
@@ -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