Skip to content

Commit

Permalink
Added an overload for the constructor of MockFileVersionInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
t4m45 committed Dec 21, 2024
1 parent 5d8e168 commit eb509ac
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ public MockFileVersionInfo(
ProductPrivatePart = parsedProductVersion.PrivatePart;
}

/// <inheritdoc />
public MockFileVersionInfo(string fileName)
{
FileName = fileName;
}

/// <inheritdoc/>
public override string FileName { get; }

Expand Down

0 comments on commit eb509ac

Please sign in to comment.