Skip to content

Commit ce69248

Browse files
authored
Fixed 'RequireLicenseAcceptance' (loic-sharma#407)
1 parent 5049011 commit ce69248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BaGet.Protocol/Models/PackageDetailsCatalogLeaf.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ public class PackageDetailsCatalogLeaf : CatalogLeaf
122122
/// <summary>
123123
/// If true, the package requires its license to be accepted.
124124
/// </summary>
125-
[JsonProperty("requireLicenseAgreement")]
126-
public bool? RequireLicenseAgreement { get; set; }
125+
[JsonProperty("requireLicenseAcceptance")]
126+
public bool? RequireLicenseAcceptance { get; set; }
127127

128128
/// <summary>
129129
/// The package's summary.

0 commit comments

Comments
 (0)