Skip to content

Commit 687f49f

Browse files
committed
Add missing last write time UTC prop
1 parent 418ed3b commit 687f49f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Source/Singulink.IO.FileSystem/CachedEntryInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ public abstract class CachedEntryInfo
4646
/// <summary>
4747
/// Gets the file/directory's last write time in Coordinated Universal Time (UTC).
4848
/// </summary>
49+
public DateTime LastWriteTimeUtc => EntryInfo.LastWriteTimeUtc;
50+
4951
internal abstract FileSystemInfo EntryInfo { get; }
5052

5153
/// <summary>

Source/Singulink.IO.FileSystem/Singulink.IO.FileSystem.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>Singulink.IO</RootNamespace>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66

7-
<Version>2.2.0</Version>
7+
<Version>2.2.1</Version>
88
<Description>Reliable cross-platform strongly-typed file/directory path manipulation and file system access.</Description>
99
<PackageTags>File, Directory, Path, Folder, FileSystem</PackageTags>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)