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