File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // Copyright (c) Microsoft Corporation. All rights reserved.
1+ // Copyright (c) Microsoft Corporation. All rights reserved.
22// Licensed under the MIT License.
33
44using System . Collections . Generic ;
@@ -9,9 +9,15 @@ public class Listing
99 {
1010 public string ? Language { get ; set ; }
1111 public string ? Description { get ; set ; }
12+ public string ? WhatsNew { get ; set ; }
1213 public List < string > ? ProductFeatures { get ; set ; }
14+ public string ? ShortDescription { get ; set ; }
1315 public List < string > ? SearchTerms { get ; set ; }
1416 public string ? AdditionalLicenseTerms { get ; set ; }
17+ public string ? Copyright { get ; set ; }
18+ public string ? DevelopedBy { get ; set ; }
1519 public List < SystemRequirementDetail > ? Requirements { get ; set ; }
20+ public string ? SortTitle { get ; set ; }
21+ public string ? ContactInfo { get ; set ; }
1622 }
1723}
Original file line number Diff line number Diff line change 1- // Copyright (c) Microsoft Corporation. All rights reserved.
1+ // Copyright (c) Microsoft Corporation. All rights reserved.
22// Licensed under the MIT License.
33
44using System . Collections . Generic ;
@@ -9,7 +9,7 @@ public class UpdateMetadataRequest
99 {
1010 public Availability ? Availability { get ; set ; }
1111 public Properties ? Properties { get ; set ; }
12- public List < Listing > ? Listings { get ; set ; }
12+ public Listing ? Listings { get ; set ; }
1313 public List < string > ? ListingsToAdd { get ; set ; }
1414 public List < string > ? ListingsToRemove { get ; set ; }
1515 }
You can’t perform that action at this time.
0 commit comments