Starting from V6, namespaces will not contain the API version number

Tags:

Due to the emergence of short-lived preview versions and the need for frequent transitions between them, it has been decided to remove the version number from the namespaces. The contract file will still have a name of the form Resto.Front.Api.Vx.dll, but all types inside will be located in the namespace Resto.Front.Api, so instead of using Resto.Front.Api.Vx;, you now need to write using Resto.Front.Api;.

When transitioning to V6, you will need to finally update the usings by removing the version number. As a result, the translation of the plugin from V6 to future versions (V7Preview1 and beyond) will be simplified:

Links to type descriptions have also changed; now the version number appears only once in them. For comparison:

The release of API version V6 will take place in the autumn of 2019, and there will be a separate announcement about it.