File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace ColoryrBuild
1717 /// </summary>
1818 public partial class App : Application
1919 {
20- public const string Version = "1.1 .0" ;
20+ public const string Version = "1.2 .0" ;
2121 /// <summary>
2222 /// 运行路径
2323 /// </summary>
Original file line number Diff line number Diff line change 66 <UseWPF >true</UseWPF >
77 <ApplicationIcon >ColoryrWork.ico</ApplicationIcon >
88 <MinimumPlatformVersion >7.0</MinimumPlatformVersion >
9- <AssemblyVersion >1.1 .0</AssemblyVersion >
10- <FileVersion >1.1 .0</FileVersion >
9+ <AssemblyVersion >1.2 .0</AssemblyVersion >
10+ <FileVersion >1.2 .0</FileVersion >
1111 <DebugType >embedded</DebugType >
1212 </PropertyGroup >
1313
Original file line number Diff line number Diff line change 88 <StartupObject ></StartupObject >
99 <BaseOutputPath >..\..\build_out\Core</BaseOutputPath >
1010 <DebugType >embedded</DebugType >
11- <AssemblyVersion >1.2.2 </AssemblyVersion >
11+ <AssemblyVersion >1.3.1 </AssemblyVersion >
1212 <FileVersion >1.2.2</FileVersion >
1313 </PropertyGroup >
1414
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ namespace ColoryrServer
2727{
2828 public class ServerMain
2929 {
30- public const string Version = "1.3.0 " ;
30+ public const string Version = "1.3.1 " ;
3131 /// <summary>
3232 /// 配置文件
3333 /// </summary>
You can’t perform that action at this time.
0 commit comments