Update README.md

This commit is contained in:
Stone_Red
2021-04-17 20:02:46 +02:00
committed by GitHub
parent cd3e919448
commit c16b034b3f
+1 -1
View File
@@ -13,7 +13,7 @@
https://www.nuget.org/packages/AlwaysUpToDate https://www.nuget.org/packages/AlwaysUpToDate
## How it works ## How it works
AlwaysUpToDate downloads an json file containing update information from your server. AlwaysUpToDate downloads a json file containing update information from your server.
The file gets used to determent if an update is available. If the version in the file is greater than the assembly version of your application then either the update event gets triggered or you can decide if you want to download the update or if the update is marked as mandatory it gets downloaded and installed instantly. The file gets used to determent if an update is available. If the version in the file is greater than the assembly version of your application then either the update event gets triggered or you can decide if you want to download the update or if the update is marked as mandatory it gets downloaded and installed instantly.
After the install the new version will be started automatically. After the install the new version will be started automatically.