mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
a050907d1f
* upgrade JsonSubTypes to 1.2.0 * update samples * add SwaggerClientNet35 * re-generate * fix the linux build script
18 lines
535 B
Batchfile
Executable File
18 lines
535 B
Batchfile
Executable File
REM C# Petstore API client
|
|
call .\bin\windows\csharp-petstore.bat
|
|
|
|
REM C# Petstore API client with PropertyChanged
|
|
call .\bin\windows\csharp-property-changed-petstore.bat
|
|
|
|
REM C# Petstore API client (v5.0 for .net standarnd 1.3+)
|
|
call .\bin\windows\csharp-petstore-netstandard.bat
|
|
|
|
call .\bin\windows\csharp-dotnet2-petstore.bat
|
|
|
|
call .\bin\windows\csharp-petstore-netcore-project.bat
|
|
|
|
call .\bin\windows\csharp-property-changed-petstore.bat
|
|
|
|
call .\bin\windows\csharp-petstore-net-40.bat
|
|
|
|
call .\bin\windows\csharp-petstore-net-35.bat |