fix confusion on versions

This commit is contained in:
oguzhankoral
2025-07-23 15:34:56 +01:00
parent 2f47ce3477
commit e425117c17
+3 -2
View File
@@ -27,10 +27,11 @@ const collectResources = () => {
'@ra': {
connector: {
slug: hostAppStore.hostAppName,
version: hostAppStore.hostAppVersion
hostAppVersion: hostAppStore.hostAppVersion,
version: hostAppStore.connectorVersion
},
service: {
version: hostAppStore.connectorVersion
version: hostAppStore.connectorVersion // this needs alignment with .NET SDK, actually this should be connector.version instead service.version
}
}
}