Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derskythe/WpfSettings
https://github.com/derskythe/WpfSettings
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/derskythe/WpfSettings
- Owner: derskythe
- License: mit
- Created: 2021-02-01T10:30:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T22:22:35.000Z (3 months ago)
- Last Synced: 2024-08-15T23:32:04.715Z (3 months ago)
- Language: C#
- Size: 43.9 KB
- Stars: 27
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.