Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-harmoniq committed Nov 27, 2017
1 parent 12e161b commit 4b47f55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
Pre-packaged versions of *netpkg-tool* are available from the [releases tab](https://github.com/phil-harmoniq/netpkg-tool/releases):

```bash
# Github releases are tagged with their version (ex: 0.3.9)
wget https://github.com/phil-harmoniq/netpkg-tool/releases/download/0.3.9/netpkg-tool
# Github releases are tagged with their version (ex: 0.3.10)
wget https://github.com/phil-harmoniq/netpkg-tool/releases/download/0.3.10/netpkg-tool
chmod a+x ./netpkg-tool

# Place netpkg-tool somewhere on your $PATH (Optional)
Expand Down
4 changes: 2 additions & 2 deletions netpkg-tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Shell.Net" Version="0.2.0"/>
<PackageReference Include="ConsoleColors" Version="0.1.9-alpha"/>
<PackageReference Include="Shell.Net" Version="0.2.2"/>
<PackageReference Include="ConsoleColors" Version="0.1.10-alpha"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4b47f55

Please sign in to comment.