示例#1
0
 public NuspecTemplateContext(NuspecTemplate current, NuspecTemplateCollection templates, Solution solution, SemanticVersion version)
 {
     Templates = templates;
     Version   = version;
     Solution  = solution;
     Current   = current;
 }
示例#2
0
 public NuspecTemplateContext(NuspecTemplate current, NuspecTemplateCollection templates, Solution solution)
     : this(current, templates, solution, null)
 {
 }