File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Fusion++.Tests/Properties Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
16
16
[ assembly: Guid ( "967e8901-43de-4af1-86df-bb18c8949c44" ) ]
17
17
18
- // [assembly: AssemblyVersion("1.3 .0.0")]
19
- [ assembly: AssemblyVersion ( "1.3 .0.0" ) ]
20
- [ assembly: AssemblyFileVersion ( "1.3 .0.0" ) ]
18
+ // [assembly: AssemblyVersion("1.4 .0.0")]
19
+ [ assembly: AssemblyVersion ( "1.4 .0.0" ) ]
20
+ [ assembly: AssemblyFileVersion ( "1.4 .0.0" ) ]
21
21
22
- [ assembly: AssemblyInformationalVersion ( "1.3 .0+Branch.master.Sha.686a15306984cd47d6b10ae00297f673727ad7aa " ) ]
22
+ [ assembly: AssemblyInformationalVersion ( "1.4 .0+Branch.master.Sha.c94ce79e66af2c77d0627a3b7023971ff1d45a2b " ) ]
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
5
5
<TargetFramework >net5.0-windows</TargetFramework >
6
6
<RootNamespace >FusionPlusPlus</RootNamespace >
7
7
<UseWindowsForms >true</UseWindowsForms >
8
8
<ApplicationManifest >app.manifest</ApplicationManifest >
9
- <AssemblyVersion >1.3 </AssemblyVersion >
10
- <Version >1.3 .0.0</Version >
11
- <FileVersion >1.3 .0.0</FileVersion >
9
+ <AssemblyVersion >1.4 </AssemblyVersion >
10
+ <Version >1.4 .0.0</Version >
11
+ <FileVersion >1.4 .0.0</FileVersion >
12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments