Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit ab93b7b

Browse files
committed
v1.4.6
1 parent 124c853 commit ab93b7b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

AngelLoader/AngelLoader.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<NeutralLanguage>en-US</NeutralLanguage>
1919
<Description>A standalone fan mission loader and manager for Thief Gold, Thief II, Thief: Deadly Shadows, and System Shock 2.</Description>
2020
<Copyright>Copyright © 2018 - 2020</Copyright>
21-
<Version>1.4.5</Version>
22-
<AssemblyVersion>1.4.5</AssemblyVersion>
23-
<FileVersion>1.4.5</FileVersion>
21+
<Version>1.4.6</Version>
22+
<AssemblyVersion>1.4.6</AssemblyVersion>
23+
<FileVersion>1.4.6</FileVersion>
2424
</PropertyGroup>
2525

2626
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">

AngelLoader/Common/DataClasses/BuildDate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ namespace AngelLoader.DataClasses
77
[FenGenBuildDateDestClass]
88
internal static class BuildDateSource
99
{
10-
internal const string BuildDate = "20201124213724";
10+
internal const string BuildDate = "20201210055218";
1111
}
1212
}

0 commit comments

Comments
 (0)