Skip to content

Commit b3f871e

Browse files
committed
bump version (1.2.0)
1 parent f172056 commit b3f871e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

GTAdhocToolchain.CLI/GTAdhocToolchain.CLI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<BaseOutputPath></BaseOutputPath>
99
<AssemblyName>adhoc</AssemblyName>
1010
<SignAssembly>False</SignAssembly>
11-
<AssemblyVersion>1.1.3</AssemblyVersion>
12-
<FileVersion>1.1.3</FileVersion>
13-
<Version>1.1.3</Version>
11+
<AssemblyVersion>1.2.0</AssemblyVersion>
12+
<FileVersion>1.2.0</FileVersion>
13+
<Version>1.2.0</Version>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

GTAdhocToolchain.CLI/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@
2020
using GTAdhocToolchain.Packaging;
2121
using GTAdhocToolchain.Preprocessor;
2222
using GTAdhocToolchain.Project;
23+
using System.Reflection;
2324

2425
namespace GTAdhocToolchain.CLI;
2526

2627
public class Program
2728
{
28-
public static readonly Version Version = new(1, 1, 3);
29+
public static readonly Version Version = Assembly.GetEntryAssembly().GetName().Version;
2930

3031
private static readonly NLog.Logger Logger = NLog.LogManager.GetCurrentClassLogger();
3132

0 commit comments

Comments
 (0)