Info |
---|
This is a placeholder for version 17 |
Version 17 will introduce some breaking changes, including the following:
Move from
System.Data.SqlClient
toMicrosoft.Data.SqlClient
. In most cases this will be a transparent change. If you have devices directly referencingSystem.Data.SqlClient
, they should be upgraded to referenceMicrosoft.Data.SqlClient
. If you are referencing SQL functionality withinConnexion.Core
, you will need to recompile your device(s) againstConnexion.Core
from v17.v17 UIs will be incompatible with v16 services (and visa-versa). The correct version of the associated client application will be automatically launched when selecting an incompatible service (if installed).