mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 02:55:19 +00:00
18 lines
440 B
Bash
18 lines
440 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# C# Petstore API client (.NET 3.5)
|
||
|
./bin/csharp-refactor-petstore.sh
|
||
|
|
||
|
# C# Petstore API client with PropertyChanged
|
||
|
./bin/csharp-refactor-property-changed-petstore.sh
|
||
|
|
||
|
# C# Petstore API client (v5.0 for .net standarnd 1.3+)
|
||
|
./bin/csharp-refactor-petstore-net-standard.sh
|
||
|
|
||
|
# C# Petstore API client (.NET 4.0)
|
||
|
./bin/csharp-refactor-petstore-net-40.sh
|
||
|
|
||
|
# C# Petstore API client (.NET 3.5)
|
||
|
./bin/csharp-refactor-petstore-net-35.sh
|
||
|
|