Add server version check (#541)

This commit is contained in:
Leendert de Borst
2025-02-20 15:22:30 +01:00
parent 57673b5ee0
commit 45f748e247
10 changed files with 47 additions and 41 deletions

View File

@@ -25,12 +25,12 @@ public static class AppInfo
/// <summary>
/// Gets the minor version number.
/// </summary>
public const int VersionMinor = 11;
public const int VersionMinor = 12;
/// <summary>
/// Gets the patch version number.
/// </summary>
public const int VersionPatch = 1;
public const int VersionPatch = 0;
/// <summary>
/// Gets a dictionary of minimum supported client versions that the WebApi supports.