Updated readme
This commit is contained in:
parent
7169cba8c9
commit
9d84595d0d
18
README.md
18
README.md
@ -13,11 +13,29 @@ PettingZoo requires .NET 6 to run.
|
|||||||
4. Support for publishing and validating [Tapeti](https://github.com/MvRens/Tapeti) messages from assembly files or directly from (private) NuGet feeds
|
4. Support for publishing and validating [Tapeti](https://github.com/MvRens/Tapeti) messages from assembly files or directly from (private) NuGet feeds
|
||||||
5. Support for exporting and importing [Tapeti.Cmd](https://github.com/MvRens/Tapeti.Cmd) compatible single-file JSON
|
5. Support for exporting and importing [Tapeti.Cmd](https://github.com/MvRens/Tapeti.Cmd) compatible single-file JSON
|
||||||
|
|
||||||
|
## Builds
|
||||||
|
Builds are automatically run using AppVeyor. Release versions are available as a [GitHub release](https://github.com/MvRens/PettingZoo/releases) and include a ZIP file containing the executable and required files.
|
||||||
|
|
||||||
|
Extract the ZIP file and run PettingZoo.exe to get started.
|
||||||
|
|
||||||
|
|
||||||
|
The source code is compiled using Visual Studio 2022.
|
||||||
|
|
||||||
|
|
||||||
|
Master build (stable release)
|
||||||
|
[![Build status](https://ci.appveyor.com/api/projects/status/gqsw03v2evy0l0gv/branch/master?svg=true)](https://ci.appveyor.com/project/MvRens/pettingzoo/branch/master)
|
||||||
|
|
||||||
|
Latest build
|
||||||
|
[![Build status](https://ci.appveyor.com/api/projects/status/gqsw03v2evy0l0gv?svg=true)](https://ci.appveyor.com/project/MvRens/pettingzoo)
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
##### Subscribing to messages
|
||||||
![Subscribe example](./Docs/Subscribe.png)
|
![Subscribe example](./Docs/Subscribe.png)
|
||||||
|
|
||||||
|
##### Publishing a message
|
||||||
![Publish example](./Docs/Publish.png)
|
![Publish example](./Docs/Publish.png)
|
||||||
|
|
||||||
|
##### Publishing a message from a Tapeti-compatible assembly
|
||||||
![Tapeti publish example](./Docs/TapetiPublish.png)
|
![Tapeti publish example](./Docs/TapetiPublish.png)
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
Loading…
Reference in New Issue
Block a user