Commit d628d8ae authored by Detlef Runde's avatar Detlef Runde
Browse files

update to version 0.0.6

parent 370a2d1f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
[submodule "arf005"]
	path = arf005
	url = git@forge.etsi.org:arf/arf005.git
	branch = feature/elementNameAndNewObjectType
 No newline at end of file

arf005 @ 8b13db35

Original line number Diff line number Diff line
Subproject commit c8802a3a9846a3b82f9e88cf002d01c324c91b13
Subproject commit 8b13db35ec8349a8bf513f9ad1d35d6a24699a00
+1 −1
Original line number Diff line number Diff line
# Description of version 0.0.5
# Description of version 0.0.6

auto-generated ASP.NET server code

+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 *
 * API ensuring interoperability between an authoring tool and a World Storage service
 *
 * The version of the OpenAPI document: 0.0.5
 * The version of the OpenAPI document: 0.0.6
 * 
 * Generated by: https://openapi-generator.tech
 */
@@ -72,7 +72,7 @@ namespace Org.OpenAPITools.Controllers
    [SwaggerResponse(statusCode: 200, type: typeof(string), description: "Current version.")]
    public override IActionResult GetVersion()
    {
      string version = "0.0.5";
      string version = "0.0.6";
      return new ObjectResult(version);
      //return StatusCode(200, new ObjectResult(version));
    }
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 *
 * API ensuring interoperability between an authoring tool and a World Storage service
 *
 * The version of the OpenAPI document: 0.0.5
 * The version of the OpenAPI document: 0.0.6
 * 
 * Generated by: https://openapi-generator.tech
 */
Loading