Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/derskythe/WpfSettings


https://github.com/derskythe/WpfSettings

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### Preface
This project was created as a wrapper for the ClickOnce in .NET 5, because in this version ApplicationDeployment was not implemented.

### Features

- Silent update
- Get current running version and version of package on server
- Get DataDir of installation

### Description
The main project is PureManApplicationDeployment and you can embed it into your application.
Unfortunately, I have not found a way to receive UpdateUrl so this property must be hardcoded.
The WpfSettings project is just an example of how you can work with the PureManApplicationDeployment library and shows main functionality.