{"id":34837097,"url":"https://github.com/modelingevolution/version-app","last_synced_at":"2026-05-25T10:03:35.086Z","repository":{"id":303417011,"uuid":"1015421422","full_name":"modelingevolution/version-app","owner":"modelingevolution","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-14T15:31:38.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-14T18:17:04.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/modelingevolution.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-07-07T13:28:43.000Z","updated_at":"2025-07-14T14:06:29.000Z","dependencies_parsed_at":"2025-07-07T14:54:22.527Z","dependency_job_id":"c92f9feb-0d34-472e-bbed-c55726572538","html_url":"https://github.com/modelingevolution/version-app","commit_stats":null,"previous_names":["modelingevolution/version-app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/modelingevolution/version-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modelingevolution%2Fversion-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modelingevolution%2Fversion-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modelingevolution%2Fversion-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modelingevolution%2Fversion-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modelingevolution","download_url":"https://codeload.github.com/modelingevolution/version-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modelingevolution%2Fversion-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28032374,"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","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"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":[],"created_at":"2025-12-25T16:07:09.791Z","updated_at":"2025-12-25T16:08:57.076Z","avatar_url":"https://github.com/modelingevolution.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VersionApp - AutoUpdater Test Application\n\nThis is a minimal .NET 9 API project used for integration testing the ModelingEvolution.AutoUpdater.\n\n## Features\n\n- **GET /version** - Returns the current version of the application\n- **GET /health** - Health check endpoint  \n- **GET /** - Application info and available endpoints\n\n## Building\n\n### Local Build\n```bash\ndotnet build src/VersionApp.csproj\ndotnet run --project src/VersionApp.csproj\n```\n\n### Docker Build\n```bash\n# Build version 1.0.0\ndocker build -t versionapp:1.0.0 --build-arg VERSION=1.0.0 .\n\n# Build version 1.1.0  \ndocker build -t versionapp:1.1.0 --build-arg VERSION=1.1.0 .\n```\n\n## Testing Version Updates\n\n1. Build and tag initial version:\n   ```bash\n   docker build -t versionapp:1.0.0 --build-arg VERSION=1.0.0 .\n   ```\n\n2. Run the container:\n   ```bash\n   docker run -d -p 5000:5000 versionapp:1.0.0\n   ```\n\n3. Check version:\n   ```bash\n   curl http://localhost:5000/version\n   # Output: {\"version\":\"1.0.0\"}\n   ```\n\n4. Build new version:\n   ```bash\n   docker build -t versionapp:1.1.0 --build-arg VERSION=1.1.0 .\n   ```\n\n5. Update via AutoUpdater (when configured)\n\n## Integration with AutoUpdater\n\nThis project is used as a test application for the ModelingEvolution.AutoUpdater. The docker-compose configuration for deployment is maintained in a separate repository: https://github.com/modelingevolution/version-app-compose.git\n\n### Version Tagging\n\nThe project uses Git tags for version management:\n```bash\ngit tag v1.0.0\ngit push origin v1.0.0\n```\n\nWhen AutoUpdater detects a new tag in the compose repository, it will:\n1. Pull the latest compose configuration\n2. Check out the tagged version  \n3. Run `docker-compose up -d` to update the container","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodelingevolution%2Fversion-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodelingevolution%2Fversion-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodelingevolution%2Fversion-app/lists"}