mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-08-06 21:33:15 +00:00
Fixed module structure and successfully published to PowerShell Gallery
- Corrected build script to use PSProxmox\PSProxmox.psd1 as source of truth - Fixed module structure: Module\PSProxmox\Version\Content - Added both required assemblies: bin\PSProxmox.dll and bin\Newtonsoft.Json.dll - Successfully published PSProxmox v2025.07.03.1200 to PowerShell Gallery - Maintained quality with proper relative paths and single source manifest
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
DotNetFrameworkVersion = '4.7.2'
|
||||
CompatiblePSEditions = @('Desktop', 'Core')
|
||||
# Assemblies that must be loaded prior to importing this module
|
||||
RequiredAssemblies = @('bin\PSProxmox.dll')
|
||||
RequiredAssemblies = @('bin\PSProxmox.dll', 'bin\Newtonsoft.Json.dll')
|
||||
# Root module
|
||||
RootModule = 'bin\PSProxmox.dll'
|
||||
# Script files (.ps1) that are run in the caller's environment prior to importing this module
|
||||
|
||||
Reference in New Issue
Block a user