forked from loafle/openapi-generator-original
* 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
|