{"id":16010974,"url":"https://github.com/ethomson/setup-gitversion","last_synced_at":"2026-01-28T21:33:54.057Z","repository":{"id":44840131,"uuid":"205860611","full_name":"ethomson/setup-gitversion","owner":"ethomson","description":"Install the gitversion semantic versioning utility","archived":false,"fork":false,"pushed_at":"2022-08-18T19:14:35.000Z","size":7638,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T17:52:50.602Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ethomson.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}},"created_at":"2019-09-02T13:14:14.000Z","updated_at":"2019-11-13T17:56:54.000Z","dependencies_parsed_at":"2022-08-25T10:51:45.222Z","dependency_job_id":null,"html_url":"https://github.com/ethomson/setup-gitversion","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethomson%2Fsetup-gitversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethomson%2Fsetup-gitversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethomson%2Fsetup-gitversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethomson%2Fsetup-gitversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethomson","download_url":"https://codeload.github.com/ethomson/setup-gitversion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675599,"owners_count":20977378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-08T13:22:35.665Z","updated_at":"2026-01-28T21:33:54.029Z","avatar_url":"https://github.com/ethomson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup GitVersion\n\nThis will install the [GitVersion utility](https://github.com/GitTools/GitVersion) as a command-line application (`gitversion`) for your GitHub Actions workflow.  You'll need to have .NET Core 2.1 installed by your workflow.\n\nSet it up in your workflow:\n\n```\non: [ push, pull_request ]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/setup-dotnet@v1\n      with:\n        dotnet-version: '2.1.801'\n    - uses: ethomson/setup-gitversion@v1\n    - run: gitversion /UpdateAssemblyInfo\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethomson%2Fsetup-gitversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethomson%2Fsetup-gitversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethomson%2Fsetup-gitversion/lists"}