Skip to content

Commit

Permalink
Merge pull request #15 from raspi/dev
Browse files Browse the repository at this point in the history
Update from dev branch
  • Loading branch information
raspi authored Oct 20, 2017
2 parents dbaf681 + 88a94c6 commit 88a7657
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WinLLDPService/app.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
<supportedRuntime version="v4.5" sku=".NETFramework,Version=v4.5.1"/>
</startup>
</configuration>
3 changes: 3 additions & 0 deletions WinLLDPService/build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ param (

Push-Location "$PSScriptRoot"

# Remove old files
Get-ChildItem -Path "$release_dir" -Include *.msi -File | foreach { $_.Delete()}

$release_dir = "$pwd/release"

if(![System.IO.Directory]::Exists("$release_dir")) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<summary>Small LLDP Windows Service</summary>
<description>Small LLDP Windows Service. Used by network switches to list network devices.</description>
<dependencies>
<dependency id="winpcap" version="4.1.3" />
<dependency id="chocolatey-uninstall.extension" />
</dependencies>
</metadata>
Expand Down

0 comments on commit 88a7657

Please sign in to comment.