Update README

This commit is contained in:
John Bintz 2023-04-01 16:49:14 -04:00
parent 1e44e050a6
commit 4790d8f9c0
1 changed files with 6 additions and 5 deletions

View File

@ -143,8 +143,8 @@ Doing something cool with the extension?
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.
* Otherwise, the extension's API should be backwards compatible.
## License
@ -162,17 +162,18 @@ to contact me.
## Changelog
### 0.7.0 (2023-02-20)
### 1.0.0 (2023-04-01)
* Current development release
* First public release
## Development
### Environment
* Clone the [AMOS Professional source code](https://github.com/AOZ-Studio/AMOS-Professional-Official)
* Copy the contents of `src` into the `extensions` folder
* Run `absdsocket`
* Run `execute 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