{"id":32578361,"url":"https://github.com/thordreier/versionnumber","last_synced_at":"2026-07-02T22:33:57.308Z","repository":{"id":174641238,"uuid":"445078740","full_name":"thordreier/VersionNumber","owner":"thordreier","description":"PowerShell functions for calculating version numbers","archived":false,"fork":false,"pushed_at":"2022-08-18T11:33:38.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T14:56:58.743Z","etag":null,"topics":["powershell","powershell-module","versionnumber"],"latest_commit_sha":null,"homepage":"https://www.powershellgallery.com/packages/VersionNumber/","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thordreier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-06T07:22:20.000Z","updated_at":"2023-10-28T15:02:17.000Z","dependencies_parsed_at":"2023-07-09T19:01:36.172Z","dependency_job_id":null,"html_url":"https://github.com/thordreier/VersionNumber","commit_stats":null,"previous_names":["thordreier/versionnumber"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thordreier/VersionNumber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thordreier%2FVersionNumber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thordreier%2FVersionNumber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thordreier%2FVersionNumber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thordreier%2FVersionNumber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thordreier","download_url":"https://codeload.github.com/thordreier/VersionNumber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thordreier%2FVersionNumber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35065702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["powershell","powershell-module","versionnumber"],"created_at":"2025-10-29T14:56:25.819Z","updated_at":"2026-07-02T22:33:57.300Z","avatar_url":"https://github.com/thordreier.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VersionNumber\n\nPowerShell functions for calculating version numbers.\n\n## Usage\n\n### Examples\n\n```powershell\n# Bump up version number\nCalculate-VersionNumber -Version 8.6.4.2 -Major -Trim  # Returns 9.0\nCalculate-VersionNumber -Version 8.6.4.2 -Major        # Returns 9.0.0.0\nCalculate-VersionNumber -Version 8.6.4.2 -Minor        # Returns 8.7.0.0\nCalculate-VersionNumber -Version 8.6.4.2 -Build        # Returns 8.7.5.0\nCalculate-VersionNumber -Version 8.6.4.2 -Revision     # Returns 8.6.4.3\nCalculate-VersionNumber -Version 9.0     -Revision     # Returns 9.0.0.1\n\n# Manifest file\nNew-ModuleManifest -Path module.psd1 -ModuleVersion 0.1.2.3\nCalculate-VersionNumber -Manifest module.psd1 -Minor -Trim\n(Test-ModuleManifest -Path module.psd1).Version.ToString()  # Returns 0.2\n\n```\n\nExamples are also found in [EXAMPLES.ps1](EXAMPLES.ps1).\n\n### Functions\n\nSee [FUNCTIONS.md](FUNCTIONS.md) for documentation of functions in this module.\n\n## Install\n\n### Install module from PowerShell Gallery\n\n```powershell\nInstall-Module VersionNumber\n```\n\n### Install module from source\n\n```powershell\ngit clone https://github.com/thordreier/VersionNumber.git\ncd VersionNumber\ngit pull\n.\\Build.ps1 -InstallModule\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthordreier%2Fversionnumber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthordreier%2Fversionnumber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthordreier%2Fversionnumber/lists"}