-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49f1577
commit b3e13ac
Showing
29 changed files
with
1,742 additions
and
270 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
The following commands should do before performing "./package.sh" to apply latest making nupkg. | ||
|
||
commands: | ||
nuget locals all -clear | ||
nuget add StarMicronics.CloudPRNT-Utility.1.1.2.nupkg -Source ./packages | ||
dotnet add package StarMicronics.CloudPRNT-Utility -s ./packages -v 1.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
dotnet publish -o package\cputil-linux-arm -c Release -r linux-arm | ||
dotnet publish -o package\cputil-linux-x64 -c Release -r linux-x64 | ||
dotnet publish -o package\cputil-win-x64 -c Release -r win-x64 | ||
dotnet publish -o package\cputil-win-x86 -c Release -r win-x86 | ||
dotnet publish -o package\cputil-osx-x64 -c Release -r osx-x64 |
Oops, something went wrong.