Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelCheng authored May 31, 2017
1 parent 70bb07c commit 4763e86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
This is a utility for merging two NuGet packages _(two .NET Framework Versions)_ into a single nupkg package _(Multi-TargetFrameworks)_.

### +Usage+
### Usage

**NupkgMerge**.exe **-p**{"[rimary](rimary)"} "+primary.nupkg+" **-s**{"[econd](econd)"} "+second.nupkg+" **-o**{"[ut](ut)"} "+output.nupkg+"
**NupkgMerge**.exe **-p**[rimary] "primary.nupkg" **-s**[econd] "second.nupkg" **-o**[ut] "output.nupkg"

* **-P**{"[rimary](rimary)"}
* **-P**[rimary]
: Specifies the primary nupkg file to merge from. _(Higher Priority)_
* **-S**{"[econd](econd)"}
* **-S**[econd]
: Specifies the second nupkg file to merge from. _(Lower Priority)_ Only those items_(metadata/files)_ which are not in the primary nupkg file will be included in the output nupkg file.
* **-O**{"[ut](ut)"}
* **-O**[ut]
: Specifies the file name of new nupkg package for the merged output.


Expand Down

0 comments on commit 4763e86

Please sign in to comment.