Skip to content

Commit

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

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

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

Expand Down

0 comments on commit 1f246a3

Please sign in to comment.