Skip to content

Commit

Permalink
re-build project
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown6656 committed Mar 29, 2024
1 parent 1a39ecd commit 454d00e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
################################################################
# Auto-generated 2024-03-27 23:18:35.911 #
# Auto-generated 2024-03-29 12:12:06.932 #
# ANY CHANGES TO THIS DOCUMENT WILL BE LOST UPON RE-GENERATION #
################################################################
#
# git commit: 857b8018bc07f01b530b7c6ce4274734eb13c6a3
version: 0.10.2164.8631
# git commit: 1a39ecd8aebd01a37a805aaaa96e743cdbf35cd8
version: 0.10.2166.8633
image: Visual Studio 2022
configuration: Release
before_build:
Expand Down
16 changes: 8 additions & 8 deletions new/AutoItInterpreter/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

//////////////////////////////////////////////////////////////////////////
// Auto-generated 2024-03-27 23:18:35.911 //
// Auto-generated 2024-03-29 12:12:06.932 //
// ANY CHANGES TO THIS DOCUMENT WILL BE LOST UPON RE-GENERATION //
//////////////////////////////////////////////////////////////////////////

using System.Reflection;
using System;

[assembly: AssemblyVersion("0.10.2164.8631")]
[assembly: AssemblyFileVersion("0.10.2164.8631")]
[assembly: AssemblyInformationalVersion("v.0.10.2164.8631, commit: 857b8018bc07f01b530b7c6ce4274734eb13c6a3")]
[assembly: AssemblyVersion("0.10.2166.8633")]
[assembly: AssemblyFileVersion("0.10.2166.8633")]
[assembly: AssemblyInformationalVersion("v.0.10.2166.8633, commit: 1a39ecd8aebd01a37a805aaaa96e743cdbf35cd8")]
[assembly: AssemblyCompany("Unknown6656")]
[assembly: AssemblyCopyright("Copyright © 2018 - 2024, Unknown6656")]
[assembly: AssemblyProduct("AutoIt-Interpreter by Unknown6656")]
Expand All @@ -35,11 +35,11 @@ public static class __module__
/// <summary>
/// The interpreter's current version.
/// </summary>
public static Version? InterpreterVersion { get; } = Version.Parse("0.10.2164.8631");
public static Version? InterpreterVersion { get; } = Version.Parse("0.10.2166.8633");
/// <summary>
/// The Git hash associated with the current build.
/// </summary>
public const string GitHash = "857b8018bc07f01b530b7c6ce4274734eb13c6a3";
public const string GitHash = "1a39ecd8aebd01a37a805aaaa96e743cdbf35cd8";
/// <summary>
/// The name of the GitHub repository associated with <see cref="RepositoryURL"/>.
/// </summary>
Expand All @@ -49,7 +49,7 @@ public static class __module__
/// </summary>
public const string RepositoryURL = "https://github.com/Unknown6656/AutoIt-Interpreter";
/// <summary>
/// The date and time of the current build (2024-03-27 23:18:35.911).
/// The date and time of the current build (2024-03-29 12:12:06.932).
/// </summary>
public static DateTime DateBuilt { get; } = DateTime.FromFileTimeUtc(0x01da8094b613cbccL);
public static DateTime DateBuilt { get; } = DateTime.FromFileTimeUtc(0x01da81c9ef9d4d47L);
}
4 changes: 2 additions & 2 deletions new/AutoItInterpreter/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.10.2164.8631
857b8018bc07f01b530b7c6ce4274734eb13c6a3
0.10.2166.8633
1a39ecd8aebd01a37a805aaaa96e743cdbf35cd8

0 comments on commit 454d00e

Please sign in to comment.