{"id":20104459,"url":"https://github.com/hehang0/autoupdatedotnet","last_synced_at":"2026-07-03T05:31:25.685Z","repository":{"id":176469281,"uuid":"658281298","full_name":"HeHang0/AutoUpdateDotNet","owner":"HeHang0","description":"AutoUpdate is a library for automatically updating .NET applications. It can check for new update packages, download them, and install them.","archived":false,"fork":false,"pushed_at":"2023-06-27T09:08:33.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-07T12:28:21.458Z","etag":null,"topics":["auto-update","csharp","netcore","netframework"],"latest_commit_sha":null,"homepage":"","language":"C#","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/HeHang0.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}},"created_at":"2023-06-25T09:52:39.000Z","updated_at":"2023-06-27T08:26:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"bffb9e8d-c28e-4c27-9260-4dae4817407f","html_url":"https://github.com/HeHang0/AutoUpdateDotNet","commit_stats":null,"previous_names":["hehang0/autoupdatedotnet"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/HeHang0/AutoUpdateDotNet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeHang0%2FAutoUpdateDotNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeHang0%2FAutoUpdateDotNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeHang0%2FAutoUpdateDotNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeHang0%2FAutoUpdateDotNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeHang0","download_url":"https://codeload.github.com/HeHang0/AutoUpdateDotNet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeHang0%2FAutoUpdateDotNet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35074134,"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-03T02:00:05.635Z","response_time":110,"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":["auto-update","csharp","netcore","netframework"],"created_at":"2024-11-13T17:43:37.659Z","updated_at":"2026-07-03T05:31:25.677Z","avatar_url":"https://github.com/HeHang0.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoUpdate [![NuGet](https://img.shields.io/nuget/v/AutoUpdateDotNet.Core.svg)](https://nuget.org/packages/AutoUpdateDotNet.Core) [![Build AutoUpdate](https://github.com/HeHang0/AutoUpdateDotNet/actions/workflows/core.library.nuget.yml/badge.svg)](https://github.com/HeHang0/AutoUpdateDotNet/actions/workflows/core.library.nuget.yml)\n\n\nAutoUpdate is a library for automatically updating .NET applications. It can check for new update packages, download them, and install them.\n\n## Usage\n-------\n\nAutoUpdate is available as [NuGet package](https://www.nuget.org/packages/AutoUpdateDotNet.Core).\n\n```csharp\nvoid NewPackageChecked(AutoUpdate.Core.AutoUpdate sender, PackageCheckedEventArgs e)\n{\n    Console.WriteLine($\"[{DateTime.Now}] New Update: {e.Version}\");\n    CancellationTokenSource cts = new CancellationTokenSource();\n    sender.Update(new SingleInstaller(), cts.Token, new Progress\u003cint\u003e(p =\u003e\n    {\n        Console.WriteLine($\"[{DateTime.Now}] Download Progress: {p}\");\n        if(p == 50) cts.Cancel();\n    }));\n}\n\nvar githubChecker = new GithubChecker(\"hehang0\", \"FileViewer\", \"FileViewer.exe\", \"v1.3.0\");\nvar autoUpdate = new AutoUpdate.Core.AutoUpdate(new Options(githubChecker));\nautoUpdate.NewPackageChecked += NewPackageChecked;\n\nautoUpdate.Start();\n```\n\n## Repository\n-------\n\nThe source code for AutoUpdateDotNet is hosted on GitHub. You can find it at the following URL: [https://github.com/HeHang0/AutoUpdateDotNet](https://github.com/HeHang0/AutoUpdateDotNet)\n\n## License\n-------\n\nAutoUpdateDotNet is released under the MIT license. This means you are free to use and modify it, as long as you comply with the terms of the license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhehang0%2Fautoupdatedotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhehang0%2Fautoupdatedotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhehang0%2Fautoupdatedotnet/lists"}