mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 10:35:25 +00:00
d2ce584a3a
* renmae csharp-refactor to csharp-netcore * update appveyor config * update config * update doc
8 lines
168 B
Bash
Executable File
8 lines
168 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# C# Petstore API client .NET Standard 2.0
|
|
./bin/csharp-netcore-petstore.sh
|
|
|
|
# C# Petstore API client .NET Core 2.0
|
|
./bin/csharp-netcore-petstore-netcore.sh
|