Skip to content

Commit 454d00e

Browse files
committed
re-build project
1 parent 1a39ecd commit 454d00e

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
################################################################
2-
# Auto-generated 2024-03-27 23:18:35.911 #
2+
# Auto-generated 2024-03-29 12:12:06.932 #
33
# ANY CHANGES TO THIS DOCUMENT WILL BE LOST UPON RE-GENERATION #
44
################################################################
55
#
6-
# git commit: 857b8018bc07f01b530b7c6ce4274734eb13c6a3
7-
version: 0.10.2164.8631
6+
# git commit: 1a39ecd8aebd01a37a805aaaa96e743cdbf35cd8
7+
version: 0.10.2166.8633
88
image: Visual Studio 2022
99
configuration: Release
1010
before_build:

new/AutoItInterpreter/AssemblyInfo.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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

77
using System.Reflection;
88
using 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
}

new/AutoItInterpreter/version.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.10.2164.8631
2-
857b8018bc07f01b530b7c6ce4274734eb13c6a3
1+
0.10.2166.8633
2+
1a39ecd8aebd01a37a805aaaa96e743cdbf35cd8

0 commit comments

Comments
 (0)