Commit 976b875e authored by Sylvain Renault's avatar Sylvain Renault Committed by Jérémy Lacoche
Browse files

Some corrects.

parent b8a4f638
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ Run this command in a shell.

You will find the correct setup files in the corresponding implementation of the RESTful interface in the ETSI GitLab.

### Creating lightweight C# and ASP.NET code with NSwag
### Creating lightweight C# code with NSwag

You have to setup NSwag through a json or xml configuration file, here e.g. a file `nswag.json` and run this in a shell:

@@ -137,6 +137,8 @@ You have to setup NSwag through a json or xml configuration file, here e.g. a fi

You will find the correct setup files in the corresponding implementation of the RESTful interface in the ETSI GitLab.

Rem: The code (one module) can directly be used in a Unity project, after implementing the Web interface for the communication.

# Branching Policy
Distributed version control systems like Git offers developers great flexibility to share and manage code. But a branching policy is crucial to collaborate more easily while keeping track of releases with bug fixes.