We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e652588 commit c02620bCopy full SHA for c02620b
2 files changed
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is mainly based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
-## Unreleased
+## 3.2.0 - 2026-01-14
9
10
* Added: Support for auto-detect the config file format based the content (Get-ScriptConfig)
11
* Fixed: Fix INI loading for arrays and hash tables in PowerShell 7 (ConvertFrom-ScriptConfigIni)
ScriptConfig/ScriptConfig.psd1
@@ -3,7 +3,7 @@
3
RootModule = 'ScriptConfig.psm1'
4
# Version number of this module.
- ModuleVersion = '3.1.0'
+ ModuleVersion = '3.2.0'
# Supported PSEditions
# CompatiblePSEditions = @()
0 commit comments