Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 771b78c

Browse files
committed
Fix comment on LogVersionInformation
1 parent 9d4d30f commit 771b78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/GitHubPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected override async Task InitializeAsync(CancellationToken cancellationToke
6060

6161
void LogVersionInformation()
6262
{
63-
// This is intentionally light-weight and avoids using MEF (otherwise we code use IProgram).
63+
// Show extension and host process version information
6464
var packageVersion = GetType().Assembly.GetName().Version;
6565
var hostVersionInfo = System.Diagnostics.Process.GetCurrentProcess().MainModule.FileVersionInfo;
6666
log.Information("Initializing GitHub Extension v{PackageVersion} in {$FileDescription} ({$ProductVersion})",

0 commit comments

Comments
 (0)