All Projects → iccfish → Fslib.app.simpleupdater

iccfish / Fslib.app.simpleupdater

Licence: lgpl-3.0
A simple automatic update library for .net. 一个炒鸡简单但是足够好用的自动更新库。

Projects that are alternatives of or similar to Fslib.app.simpleupdater

NetStalker
A network tool to control the bandwidth over your local network.
Stars: ✭ 69 (-84.39%)
Mutual labels:  winforms
Winforms
Windows Forms is a .NET UI framework for building Windows desktop applications.
Stars: ✭ 3,301 (+646.83%)
Mutual labels:  winforms
Phar Updater
A thing to make PHAR self-updates easy and secure
Stars: ✭ 362 (-18.1%)
Mutual labels:  updater
Yii2 Migration
Yii 2 Migration Creator And Updater
Stars: ✭ 262 (-40.72%)
Mutual labels:  updater
Appimageupdate
AppImageUpdate lets you update AppImages in a decentral way using information embedded in the AppImage itself.
Stars: ✭ 261 (-40.95%)
Mutual labels:  updater
Appupdate
🚀 Android 版本更新 🚀 a library for android version update 🚀
Stars: ✭ 3,375 (+663.57%)
Mutual labels:  updater
MaterialSkin
Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
Stars: ✭ 209 (-52.71%)
Mutual labels:  winforms
Qsimpleupdater
Updater system for Qt applications
Stars: ✭ 429 (-2.94%)
Mutual labels:  updater
Visualplus
🎨 The VisualPlus Framework (VPF) for WinForms allows you to rapidly deploy professional .NET applications with customizable components and controls.
Stars: ✭ 268 (-39.37%)
Mutual labels:  winforms
Exceptionless.net
Exceptionless clients for the .NET platform
Stars: ✭ 362 (-18.1%)
Mutual labels:  winforms
Microsoft.toolkit.win32
This repository contains all controls for WPF and WinForms to simplify and demonstrate usage of UWP controls
Stars: ✭ 257 (-41.86%)
Mutual labels:  winforms
Athame
An extensible music download tool written in C#
Stars: ✭ 265 (-40.05%)
Mutual labels:  winforms
Modern.forms
Cross-platform spiritual successor to Winforms for .NET Core
Stars: ✭ 323 (-26.92%)
Mutual labels:  winforms
KeLi.FormChart
This is a ms windows forms chart demo project.
Stars: ✭ 12 (-97.29%)
Mutual labels:  winforms
Virustotaluploader
C# Open-Source Winforms application for uploading files to VirusTotal
Stars: ✭ 387 (-12.44%)
Mutual labels:  winforms
DotNetBrowser-Examples
Examples of using DotNetBrowser
Stars: ✭ 19 (-95.7%)
Mutual labels:  winforms
Shineupdater
An Enterprise app update framework for iOS
Stars: ✭ 301 (-31.9%)
Mutual labels:  updater
Windowscommunitytoolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,654 (+952.94%)
Mutual labels:  winforms
Nupdate
A comfortable update solution for .NET-applications.
Stars: ✭ 394 (-10.86%)
Mutual labels:  updater
Lazywinadmin gui
PowerShell Script that generates a GUI/WinForms loaded with tons of functions
Stars: ✭ 326 (-26.24%)
Mutual labels:  winforms

SimpleUpdater.NET

简要说明 / Introduction

这是一个快速为已有的应用程序增加自动更新功能的组件,专为 .NET/WinForm 设计,虽然也可以通过命令行模式工作在其它语言中。 WPF将会在稍后支持。

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");

特点 / Advantage

  • 通过HTTP传输所有资料 / Using HTTP to perform update
  • 全自动化,几乎不需要额外代码 / Fully automatically, almost no extra codes required
  • 丰富的API接口事件,可定制化 / A large set events and customizable UI
  • 提供打包工具,支持命令行打包 / Update package builder provided, supports build update packages via command line

基本集成步骤 / 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

  • 使用更新包构建工具创建更新包

  • 上传生成的更新包到服务器目录中

  • 在项目中添加 SimpleUpdater.dll 引用 (推荐使用Nuget包引用,搜索 fishlee.net.simpleupdater

  • Main() 函数中添加更新检查调用

发布和支持信息 / Release and Support

软件发布主页 / Offical website http://www.fishlee.net/soft/simple_autoupdater/

使用建议 / Suggestion or Question 可以在 自动更新库知识社区 (推荐)后花园论坛 发帖询问

更新日志 / Change Logs http://www.fishlee.net/soft/simple_autoupdater/#C-124

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].