From 9b58076c6954d195b4576358deb0de8dc24e32e2 Mon Sep 17 00:00:00 2001 From: Daniele Viti Date: Thu, 14 Sep 2023 11:37:23 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 17b67ad..fac7ea1 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,15 @@ The Dockerfile consists of two stages: You can modify the Dockerfile and the `settings.json` and `users.json` files according to your specific requirements. For more information on Filebrowser settings and authentication methods, refer to the [Filebrowser documentation](https://filebrowser.org/configuration/authentication-method). +## Versioning + +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: +```xml +1.0.0 +1 +``` + ## Credits