You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/System.Diagnostics.FileVersionInfo/src/System/Diagnostics/FileVersionInfo.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -290,7 +290,7 @@ public string? SpecialBuild
290
290
/// <returns>A <see cref="FileVersionInfo" /> containing information about the file. If the file did not contain version information, the <see cref="FileVersionInfo" /> contains only the name of the file requested.</returns>
291
291
/// <remarks>
292
292
/// <note type="caution">
293
-
/// Use this with only trusted files. Malformed or malicious files can cause unexpected behavior.
293
+
/// Use this only with trusted files. Malformed or malicious files can cause unexpected behavior.
294
294
/// </note>
295
295
/// </remarks>
296
296
/// <exception cref="FileNotFoundException"><paramref name="fileName"/> does not exist or cannot be accessed.</exception>
0 commit comments