mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
df1819daa9
* [csharp] Refactor to support third-party customization more easily * [csharp] Regenerate OpenAPIClient sample * create new csharp-refactor client gen * update samples * fix Locale.ROOT * fix import * remove outdated files, update samples
18 lines
440 B
Bash
Executable File
18 lines
440 B
Bash
Executable File
#!/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
|
|
|