diff --git a/PSWmiToolKit/PSWmiToolKit.psd1 b/PSWmiToolKit/PSWmiToolKit.psd1 index 1fbb426..ffdf674 100644 --- a/PSWmiToolKit/PSWmiToolKit.psd1 +++ b/PSWmiToolKit/PSWmiToolKit.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSWmiToolKit.psm1' # Version number of this module. - ModuleVersion = '3.1.5' + ModuleVersion = '3.1.6' # Supported PSEditions # CompatiblePSEditions = @() @@ -98,7 +98,7 @@ Tags = @('powershell', 'powershell-module', 'powershell-cmdlets', 'wmi', 'manage-wmi', 'microsoft', 'microsoft-windows', 'sccm', 'configmgr') # A URL to the license for this module. - LicenseUri = 'https://MEM.Zone/PSWmiToolKit/LICENSE' + LicenseUri = 'https://MEM.Zone/PSWmiToolKit-LICENSE' # A URL to the main website for this project. ProjectUri = 'https://MEM.Zone/PSWmiToolKit' @@ -107,7 +107,7 @@ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'https://MEM.Zone/PSWmiToolKit/RELEASES' + ReleaseNotes = 'https://MEM.Zone/PSWmiToolKit-RELEASES' } # End of PSData hashtable diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8c76fa0..5951f9e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # PSWmiToolkit release history +## 3.1.6 - 2023-08-05 + +* Updated Links +* Fixed all Links +* Updated Updatable Help Location + ## 3.1.0 - 2022-02-09 * Moved to `MEM-Zone` diff --git a/src/PSWmiToolkit.psd1 b/src/PSWmiToolkit.psd1 index 8aa3809..e2de7f2 100644 --- a/src/PSWmiToolkit.psd1 +++ b/src/PSWmiToolkit.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSWmiToolKit.psm1' # Version number of this module. - ModuleVersion = '3.1.5' + ModuleVersion = '3.1.6' # Supported PSEditions # CompatiblePSEditions = @()