Skip to content

Commit

Permalink
Clarify explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Jan 10, 2024
1 parent c5e353c commit ed2b9dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/3.implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ public class OcpiCredentialsController : OcpiController
```

> ⚠️
> The OCPI.Net Versioning implementation requires your OCPI endpoint routes to contain the ocpi version this route is used for. For example, if your OCPI version is `2.2.1`, your endpoints should contain `2.2.1` in them. This allows the package to determine which routes are intended for which OCPI version.
> The OCPI.Net Versioning implementation requires your OCPI endpoint routes to contain the ocpi version this route is used for.
>
> For example, if your OCPI version is `2.2.1`, the controller implementing this OCPI Module should have at least 1 route with `2.2.1` in it. This allows the package to determine which routes are intended for which OCPI version.
Refer to the [Versioning](7.versioning.md) section for more information on OCPI module versioning.

Expand Down

0 comments on commit ed2b9dc

Please sign in to comment.