Skip to content

Commit a0de6b4

Browse files
authored
Merge pull request #141 from adrianiftode/fixes/yes-paths-are-case-sensitive
Yes, paths are case sensitive
2 parents 137f848 + 548d5a2 commit a0de6b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/FluentAssertions.Web.v8/FluentAssertions.Web.v8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
It provides specific assertions and outputs rich erros messages that include the HTTP Request and Response.
77
This version depends on the commercial version of the FluentAssertions library (>= 8.0.0).
88
</PackageDescription>
9-
<PackageReadmeFile>README.md</PackageReadmeFile>
9+
<PackageReadmeFile>readme.md</PackageReadmeFile>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

src/FluentAssertions.Web/FluentAssertions.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
It provides specific assertions and outputs rich erros messages that include the HTTP Request and Response.
77
This version **DOES NOT** depend on the commercial version of the FluentAssertions library (&gt;= 8.0.0).
88
</PackageDescription>
9-
<PackageReadmeFile>README.md</PackageReadmeFile>
9+
<PackageReadmeFile>readme.md</PackageReadmeFile>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)