Skip to content

Commit

Permalink
Add package README for NuGet (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
markwhitaker authored Oct 21, 2023
1 parent 71c3e14 commit fcfe330
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RegexToolbox.NET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\publish-to-nuget.yml = .github\workflows\publish-to-nuget.yml
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
EndProjectSection
EndProject
Global
Expand Down
2 changes: 2 additions & 0 deletions RegexToolbox/RegexToolbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
<Repository>https://github.com/markwhitaker/RegexToolbox.NET</Repository>
<RepositoryType>Git</RepositoryType>
<Company>Mainwave</Company>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="icon\RegexToolbox-icon-128.png" Pack="true" PackagePath="\" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit fcfe330

Please sign in to comment.