WPF Auto-Updater is a straightforward and efficient solution designed to automatically update your WPF applications. With this tool, ensure that your users always have the latest version of your application without any manual intervention.
- Automatic Version Check: Compares the current application version with the server version to determine if an update is available.
- Seamless Updates: If a new version is detected, the updater prompts the user to download and install the update.
- Progress Tracking: A progress bar displays the download progress for a transparent user experience.
- Customizable Server Files: Define your server location and application details for a tailored update process.
- Version Check: On application launch, the updater checks the server for the latest version number.
- Download Prompt: If a newer version is detected, the user is prompted to download the update.
- Automatic Download: The updater handles the download process, showing progress to the user.
- Launch Updated Application: Once the download is complete, the updated application is launched automatically.
- Define your server location and application details in the MainWindow.xaml.cs file.
- Ensure the server files, especially the
version.txt
, are set up correctly as shown in the ---ServerFiles directory.
Contributions are welcome! Feel free to submit pull requests or raise issues to enhance the functionality of the updater.
This project is open-source.