Update README.md

This commit is contained in:
2023-09-14 11:38:08 +02:00
committed by GitHub
parent 9b58076c69
commit a358090e96

View File

@@ -32,6 +32,7 @@ You can modify the Dockerfile and the `settings.json` and `users.json` files acc
## Versioning ## Versioning
To enable automatic updates managed by F-Droid app you need to specify VersionName(string) and VersionCode(uint). To enable automatic updates managed by F-Droid app you need to specify VersionName(string) and VersionCode(uint).
In case the app has been built using Xamarin or MAUI you'll need to specify the options below in your current .csproj file: In case the app has been built using Xamarin or MAUI you'll need to specify the options below in your current .csproj file:
```xml ```xml
<ApplicationDisplayVersion>1.0.0</ApplicationDisplayVersion> <ApplicationDisplayVersion>1.0.0</ApplicationDisplayVersion>