Update README
This commit is contained in:
parent
1e44e050a6
commit
4790d8f9c0
11
README.md
11
README.md
|
@ -143,8 +143,8 @@ Doing something cool with the extension?
|
||||||
|
|
||||||
This project uses semantic versioning.
|
This project uses semantic versioning.
|
||||||
|
|
||||||
* If the version number is below 1.0.0, API is not stable.
|
|
||||||
* If the major number increases, API has changed.
|
* If the major number increases, API has changed.
|
||||||
|
* Otherwise, the extension's API should be backwards compatible.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
@ -162,17 +162,18 @@ to contact me.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### 0.7.0 (2023-02-20)
|
### 1.0.0 (2023-04-01)
|
||||||
|
|
||||||
* Current development release
|
* First public release
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
### Environment
|
### Environment
|
||||||
|
|
||||||
* Clone the [AMOS Professional source code](https://github.com/AOZ-Studio/AMOS-Professional-Official)
|
* Clone the [AMOS Professional source code](https://github.com/AOZ-Studio/AMOS-Professional-Official)
|
||||||
* Copy the contents of `src` into the `extensions` folder
|
* Run `execute absdsocket`
|
||||||
* Run `absdsocket`
|
* Note that you'll have to fix up some assigns and files in the AMOS Professional
|
||||||
|
source directory. I'll update this README with those changes once I track them down...
|
||||||
|
|
||||||
### Releasing
|
### Releasing
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue