Skip to content

Commit 9121603

Browse files
committed
package updates
1 parent 8be324a commit 9121603

14 files changed

+283
-186
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,4 @@ Ghpr.NUnitExamples/.vs/Ghpr.NUnitExamples/v15/sqlite3/storage.ide
247247
*.ide
248248
*.ide-wal
249249
Ghpr.NUnitExamples/.vs/Ghpr.NUnitExamples/DesignTimeBuild/.dtbcache
250+
*.lock
Binary file not shown.
Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
11
{
2-
"outputPath": "C:\\_GHPReporter_Core_Report",
3-
"dataServiceFile": "Ghpr.LocalFileSystem.dll",
4-
"loggerFile": "",
5-
"sprint": "",
6-
"reportName": "GHP Report",
7-
"projectName": "Awesome project",
8-
"runName": "",
9-
"runGuid": "",
10-
"realTimeGeneration": "True",
11-
"runsToDisplay": "5",
12-
"testsToDisplay": "5",
13-
"retention": {
14-
"amount": 10,
15-
"till": "2018-08-20 10:00:00"
16-
}
2+
"default": {
3+
"outputPath": "C:\\_GHPReporter_Core_Report",
4+
"dataServiceFile": "Ghpr.LocalFileSystem.dll",
5+
"loggerFile": "",
6+
"sprint": "",
7+
"reportName": "GHP Report",
8+
"projectName": "Awesome project",
9+
"runName": "",
10+
"runGuid": "",
11+
"realTimeGeneration": "True",
12+
"runsToDisplay": "5",
13+
"testsToDisplay": "5",
14+
"retention": {
15+
"amount": 1000,
16+
"till": "2017-01-25 10:00:00"
17+
}
18+
},
19+
"projects": [
20+
{
21+
"pattern": "*CoolTests.dll",
22+
"settings": {
23+
"outputPath": "C:\\_GHPReporter_Core_Report\\CoolTests"
24+
}
25+
},
26+
{
27+
"pattern": "*AwesomeTests.dll",
28+
"settings": {
29+
"outputPath": "C:\\_GHPReporter_Core_Report\\AwesomeTests"
30+
}
31+
}
32+
]
1733
}
Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
11
{
2-
"outputPath": "C:\\_GHPReporter_NUnit_Report",
3-
"dataServiceFile": "Ghpr.LocalFileSystem.dll",
4-
"loggerFile": "",
5-
"sprint": "",
6-
"reportName": "GHP Report",
7-
"projectName": "Awesome project",
8-
"runName": "",
9-
"runGuid": "",
10-
"realTimeGeneration": "True",
11-
"runsToDisplay": "5",
12-
"testsToDisplay": "5",
13-
"retention": {
14-
"amount": 1000,
15-
"till": "2010-08-20 10:00:00"
16-
}
2+
"default": {
3+
"outputPath": "C:\\_GHPReporter_NUnit_Report",
4+
"dataServiceFile": "Ghpr.LocalFileSystem.dll",
5+
"loggerFile": "",
6+
"sprint": "",
7+
"reportName": "GHP Report",
8+
"projectName": "Awesome project",
9+
"runName": "",
10+
"runGuid": "",
11+
"realTimeGeneration": "True",
12+
"runsToDisplay": "5",
13+
"testsToDisplay": "5",
14+
"retention": {
15+
"amount": 1000,
16+
"till": "2010-08-20 10:00:00"
17+
}
18+
},
19+
"projects": [
20+
{
21+
"pattern": "*CoolTests.dll",
22+
"settings": {
23+
"outputPath": "C:\\_GHPReporter_NUnit_Report\\CoolTests"
24+
}
25+
},
26+
{
27+
"pattern": "*AwesomeTests.dll",
28+
"settings": {
29+
"outputPath": "C:\\_GHPReporter_NUnit_Report\\AwesomeTests"
30+
}
31+
}
32+
]
1733
}

Ghpr.NUnitExamples/Ghpr.NUnitExamples.csproj

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="packages\NUnit.3.11.0\build\NUnit.props" Condition="Exists('packages\NUnit.3.11.0\build\NUnit.props')" />
3+
<Import Project="packages\NUnit.3.12.0\build\NUnit.props" Condition="Exists('packages\NUnit.3.12.0\build\NUnit.props')" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -33,41 +33,41 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Ghpr.Core, Version=0.9.4.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>packages\Ghpr.Core.0.9.4\lib\net452\Ghpr.Core.dll</HintPath>
36+
<Reference Include="Ghpr.Core, Version=0.9.9.1, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>packages\Ghpr.Core.0.9.9.1\lib\net452\Ghpr.Core.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Ghpr.LocalFileSystem, Version=0.9.4.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>packages\Ghpr.LocalFileSystem.0.9.4\lib\net452\Ghpr.LocalFileSystem.dll</HintPath>
39+
<Reference Include="Ghpr.LocalFileSystem, Version=0.9.9.2, Culture=neutral, processorArchitecture=MSIL">
40+
<HintPath>packages\Ghpr.LocalFileSystem.0.9.9.2\lib\net452\Ghpr.LocalFileSystem.dll</HintPath>
4141
</Reference>
42-
<Reference Include="Ghpr.NUnit, Version=0.9.4.0, Culture=neutral, processorArchitecture=MSIL">
43-
<HintPath>packages\Ghpr.NUnit.0.9.4\lib\net452\Ghpr.NUnit.dll</HintPath>
42+
<Reference Include="Ghpr.NUnit, Version=0.9.9.1, Culture=neutral, processorArchitecture=MSIL">
43+
<HintPath>packages\Ghpr.NUnit.0.9.9.1\lib\net452\Ghpr.NUnit.dll</HintPath>
4444
</Reference>
4545
<Reference Include="Ghpr.SerilogToSeqLogger, Version=0.9.3.0, Culture=neutral, processorArchitecture=MSIL">
4646
<HintPath>packages\Ghpr.SerilogToSeqLogger.0.9.3\lib\net452\Ghpr.SerilogToSeqLogger.dll</HintPath>
4747
</Reference>
4848
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
49-
<HintPath>packages\NUnit.Engine.3.9.0\lib\Mono.Cecil.dll</HintPath>
49+
<HintPath>packages\NUnit.Engine.3.10.0\lib\net20\Mono.Cecil.dll</HintPath>
5050
</Reference>
5151
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
52-
<HintPath>packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
52+
<HintPath>packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
5353
</Reference>
54-
<Reference Include="nunit-agent, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
55-
<HintPath>packages\NUnit.Engine.3.9.0\lib\nunit-agent.exe</HintPath>
54+
<Reference Include="nunit-agent, Version=3.10.0.0, Culture=neutral, processorArchitecture=MSIL">
55+
<HintPath>packages\NUnit.Engine.3.10.0\lib\net20\nunit-agent.exe</HintPath>
5656
</Reference>
57-
<Reference Include="nunit-agent-x86, Version=3.9.0.0, Culture=neutral, processorArchitecture=x86">
58-
<HintPath>packages\NUnit.Engine.3.9.0\lib\nunit-agent-x86.exe</HintPath>
57+
<Reference Include="nunit-agent-x86, Version=3.10.0.0, Culture=neutral, processorArchitecture=x86">
58+
<HintPath>packages\NUnit.Engine.3.10.0\lib\net20\nunit-agent-x86.exe</HintPath>
5959
</Reference>
60-
<Reference Include="nunit.engine, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
61-
<HintPath>packages\NUnit.Engine.3.9.0\lib\nunit.engine.dll</HintPath>
60+
<Reference Include="nunit.engine, Version=3.10.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
61+
<HintPath>packages\NUnit.Engine.3.10.0\lib\net20\nunit.engine.dll</HintPath>
6262
</Reference>
6363
<Reference Include="nunit.engine.api, Version=3.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
64-
<HintPath>packages\NUnit.Engine.3.9.0\lib\nunit.engine.api.dll</HintPath>
64+
<HintPath>packages\NUnit.Engine.3.10.0\lib\net20\nunit.engine.api.dll</HintPath>
6565
</Reference>
66-
<Reference Include="nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
67-
<HintPath>packages\NUnit.3.11.0\lib\net45\nunit.framework.dll</HintPath>
66+
<Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
67+
<HintPath>packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
6868
</Reference>
6969
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
70-
<HintPath>packages\Serilog.2.7.1\lib\net45\Serilog.dll</HintPath>
70+
<HintPath>packages\Serilog.2.8.0\lib\net45\Serilog.dll</HintPath>
7171
</Reference>
7272
<Reference Include="Serilog.Formatting.Compact, Version=1.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
7373
<HintPath>packages\Serilog.Formatting.Compact.1.0.0\lib\net45\Serilog.Formatting.Compact.dll</HintPath>
@@ -79,7 +79,7 @@
7979
<HintPath>packages\Serilog.Sinks.File.4.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
8080
</Reference>
8181
<Reference Include="Serilog.Sinks.PeriodicBatching, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
82-
<HintPath>packages\Serilog.Sinks.PeriodicBatching.2.1.1\lib\net45\Serilog.Sinks.PeriodicBatching.dll</HintPath>
82+
<HintPath>packages\Serilog.Sinks.PeriodicBatching.2.2.0\lib\net45\Serilog.Sinks.PeriodicBatching.dll</HintPath>
8383
</Reference>
8484
<Reference Include="Serilog.Sinks.Seq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
8585
<HintPath>packages\Serilog.Sinks.Seq.4.0.0\lib\net45\Serilog.Sinks.Seq.dll</HintPath>
@@ -146,7 +146,7 @@
146146
<PropertyGroup>
147147
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
148148
</PropertyGroup>
149-
<Error Condition="!Exists('packages\NUnit.3.11.0\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\NUnit.3.11.0\build\NUnit.props'))" />
149+
<Error Condition="!Exists('packages\NUnit.3.12.0\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\NUnit.3.12.0\build\NUnit.props'))" />
150150
</Target>
151151
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
152152
Other similar extension points exist, see Microsoft.Common.targets.

Ghpr.NUnitExamples/packages.config

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Ghpr.Core" version="0.9.4" targetFramework="net452" />
4-
<package id="Ghpr.LocalFileSystem" version="0.9.4" targetFramework="net452" />
5-
<package id="Ghpr.NUnit" version="0.9.4" targetFramework="net452" />
3+
<package id="Ghpr.Core" version="0.9.9.1" targetFramework="net452" />
4+
<package id="Ghpr.LocalFileSystem" version="0.9.9.2" targetFramework="net452" />
5+
<package id="Ghpr.NUnit" version="0.9.9.1" targetFramework="net452" />
66
<package id="Ghpr.SerilogToSeqLogger" version="0.9.3" targetFramework="net452" />
7-
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net452" />
8-
<package id="NUnit" version="3.11.0" targetFramework="net452" />
9-
<package id="NUnit.Console" version="3.9.0" targetFramework="net452" />
10-
<package id="NUnit.ConsoleRunner" version="3.9.0" targetFramework="net452" />
11-
<package id="NUnit.Engine" version="3.9.0" targetFramework="net452" />
7+
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net452" />
8+
<package id="NUnit" version="3.12.0" targetFramework="net452" />
9+
<package id="NUnit.Console" version="3.10.0" targetFramework="net452" />
10+
<package id="NUnit.ConsoleRunner" version="3.10.0" targetFramework="net452" />
11+
<package id="NUnit.Engine" version="3.10.0" targetFramework="net452" />
1212
<package id="NUnit.Extension.NUnitProjectLoader" version="3.6.0" targetFramework="net452" />
1313
<package id="NUnit.Extension.NUnitV2Driver" version="3.7.0" targetFramework="net452" />
1414
<package id="NUnit.Extension.NUnitV2ResultWriter" version="3.6.0" targetFramework="net452" />
15-
<package id="NUnit.Extension.TeamCityEventListener" version="1.0.5" targetFramework="net452" />
15+
<package id="NUnit.Extension.TeamCityEventListener" version="1.0.6" targetFramework="net452" />
1616
<package id="NUnit.Extension.VSProjectLoader" version="3.8.0" targetFramework="net452" />
17-
<package id="Serilog" version="2.7.1" targetFramework="net452" />
17+
<package id="Serilog" version="2.8.0" targetFramework="net452" />
1818
<package id="Serilog.Formatting.Compact" version="1.0.0" targetFramework="net452" />
1919
<package id="Serilog.Settings.AppSettings" version="2.2.2" targetFramework="net452" />
2020
<package id="Serilog.Sinks.File" version="4.0.0" targetFramework="net452" />
21-
<package id="Serilog.Sinks.PeriodicBatching" version="2.1.1" targetFramework="net452" />
21+
<package id="Serilog.Sinks.PeriodicBatching" version="2.2.0" targetFramework="net452" />
2222
<package id="Serilog.Sinks.Seq" version="4.0.0" targetFramework="net452" />
2323
</packages>
Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
11
{
2-
"outputPath": "C:\\_GHPReporter_Core_Report",
3-
"dataServiceFile": "Ghpr.LocalFileSystem.dll",
4-
"loggerFile": "",
5-
"sprint": "",
6-
"reportName": "GHP Report",
7-
"projectName": "Awesome project",
8-
"runName": "",
9-
"runGuid": "",
10-
"realTimeGeneration": "True",
11-
"runsToDisplay": "5",
12-
"testsToDisplay": "5",
13-
"retention": {
14-
"amount": 10,
15-
"till": "2018-08-20 10:00:00"
16-
}
2+
"default": {
3+
"outputPath": "C:\\_GHPReporter_Core_Report",
4+
"dataServiceFile": "Ghpr.LocalFileSystem.dll",
5+
"loggerFile": "",
6+
"sprint": "",
7+
"reportName": "GHP Report",
8+
"projectName": "Awesome project",
9+
"runName": "",
10+
"runGuid": "",
11+
"realTimeGeneration": "True",
12+
"runsToDisplay": "5",
13+
"testsToDisplay": "5",
14+
"retention": {
15+
"amount": 1000,
16+
"till": "2017-01-25 10:00:00"
17+
}
18+
},
19+
"projects": [
20+
{
21+
"pattern": "*CoolTests.dll",
22+
"settings": {
23+
"outputPath": "C:\\_GHPReporter_Core_Report\\CoolTests"
24+
}
25+
},
26+
{
27+
"pattern": "*AwesomeTests.dll",
28+
"settings": {
29+
"outputPath": "C:\\_GHPReporter_Core_Report\\AwesomeTests"
30+
}
31+
}
32+
]
1733
}
Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
11
{
2-
"outputPath": "C:\\_GHPReporter_NUnit_Report",
3-
"dataServiceFile": "Ghpr.LocalFileSystem.dll",
4-
"loggerFile": "",
5-
"sprint": "",
6-
"reportName": "GHP Report",
7-
"projectName": "Awesome project",
8-
"runName": "",
9-
"runGuid": "",
10-
"realTimeGeneration": "True",
11-
"runsToDisplay": "5",
12-
"testsToDisplay": "5",
13-
"retention": {
14-
"amount": 1000,
15-
"till": "2010-08-20 10:00:00"
16-
}
2+
"default": {
3+
"outputPath": "C:\\_GHPReporter_NUnit_Report",
4+
"dataServiceFile": "Ghpr.LocalFileSystem.dll",
5+
"loggerFile": "",
6+
"sprint": "",
7+
"reportName": "GHP Report",
8+
"projectName": "Awesome project",
9+
"runName": "",
10+
"runGuid": "",
11+
"realTimeGeneration": "True",
12+
"runsToDisplay": "5",
13+
"testsToDisplay": "5",
14+
"retention": {
15+
"amount": 1000,
16+
"till": "2010-08-20 10:00:00"
17+
}
18+
},
19+
"projects": [
20+
{
21+
"pattern": "*CoolTests.dll",
22+
"settings": {
23+
"outputPath": "C:\\_GHPReporter_NUnit_Report\\CoolTests"
24+
}
25+
},
26+
{
27+
"pattern": "*AwesomeTests.dll",
28+
"settings": {
29+
"outputPath": "C:\\_GHPReporter_NUnit_Report\\AwesomeTests"
30+
}
31+
}
32+
]
1733
}

0 commit comments

Comments
 (0)