Skip to content

Commit

Permalink
chore: Update file paths in FluentRegex.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rbleattler committed Jun 27, 2024
1 parent 6f95bd8 commit eae3a5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/FluentRegex/FluentRegex.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>$version$</version>
<authors>Rob Bleattler</authors>
<owners>Rob Bleattler</owners>
<readme>README.MD</readme>
<readme>README.md</readme>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A package that allows for fluent construction of regular expressions in dotnet.</description>
<dependencies>
Expand All @@ -16,7 +16,7 @@
<file src="bin\Release\net8.0\FluentRegex.dll" target="lib\net8.0" />
<file src="bin\Release\net8.0\FluentRegex.xml" target="lib\net8.0" />
<file src="bin\Release\net8.0\FluentRegex.pdb" target="lib\net8.0" />
<file src="..\..\README.MD" target="" />
<file src="..\..\docs\*.MD" target="docs" />
<file src="..\..\README.md" target="" />
<file src="..\..\docs\*.md" target="docs" />
</files>
</package>

0 comments on commit eae3a5a

Please sign in to comment.