Skip to content

Commit 9daad5b

Browse files
authored
Merge pull request #91 from microsoft/user/kinangun/update_base_listing
Added additional fields for BaseListing to support MSIX listings update
2 parents 417f38a + 2cda788 commit 9daad5b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

MSStore.API/Packaged/Models/BaseListing.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
33

44
using System.Collections.Generic;
@@ -15,5 +15,11 @@ public class BaseListing
1515
public List<string>? RecommendedHardware { get; set; }
1616
public List<string>? MinimumHardware { get; set; }
1717
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; }
1824
}
1925
}

0 commit comments

Comments
 (0)