Skip to content

Commit 8e0f12b

Browse files
committed
Update version info
1 parent 48806af commit 8e0f12b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Fusion++.Tests/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
[assembly: Guid("967e8901-43de-4af1-86df-bb18c8949c44")]
1717

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")]
2121

22-
[assembly: AssemblyInformationalVersion("1.3.0+Branch.master.Sha.686a15306984cd47d6b10ae00297f673727ad7aa")]
22+
[assembly: AssemblyInformationalVersion("1.4.0+Branch.master.Sha.c94ce79e66af2c77d0627a3b7023971ff1d45a2b")]

Fusion++/Fusion++.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net5.0-windows</TargetFramework>
66
<RootNamespace>FusionPlusPlus</RootNamespace>
77
<UseWindowsForms>true</UseWindowsForms>
88
<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>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)