K.PSGallery.ManifestVersioning
1.0.3
PowerShell module for updating module manifest (.psd1) versions with Git integration. Automates version management in CI/CD pipelines.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2025 1d70f. All rights reserved.
Package Details
Author(s)
- 1d70f
Tags
PowerShell Module Manifest Version Automation DevOps PSGallery CI/CD
Functions
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## Version 0.0.10
- Initial release of K.PSGallery.ManifestVersioning module
FileList
- K.PSGallery.ManifestVersioning.nuspec
- .github\templates\scripts\Discover-ModuleName.ps1
- K.PSGallery.ManifestVersioning.psd1
- .github\templates\scripts\Find-ModuleManifest.ps1
- K.PSGallery.ManifestVersioning.psm1
- .github\templates\scripts\Publish-Package.ps1
- LICENSE
- .github\templates\scripts\Test-ModuleManifestQuality.ps1
- README.md
- .github\templates\scripts\Update-ManifestVersion.ps1
- .github\scripts\New-SmartRelease.ps1
- .github\workflows\scripts\Test-ModuleManifestQuality.ps1
- .github\scripts\Publish-ToGitHubPackages.ps1
- src\Private\Read-ManifestFile.ps1
- .github\scripts\Update-ManifestVersion.ps1
- src\Private\Test-ManifestVersion.ps1
- .github\templates\scripts\Create-GitHubRelease.ps1
- src\Private\Write-ManifestFile.ps1
- .github\templates\scripts\Create-SmartTags.ps1
- src\Public\Update-ModuleManifestVersion.ps1
- .github\templates\scripts\Determine-Version.ps1