-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.4 release
- Loading branch information
Showing
27 changed files
with
1,837 additions
and
1,280 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
|
||
<!-- | ||
See https://github.com/nlog/nlog/wiki/Configuration-file | ||
for information on customizing logging rules and outputs. | ||
--> | ||
<targets> | ||
<!-- add your targets here --> | ||
|
||
<!-- | ||
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log" | ||
layout="${longdate} ${uppercase:${level}} ${message}" /> | ||
--> | ||
</targets> | ||
|
||
<rules> | ||
<!-- add your logging rules here --> | ||
|
||
<!-- | ||
<logger name="*" minlevel="Trace" writeTo="f" /> | ||
--> | ||
</rules> | ||
</nlog> |
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="HtmlAgilityPack" version="1.4.6" targetFramework="net45" /> | ||
<package id="HtmlAgilityPack" version="1.4.9" targetFramework="net45" /> | ||
<package id="NAudio" version="1.7.1" targetFramework="net45" /> | ||
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net45" /> | ||
<package id="NLog" version="2.1.0" targetFramework="net45" /> | ||
<package id="NLog.Config" version="2.1.0" targetFramework="net45" /> | ||
<package id="NLog.Schema" version="2.1.0" targetFramework="net45" /> | ||
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" /> | ||
<package id="NLog" version="3.1.0.0" targetFramework="net45" /> | ||
<package id="NLog.Config" version="3.1.0.0" targetFramework="net45" /> | ||
<package id="NLog.Schema" version="3.1.0.0" 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
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
Oops, something went wrong.