Browse Source

10231

pjzs_starttask_update
sanji 1 year ago
parent
commit
5a1d20ddab
  1. 2
      BBWY.Client/BBWY.Client.csproj
  2. 2
      BBWY.Client/GlobalContext.cs

2
BBWY.Client/BBWY.Client.csproj

@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>Resources\Images\bbwylogo.ico</ApplicationIcon>

2
BBWY.Client/GlobalContext.cs

@ -13,7 +13,7 @@ namespace BBWY.Client
{
ShopServiceGroupList = new List<string>();
ShopServiceGroupLowerList = new List<string>();
ClientVersion = "10230";
ClientVersion = "10231";
}

Loading…
Cancel
Save