mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-08-06 05:17:42 +00:00
Include Newtonsoft.Json dependency in the module
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@{
|
||||
RootModule = 'PSProxmox.dll'
|
||||
ModuleVersion = '2025.04.28.1958'
|
||||
ModuleVersion = '2025.04.28.2015'
|
||||
GUID = 'd24f0894-3d0c-4ef1-a41e-b273c3db86ad'
|
||||
Author = 'PSProxmox Team'
|
||||
CompanyName = 'PSProxmox'
|
||||
@@ -10,7 +10,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')
|
||||
# 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
|
||||
@@ -91,3 +91,4 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user