Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How SimpleUpdater.NET automatically upgrades a project

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article is to share with you about how to automatically upgrade the SimpleUpdater.NET project, the editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article.

SimpleUpdater.NET brief description / Introduction

This is a component that quickly adds automatic updates to existing applications, designed for .NET / WinForm, although it can also work in other languages through command line mode. WPF will support it later.

This is a rapid application automatic updater component designed for .NET / WinForm and could be easily integrated into current applications. And it also can work for other applications via command line mode. WPF support is on schedule.

FSLib.App.SimpleUpdater.Updater.CheckUpdateSimple ("http://localhost/{0}"," update_c.xml "); Features / Advantage

Transfer all data / Using HTTP to perform update through HTTP

Fully automated, almost no additional code / Fully automatically, almost no extra codes required

Rich API interface events, customizable / A large set events and customizable UI

Provide packaging tools, support command line packaging / Update package builder provided, supports build update packages via command line

Basic Integration steps / Basic steps to integrate

Using package builder to build update packages

Uploading update packages previously built to your server

Add updater assembly SimpleUpdater.dll reference to your project (Recommand using Nuget package, add fishlee.net.simpleupdater package)

Add update call to your Main () function

Create an update package using the update package build tool

Upload the generated update package to the server directory

Add a SimpleUpdater.dll reference to the project (Nuget package reference is recommended, search fishlee.net.simpleupdater)

Add an update check call to the Main () function

Publish and support Information / Release and Support

Software release Home Page / Offical website http://www.fishlee.net/soft/simple_autoupdater/

Using suggestion / Suggestion or Question, you can post inquiries in the automatic update repository knowledge community (recommended) or back garden forum.

Update log / Change Logs http://www.fishlee.net/soft/simple_autoupdater/#C-124

This is how SimpleUpdater.NET automatically upgrades the project. The editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report