mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
fix: set ApiVersion to private set
This commit is contained in:
@@ -12,7 +12,7 @@ namespace PepperDash.Essentials.Core
|
||||
/// API version string
|
||||
/// </summary>
|
||||
[JsonProperty("apiVersion")]
|
||||
public string ApiVersion { get; set; }
|
||||
public string ApiVersion { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Standard room properties
|
||||
|
||||
Reference in New Issue
Block a user