Skip to content

Commit 3cdbc33

Browse files
committed
add short description to app details data
1 parent b19a23c commit 3cdbc33

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/SteamWebAPI2/Models/SteamStore/AppDetailsContainer.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ internal class Data
206206
[JsonProperty("about_the_game")]
207207
public string AboutTheGame { get; set; }
208208

209+
[JsonProperty("short_description")]
210+
public string ShortDescription { get; set; }
211+
209212
[JsonProperty("supported_languages")]
210213
public string SupportedLanguages { get; set; }
211214

0 commit comments

Comments
 (0)