mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 11:23:58 +00:00
1dd9ee39af
* 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
|