There was an error while loading. Please reload this page.
2 parents 417f38a + 2cda788 commit 9daad5bCopy full SHA for 9daad5b
1 file changed
MSStore.API/Packaged/Models/BaseListing.cs
@@ -1,4 +1,4 @@
1
-// Copyright (c) Microsoft Corporation. All rights reserved.
+// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the MIT License.
3
4
using System.Collections.Generic;
@@ -15,5 +15,11 @@ public class BaseListing
15
public List<string>? RecommendedHardware { get; set; }
16
public List<string>? MinimumHardware { get; set; }
17
public string? Title { get; set; }
18
+ public string? LicenseTerms { get; set; }
19
+ public string? CopyrightAndTrademarkInfo { get; set; }
20
+ public string? ShortDescription { get; set; }
21
+ public string? ShortTitle { get; set; }
22
+ public string? VoiceTitle { get; set; }
23
+ public string? DevStudio { get; set; }
24
}
25
0 commit comments