mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
fix: set ApiVersion to private set
This commit is contained in:
parent
1c5e75b025
commit
97ee87aa11
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue