forked from x97mdr/pickles
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dirk Rombauts
committed
Apr 28, 2018
1 parent
59ffd41
commit 9816dfa
Showing
50 changed files
with
1,017 additions
and
753 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@echo off | ||
set "picklesVersion=2.18.1" | ||
set "picklesVersion=2.18.2" | ||
|
||
cls | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="NFluent" version="2.2.0" targetFramework="net45" /> | ||
<package id="NUnit" version="3.9.0" targetFramework="net45" /> | ||
<package id="NUnit" version="3.10.1" targetFramework="net45" /> | ||
<package id="System.IO.Abstractions" version="2.1.0.178" targetFramework="net45" /> | ||
<package id="System.IO.Abstractions.TestingHelpers" version="2.1.0.178" targetFramework="net45" /> | ||
</packages> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Autofac" version="4.6.2" targetFramework="net45" /> | ||
<package id="Autofac" version="4.8.0" targetFramework="net45" /> | ||
<package id="NDesk.Options" version="0.2.1" /> | ||
<package id="NLog" version="4.4.12" targetFramework="net45" /> | ||
<package id="NLog.Config" version="4.4.12" targetFramework="net45" /> | ||
<package id="NLog.Schema" version="4.4.12" targetFramework="net45" /> | ||
<package id="NLog" version="4.5.3" targetFramework="net45" /> | ||
<package id="NLog.Config" version="4.5.3" targetFramework="net45" /> | ||
<package id="NLog.Schema" version="4.5.3" targetFramework="net45" /> | ||
<package id="System.IO.Abstractions" version="2.1.0.178" targetFramework="net45" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/Pickles/Pickles.DocumentationBuilders.Cucumber.UnitTests/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Pickles/Pickles.DocumentationBuilders.Cucumber/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net45" /> | ||
<package id="NLog" version="4.4.12" targetFramework="net45" /> | ||
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" /> | ||
<package id="NLog" version="4.5.3" targetFramework="net45" /> | ||
<package id="System.IO.Abstractions" version="2.1.0.178" targetFramework="net45" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/Pickles/Pickles.DocumentationBuilders.Dhtml.UnitTests/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="NFluent" version="2.2.0" targetFramework="net45" /> | ||
<package id="NUnit" version="3.9.0" targetFramework="net45" /> | ||
<package id="NUnit" version="3.10.1" targetFramework="net45" /> | ||
<package id="System.IO.Abstractions" version="2.1.0.178" targetFramework="net45" /> | ||
<package id="System.IO.Abstractions.TestingHelpers" version="2.1.0.178" targetFramework="net45" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Pickles/Pickles.DocumentationBuilders.Dhtml/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Autofac" version="4.6.2" targetFramework="net45" /> | ||
<package id="NLog" version="4.4.12" targetFramework="net45" /> | ||
<package id="Autofac" version="4.8.0" targetFramework="net45" /> | ||
<package id="NLog" version="4.5.3" targetFramework="net45" /> | ||
<package id="System.IO.Abstractions" version="2.1.0.178" targetFramework="net45" /> | ||
</packages> |
Oops, something went wrong.