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

Commit 85737fd

Browse files
committed
Merge pull request #2091 from jonorossi/fix-fileversioninfo-xmldoc
Fix errors in System.Diagnostics.FileVersionInfo xml docs
2 parents 4b4b862 + 33543b6 commit 85737fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/System.Diagnostics.FileVersionInfo/src/System/Diagnostics/FileVersionInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public int FileMinorPart
8989
}
9090

9191
/// <summary>
92-
/// Gets the name of the file that this instance of System.Windows.Forms.FileVersionInfo describes.
92+
/// Gets the name of the file that this instance of <see cref="FileVersionInfo" /> describes.
9393
/// </summary>
9494
public string FileName
9595
{
@@ -260,7 +260,7 @@ public string SpecialBuild
260260
}
261261

262262
/// <summary>
263-
/// Returns a System.Windows.Forms.FileVersionInfo representing the version information associated with the specified file.
263+
/// Returns a <see cref="FileVersionInfo" /> representing the version information associated with the specified file.
264264
/// </summary>
265265
public static FileVersionInfo GetVersionInfo(string fileName)
266266
{
@@ -274,7 +274,7 @@ public static FileVersionInfo GetVersionInfo(string fileName)
274274
}
275275

276276
/// <summary>
277-
/// Returns a partial list of properties in System.Windows.Forms.FileVersionInfo
277+
/// Returns a partial list of properties in <see cref="FileVersionInfo" />
278278
/// and their values.
279279
/// </summary>
280280
public override string ToString()

0 commit comments

Comments
 (0)