version 5.2.3.3

This commit is contained in:
2026-07-29 13:37:24 +02:00
parent 388315c071
commit e143802b4c
2 changed files with 2 additions and 1 deletions

View File

@@ -48,6 +48,7 @@
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\MSTest.TestFramework.2.2.10\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
</Reference>

View File

@@ -14,7 +14,7 @@ namespace BS.Shared
{
var baseVersion = new Version("3.32");
var stage = BeWoClientReleaseStage.Sandbox;
var stageVersion = new Version("5.2.3.2");
var stageVersion = new Version("5.2.3.3");
var feature = BeWoClientFeature.AI;
#if !DEBUG