We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7575704 commit cd7b658Copy full SHA for cd7b658
ArchiSteamFarm/Program.cs
@@ -65,7 +65,7 @@ internal enum EMode : byte {
65
66
private const string GithubReleaseURL = "https://api.github.com/repos/" + GithubRepo + "/releases"; // GitHub API is HTTPS only
67
68
- internal static readonly Version Version = Assembly.GetExecutingAssembly().GetName().Version;
+ internal static readonly Version Version = Assembly.GetEntryAssembly().GetName().Version;
69
70
private static readonly object ConsoleLock = new object();
71
private static readonly SemaphoreSlim SteamSemaphore = new SemaphoreSlim(1);
0 commit comments