What Changed
The Microsoft Sentinel solution package creation tool (createSolutionV3.ps1) was enhanced to support dual version management modes. The existing catalog API mode remains the default for production deployments, while a new local mode enables offline development with semantic versioning (major.minor.patch).
Local mode increments versions independently of the Microsoft Catalog API, resolving workflow blocking issues when remote versions are behind local development state. The tool now accepts -VersionMode and -VersionBump parameters to control version management behavior, with automatic updates to solution data files and metadata.
Affected Files
Tools/Create-Azure-Sentinel-Solution/V3/README.md
Tools/Create-Azure-Sentinel-Solution/V3/createSolutionV3.ps1
Tools/Create-Azure-Sentinel-Solution/common/commonFunctions.ps1