mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-03 23:40:58 +00:00
* add c# api client with proeprty changed to CI * add shell script to update all C# petstore sample
8 lines
150 B
Bash
Executable File
8 lines
150 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# C# Petstore API client
|
|
./bin/csharp-petstore.sh
|
|
|
|
# C# Petstore API client with PropertyChanged
|
|
./bin/csharp-property-changed-petstore.sh
|