11
22//////////////////////////////////////////////////////////////////////////
3- // Auto-generated 2024-03-27 23:18:35.911 //
3+ // Auto-generated 2024-03-29 12:12:06.932 //
44// ANY CHANGES TO THIS DOCUMENT WILL BE LOST UPON RE-GENERATION //
55//////////////////////////////////////////////////////////////////////////
66
77using System . Reflection ;
88using System ;
99
10- [ assembly: AssemblyVersion ( "0.10.2164.8631 " ) ]
11- [ assembly: AssemblyFileVersion ( "0.10.2164.8631 " ) ]
12- [ assembly: AssemblyInformationalVersion ( "v.0.10.2164.8631 , commit: 857b8018bc07f01b530b7c6ce4274734eb13c6a3 " ) ]
10+ [ assembly: AssemblyVersion ( "0.10.2166.8633 " ) ]
11+ [ assembly: AssemblyFileVersion ( "0.10.2166.8633 " ) ]
12+ [ assembly: AssemblyInformationalVersion ( "v.0.10.2166.8633 , commit: 1a39ecd8aebd01a37a805aaaa96e743cdbf35cd8 " ) ]
1313[ assembly: AssemblyCompany ( "Unknown6656" ) ]
1414[ assembly: AssemblyCopyright ( "Copyright © 2018 - 2024, Unknown6656" ) ]
1515[ assembly: AssemblyProduct ( "AutoIt-Interpreter by Unknown6656" ) ]
@@ -35,11 +35,11 @@ public static class __module__
3535 /// <summary>
3636 /// The interpreter's current version.
3737 /// </summary>
38- public static Version ? InterpreterVersion { get ; } = Version . Parse ( "0.10.2164.8631 " ) ;
38+ public static Version ? InterpreterVersion { get ; } = Version . Parse ( "0.10.2166.8633 " ) ;
3939 /// <summary>
4040 /// The Git hash associated with the current build.
4141 /// </summary>
42- public const string GitHash = "857b8018bc07f01b530b7c6ce4274734eb13c6a3 " ;
42+ public const string GitHash = "1a39ecd8aebd01a37a805aaaa96e743cdbf35cd8 " ;
4343 /// <summary>
4444 /// The name of the GitHub repository associated with <see cref="RepositoryURL"/>.
4545 /// </summary>
@@ -49,7 +49,7 @@ public static class __module__
4949 /// </summary>
5050 public const string RepositoryURL = "https://github.com/Unknown6656/AutoIt-Interpreter" ;
5151 /// <summary>
52- /// The date and time of the current build (2024-03-27 23:18:35.911 ).
52+ /// The date and time of the current build (2024-03-29 12:12:06.932 ).
5353 /// </summary>
54- public static DateTime DateBuilt { get ; } = DateTime . FromFileTimeUtc ( 0x01da8094b613cbccL ) ;
54+ public static DateTime DateBuilt { get ; } = DateTime . FromFileTimeUtc ( 0x01da81c9ef9d4d47L ) ;
5555}
0 commit comments