-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -140,4 +140,5 @@ $RECYCLE.BIN/ | |
build/ | ||
|
||
# release dir | ||
release/ | ||
release/ | ||
dist/ |
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,20 @@ | ||
# Upgrading NEU_IPGW | ||
|
||
This guide provides instructions for upgrading to specific versions of NEU_IPGW. | ||
|
||
## v0.2.0 | ||
|
||
**Upgrading to NEU_IPGW 0.2 totally change the commonds.** | ||
|
||
This version add support for logout and total rebuild the project and refactor the command, add support for `logout`. | ||
|
||
* login commond `NEU_IPGW login -u username -p password` | ||
* logout commond `NEU_IPGW logout` | ||
* version commond `NEU_IPGW version` | ||
|
||
## v0.1.0 | ||
|
||
The first release version of NEU_IPGW, only have a single file. | ||
|
||
* login commond `NEU_IPGW --username username --password password` | ||
* version commond `NEU_IPGW --version` |