11
22//////////////////////////////////////////////////////////////////////////
3- // Auto-generated 2024-03-04 00:45:51.037 //
3+ // Auto-generated 2024-03-04 00:50:26.598 //
44// ANY CHANGES TO THIS DOCUMENT WILL BE LOST UPON RE-GENERATION //
55//////////////////////////////////////////////////////////////////////////
66
77using System . Reflection ;
88using System ;
99
10- [ assembly: AssemblyVersion ( "0.8.2143 .8608" ) ]
11- [ assembly: AssemblyFileVersion ( "0.8.2143 .8608" ) ]
12- [ assembly: AssemblyInformationalVersion ( "v.0.8.2143 .8608, commit: f6844495676730fe50f2f614c8eb9d69eafdac30 " ) ]
10+ [ assembly: AssemblyVersion ( "0.9.2146 .8608" ) ]
11+ [ assembly: AssemblyFileVersion ( "0.9.2146 .8608" ) ]
12+ [ assembly: AssemblyInformationalVersion ( "v.0.9.2146 .8608, commit: b3c73f325ebbf685e2ad0f7d776da77d2ac437f6 " ) ]
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.8.2143 .8608" ) ;
38+ public static Version ? InterpreterVersion { get ; } = Version . Parse ( "0.9.2146 .8608" ) ;
3939 /// <summary>
4040 /// The Git hash associated with the current build.
4141 /// </summary>
42- public const string GitHash = "f6844495676730fe50f2f614c8eb9d69eafdac30 " ;
42+ public const string GitHash = "b3c73f325ebbf685e2ad0f7d776da77d2ac437f6 " ;
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-04 00:45:51.037 ).
52+ /// The date and time of the current build (2024-03-04 00:50:26.598 ).
5353 /// </summary>
54- public static DateTime DateBuilt { get ; } = DateTime . FromFileTimeUtc ( 0x01da6dc4ec8a8b03L ) ;
54+ public static DateTime DateBuilt { get ; } = DateTime . FromFileTimeUtc ( 0x01da6dc590c9d28aL ) ;
5555}
0 commit comments