Example #1
0
 public ReleaseNotesGenerator(NamedLookup settings, bool silent)
 {
     this.settings = settings;
     CheckRequiredFields();
     this.TFS    = TFSAccessor.TFSAccessorFactory(settings["Team Project Path"], settings["Project Name"], settings["Iteration"], settings["Project Subpath"]);
     this.logger = new Logger();
     this.silent = silent;
 }
		public ReleaseNotesGenerator(NamedLookup settings, bool silent)
		{
			this.settings = settings;
			CheckRequiredFields();
			this.TFS = TFSAccessor.TFSAccessorFactory(settings["Team Project Path"], settings["Project Name"], settings["Iteration"], settings["Project Subpath"]);
			this.logger = new Logger();
			this.silent = silent;
		}