You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Represents links to external profiles or resources added by the user.
@@ -108,7 +66,7 @@ public Project()
108
66
/// <summary>
109
67
/// Holds information about project assets that have been published for consumption by an end user, such as a Microsoft Store app, a package on nuget.org, a git repo, etc.
/// Users who are registered to participate in this publisher.
42
+
/// A list of other publishers who are managed under this publisher.
69
43
/// </summary>
70
-
publicCid[]Users{get;set;}=[];
44
+
publicDagCid[]ParentPublishers{get;set;}=[];
71
45
72
46
/// <summary>
73
47
/// A list of other publishers who are managed under this publisher.
74
48
/// </summary>
75
-
publicCid[]ParentPublishers{get;set;}=[];
49
+
publicDagCid[]ChildPublishers{get;set;}=[];
76
50
77
51
/// <summary>
78
-
/// A list of other publishers who are managed under this publisher.
52
+
/// Holds information about publisher assets that have been published for consumption by an end user, such as a Microsoft Store app, a package on nuget.org, a git repo, etc.
0 commit comments