diff --git a/ADMF/ADMF.psd1 b/ADMF/ADMF.psd1 index 716c35f..e9d2c7f 100644 --- a/ADMF/ADMF.psd1 +++ b/ADMF/ADMF.psd1 @@ -3,7 +3,7 @@ RootModule = 'ADMF.psm1' # Version number of this module. - ModuleVersion = '1.13.98' + ModuleVersion = '1.13.100' # ID used to uniquely identify this module GUID = '43f2a890-942f-4dd7-bad0-b774b44ea849' @@ -26,15 +26,15 @@ # Modules that must be imported into the global environment prior to importing # this module RequiredModules = @( - @{ ModuleName = 'PSFramework'; ModuleVersion = '1.7.270' } - @{ ModuleName = 'ADSec'; ModuleVersion = '1.0.0' } + @{ ModuleName = 'PSFramework'; ModuleVersion = '1.10.318' } + @{ ModuleName = 'ADSec'; ModuleVersion = '1.0.1' } @{ ModuleName = 'string'; ModuleVersion = '1.1.3' } @{ ModuleName = 'ResolveString'; ModuleVersion = '1.0.0' } @{ ModuleName = 'Principal'; ModuleVersion = '1.0.0' } @{ ModuleName = 'ADMF.Core'; ModuleVersion = '1.1.9' } @{ ModuleName = 'DCManagement'; ModuleVersion = '1.2.25' } - @{ ModuleName = 'DomainManagement'; ModuleVersion = '1.8.199' } - @{ ModuleName = 'ForestManagement'; ModuleVersion = '1.5.66' } + @{ ModuleName = 'DomainManagement'; ModuleVersion = '1.8.202' } + @{ ModuleName = 'ForestManagement'; ModuleVersion = '1.5.73' } ) # Assemblies that must be loaded prior to importing this module diff --git a/ADMF/changelog.md b/ADMF/changelog.md index debd42c..f17dbcb 100644 --- a/ADMF/changelog.md +++ b/ADMF/changelog.md @@ -1,6 +1,6 @@ # Changelog -## ??? +## 1.13.100 (2024-01-12) - Fix: Group Policy - does not respect "MayModify" - Fix: Export-AdmfGpo - incorrect type validation