Skip to content

Commit cabcd09

Browse files
committed
chore: Fixed #5 renamed package to TestableIO.System.IO.Abstractions.Extensions
1 parent 6a47993 commit cabcd09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<PackageId>TestableIO.System.IO.Abstractions.Extensions</PackageId>
45
<TargetFrameworks>net5.0;netstandard2.1;netstandard2.0;net461</TargetFrameworks>
5-
<Description>Convenience functionality on top of System.IO.Abstractions</Description>
6+
<Description>Convenience functionalities on top of System.IO.Abstractions</Description>
67
</PropertyGroup>
78

89
</Project>

0 commit comments

Comments
 (0)