This repository was archived by the owner on Aug 23, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-11
lines changed
Machine.Specifications.ConsoleRunner Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6060 <HintPath >..\packages\CommandLineParser.1.9.71\lib\net35\CommandLine.dll</HintPath >
6161 </Reference >
6262 <Reference Include =" Machine.Specifications.Reporting" >
63- <HintPath >..\packages\Machine.Specifications.Reporting.0.9.0-Unstable0016 \lib\net20\Machine.Specifications.Reporting.dll</HintPath >
63+ <HintPath >..\packages\Machine.Specifications.Reporting.0.9.0-Unstable0019 \lib\net20\Machine.Specifications.Reporting.dll</HintPath >
6464 </Reference >
6565 <Reference Include =" Machine.Specifications.Reporting.Templates" >
66- <HintPath >..\packages\Machine.Specifications.Reporting.0.9.0-Unstable0016 \lib\net20\Machine.Specifications.Reporting.Templates.dll</HintPath >
66+ <HintPath >..\packages\Machine.Specifications.Reporting.0.9.0-Unstable0019 \lib\net20\Machine.Specifications.Reporting.Templates.dll</HintPath >
6767 </Reference >
6868 <Reference Include =" Machine.Specifications.Runner.Utility" >
6969 <HintPath >..\packages\Machine.Specifications.Runner.Utility.0.9.0-Unstable0022\lib\net20\Machine.Specifications.Runner.Utility.dll</HintPath >
8282 <Compile Include =" ExceptionReporter.cs" />
8383 <Compile Include =" ExitCode.cs" />
8484 <Compile Include =" IConsole.cs" />
85- <Compile Include =" ISpecificationResultProvider.cs" />
8685 <Compile Include =" Options.cs" />
8786 <Compile Include =" Outputs\ColorOutput.cs" />
8887 <Compile Include =" Outputs\FailedSpecificationsSummary.cs" />
Original file line number Diff line number Diff line change 99using Machine . Specifications . ConsoleRunner . Outputs ;
1010using Machine . Specifications . Reporting . Generation . Spark ;
1111using Machine . Specifications . Reporting . Generation . Xml ;
12+ using Machine . Specifications . Reporting . Integration ;
1213using Machine . Specifications . Reporting . Integration . AppVeyor ;
1314using Machine . Specifications . Reporting . Integration . TeamCity ;
1415using Machine . Specifications . Runner . Utility ;
Original file line number Diff line number Diff line change 11using System ;
22
33using Machine . Specifications . ConsoleRunner . Outputs ;
4+ using Machine . Specifications . Reporting . Integration ;
45using Machine . Specifications . Runner . Utility ;
56
67namespace Machine . Specifications . ConsoleRunner
Original file line number Diff line number Diff line change 22<packages >
33 <package id =" CommandLineParser" version =" 1.9.71" targetFramework =" net35" />
44 <package id =" GitFlowVersionTask" version =" 0.14.0" targetFramework =" net35" />
5- <package id =" Machine.Specifications.Reporting" version =" 0.9.0-Unstable0016 " targetFramework =" net35" />
5+ <package id =" Machine.Specifications.Reporting" version =" 0.9.0-Unstable0019 " targetFramework =" net35" />
66 <package id =" Machine.Specifications.Runner.Utility" version =" 0.9.0-Unstable0022" targetFramework =" net35" />
77 <package id =" Spark" version =" 1.7.5.3" targetFramework =" net35" />
88</packages >
You can’t perform that action at this time.
0 commit comments