File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace ColoryrBuild
17
17
/// </summary>
18
18
public partial class App : Application
19
19
{
20
- public const string Version = "1.1 .0" ;
20
+ public const string Version = "1.2 .0" ;
21
21
/// <summary>
22
22
/// 运行路径
23
23
/// </summary>
Original file line number Diff line number Diff line change 6
6
<UseWPF >true</UseWPF >
7
7
<ApplicationIcon >ColoryrWork.ico</ApplicationIcon >
8
8
<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 >
11
11
<DebugType >embedded</DebugType >
12
12
</PropertyGroup >
13
13
Original file line number Diff line number Diff line change 8
8
<StartupObject ></StartupObject >
9
9
<BaseOutputPath >..\..\build_out\Core</BaseOutputPath >
10
10
<DebugType >embedded</DebugType >
11
- <AssemblyVersion >1.2.2 </AssemblyVersion >
11
+ <AssemblyVersion >1.3.1 </AssemblyVersion >
12
12
<FileVersion >1.2.2</FileVersion >
13
13
</PropertyGroup >
14
14
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ namespace ColoryrServer
27
27
{
28
28
public class ServerMain
29
29
{
30
- public const string Version = "1.3.0 " ;
30
+ public const string Version = "1.3.1 " ;
31
31
/// <summary>
32
32
/// 配置文件
33
33
/// </summary>
You can’t perform that action at this time.
0 commit comments