customerid + complexes ai chat control

This commit is contained in:
2026-02-19 14:32:37 +01:00
parent eb16a396ac
commit b724ecae4e
16 changed files with 248 additions and 56 deletions

View File

@@ -15,7 +15,7 @@ namespace BeWo
{
var baseVersion = new Version(BeWoApp.ShortVersion);
var stage = BeWoClientReleaseStage.Sandbox;
var stageVersion = new Version("2.2");
var stageVersion = new Version("3.0");
var feature = BeWoClientFeature.AI;
BeWoAppVersion = new BeWoAppVersion(baseVersion, stage, stageVersion, feature);