forked from loafle/openapi-generator-original
18 lines
386 B
Bash
Executable File
18 lines
386 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# C# Petstore API client (.NET 3.5)
|
|
./bin/csharp-petstore.sh
|
|
|
|
# C# Petstore API client with PropertyChanged
|
|
./bin/csharp-property-changed-petstore.sh
|
|
|
|
# C# Petstore API client (.net standarnd 1.3+)
|
|
./bin/csharp-petstore-net-standard.sh
|
|
|
|
# C# Petstore API client (.NET 4.0)
|
|
./bin/csharp-petstore-net-40.sh
|
|
|
|
# C# Petstore API client (.NET 3.5)
|
|
./bin/csharp-petstore-net-35.sh
|
|
|