internal FeaturePreReleaseLabel(PreReleaseLabelParticle branchLabel, PreReleaseLabelParticle featureBranchLabel) : base(branchLabel)
 {
     FeatureBranchLabel = featureBranchLabel;
 }
Ejemplo n.º 2
0
 internal PreReleaseLabel(PreReleaseLabelParticle branchLabel)
 {
     BranchLabel = branchLabel;
 }