{"id":20393704,"url":"https://github.com/luanroger/netmsixupdaterformscomponent","last_synced_at":"2026-04-14T10:31:14.326Z","repository":{"id":110441442,"uuid":"434904110","full_name":"LuanRoger/NetMsixUpdaterFormsComponent","owner":"LuanRoger","description":"A component for Windows Forms using NetMsixUpdater to implement updates to Forms apps more fast.","archived":false,"fork":false,"pushed_at":"2022-02-01T11:51:46.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T10:55:57.970Z","etag":null,"topics":["component","csharp","dotnet","msix","updater","windows","windows-forms"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/NetMsixUpdaterFormsComponent","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/LuanRoger.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":"2021-12-04T13:08:54.000Z","updated_at":"2023-04-23T11:56:04.000Z","dependencies_parsed_at":"2023-05-11T01:45:45.875Z","dependency_job_id":null,"html_url":"https://github.com/LuanRoger/NetMsixUpdaterFormsComponent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuanRoger%2FNetMsixUpdaterFormsComponent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuanRoger%2FNetMsixUpdaterFormsComponent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuanRoger%2FNetMsixUpdaterFormsComponent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuanRoger%2FNetMsixUpdaterFormsComponent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LuanRoger","download_url":"https://codeload.github.com/LuanRoger/NetMsixUpdaterFormsComponent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241945214,"owners_count":20046858,"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":["component","csharp","dotnet","msix","updater","windows","windows-forms"],"created_at":"2024-11-15T03:49:44.438Z","updated_at":"2025-12-31T01:03:05.419Z","avatar_url":"https://github.com/LuanRoger.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NetMsixUpdaterFormsComponent\n### A component for Windows Forms using NetMsixUpdater to implement updates to Forms apps more fast.\n\n![downloads](https://img.shields.io/nuget/dt/NetMsixUpdaterFormsComponent)\n![version](https://img.shields.io/nuget/v/NetMsixUpdaterFormsComponent)\n\n## Dependencies\n- net5.0-windows7.0\n- Microsoft.Web.WebView2 (\u003e= 1.0.1054.31)\n- NetMsixUpdater (\u003e= 0.2.2)\n\n## Instalation\n### PM\n```powershell\nInstall-Package NetMsixUpdaterFormsComponent\n```\n### .NET CLI\n```powershell\ndotnet add package NetMsixUpdaterFormsComponent\n```\n\n## Example\n```csharp\npublic partial class Form1 : Form\n{\n    private UpdateForm updateForm { get; }\n\n    public Form1()\n    {\n        InitializeComponent();\n\n        updateForm = new(new(Assembly.GetExecutingAssembly(), Consts.YAML_UPDATE_PATH));\n    }\n\n    private void Form1_Load(object sender, EventArgs e)\n    { \n        lblAssemblyVersion.Text = string.Format(lblAssemblyVersion.Text, \n            Assembly.GetExecutingAssembly().GetName().Version);\n        lblUpdated.Text = string.Format(lblUpdated.Text, updateForm.msixUpdater.hasUpdated.ToString());\n    }\n\n    private void btnSearchUpdate_Click(object sender, EventArgs e) =\u003e updateForm.Start();\n}\n```\n\u003e Setup and initialize `UpdateForm`\n\n## Documentation\nDocumentation is available on [Wiki](https://github.com/LuanRoger/NetMsixUpdaterFormsComponent/wiki)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluanroger%2Fnetmsixupdaterformscomponent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluanroger%2Fnetmsixupdaterformscomponent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluanroger%2Fnetmsixupdaterformscomponent/lists"}