File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 2020using GTAdhocToolchain . Packaging ;
2121using GTAdhocToolchain . Preprocessor ;
2222using GTAdhocToolchain . Project ;
23+ using System . Reflection ;
2324
2425namespace GTAdhocToolchain . CLI ;
2526
2627public 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
You can’t perform that action at this time.
0 commit comments