Skip to content

Commit

Permalink
0.3.7
Browse files Browse the repository at this point in the history
- SCD builds were broken with the final .NET Core SDK release
  - Declaring a single `RuntimeIdentifier` attribute will force the .NET Core CLI to publish using SCD
  - netpkg-tool will now properly pick up on the `RuntimeIdentifier` and switch to SCD if it exists
  - If there is a `RuntimeIdentifier` without using the --scd flag, netpkg-tool will give a small warning
  • Loading branch information
phil-harmoniq committed Aug 26, 2017
1 parent afd3ecb commit f0db9d2
Showing 1 changed file with 2 additions and 2 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.6)
wget https://github.com/phil-harmoniq/netpkg-tool/releases/download/0.3.6/netpkg-tool
# Github releases are tagged with their version (ex: 0.3.7)
wget https://github.com/phil-harmoniq/netpkg-tool/releases/download/0.3.7/netpkg-tool
chmod a+x ./netpkg-tool

# Place netpkg-tool somewhere on your $PATH (Optional)
Expand Down

0 comments on commit f0db9d2

Please sign in to comment.