Added dependency on LogParser
This commit is contained in:
@@ -18,7 +18,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
appveyor.yml = appveyor.yml
|
||||
chocolatey.png = chocolatey.png
|
||||
tools\chocolateyInstall.ps1.template = tools\chocolateyInstall.ps1.template
|
||||
chocolateyInstall.ps1.template = chocolateyInstall.ps1.template
|
||||
LICENSE.txt = LICENSE.txt
|
||||
README.md = README.md
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<!--<iconUrl>http://cdn.rawgit.com/__CHOCO_PKG_MAINTAINER_REPO__/master/icons/TimberWinR.png</iconUrl>-->
|
||||
<!--<dependencies>
|
||||
<dependency id="" version="" />
|
||||
</dependencies>-->
|
||||
<dependencies>
|
||||
<dependency id="LogParser" version="2.2.0.1" />
|
||||
</dependencies>
|
||||
<releaseNotes></releaseNotes>
|
||||
</metadata>
|
||||
<files>
|
||||
|
||||
Reference in New Issue
Block a user