{"id":21000958,"url":"https://github.com/managedcode/mauiappversion","last_synced_at":"2025-08-24T22:43:55.550Z","repository":{"id":166292092,"uuid":"626639807","full_name":"managedcode/MAUIAppVersion","owner":"managedcode","description":"This action updates the application version and/or display version properties in a .cproj file for a MAUI application. You can use this action as part of your CI/CD workflow to automatically update the version properties when building and publishing your MAUI application.","archived":false,"fork":false,"pushed_at":"2024-03-15T19:08:21.000Z","size":821,"stargazers_count":17,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-31T10:39:11.338Z","etag":null,"topics":["bump","bumpversion","csproj","maui","version"],"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/managedcode.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}},"created_at":"2023-04-11T21:52:26.000Z","updated_at":"2024-04-15T09:47:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3c1f899-3f5d-4b90-a7a7-3847c11ad51a","html_url":"https://github.com/managedcode/MAUIAppVersion","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/managedcode%2FMAUIAppVersion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/managedcode%2FMAUIAppVersion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/managedcode%2FMAUIAppVersion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/managedcode%2FMAUIAppVersion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/managedcode","download_url":"https://codeload.github.com/managedcode/MAUIAppVersion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225316326,"owners_count":17455232,"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":["bump","bumpversion","csproj","maui","version"],"created_at":"2024-11-19T08:13:05.529Z","updated_at":"2024-11-19T08:13:06.095Z","avatar_url":"https://github.com/managedcode.png","language":"JavaScript","readme":"# Update MAUI App Version Action\n\nThis action updates the application version and/or display version properties in a .cproj file for a MAUI application. You can use this action as part of your CI/CD workflow to automatically update the version properties when building and publishing your MAUI application.\n\n## Inputs\n\n### `csproj` (required)\n\nThe path to the .cproj file for your MAUI application.\n\n### `version`\n\nThe new value to set for the `ApplicationVersion` property in the .cproj file. If this input is not provided, the `ApplicationVersion` property will not be updated.\n\n### `displayVersion`\n\nThe new value to set for the `ApplicationDisplayVersion` property in the .cproj file. If this input is not provided, the `ApplicationDisplayVersion` property will not be updated.\n\n### `printFile`\n\nWhether to print the contents of the updated .cproj file to the console. Set to `true` to print the contents of the file, or leave blank to not print the file contents.\n\n\n## Example usage\n\n```yaml\nuses: managedcode/MAUIAppVersion@v1\nwith:\n  csproj: 'path/to/my-project.csproj'\n  version: ${{ github.run_number }} # to keep value unique\n  displayVersion: '1.0.0'\n  printFile: true # optional\n```\n\nThis example updates the `ApplicationVersion` property to `128` and the `ApplicationDisplayVersion` property to `1.0.0` in the .cproj file located at `path/to/my-project.csproj`. The contents of the updated .cproj file will be printed to the console.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanagedcode%2Fmauiappversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanagedcode%2Fmauiappversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanagedcode%2Fmauiappversion/lists"}