Skip to content

Commit f4c4404

Browse files
t4m45vbreuss
andauthored
Update src/TestableIO.System.IO.Abstractions/IFileSystem.cs
Co-authored-by: Valentin Breuß <vbreuss@gmail.com>
1 parent 4c569eb commit f4c4404

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/TestableIO.System.IO.Abstractions/IFileSystem.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ public interface IFileSystem
3030
/// </summary>
3131
IFileInfoFactory FileInfo { get; }
3232

33-
/// <inheritdoc cref="IFileVersionInfoFactory" />
33+
/// <summary>
34+
/// A factory for the creation of wrappers for <see cref="System.Diagnostics.FileVersionInfo" />.
35+
/// </summary>
3436
IFileVersionInfoFactory FileVersionInfo { get; }
3537

3638
/// <summary>

0 commit comments

Comments
 (0)