Skip to content

Commit fcfe330

Browse files
author
Mark Whitaker
authored
Add package README for NuGet (#89)
1 parent 71c3e14 commit fcfe330

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

RegexToolbox.NET.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ProjectSection(SolutionItems) = preProject
99
.gitignore = .gitignore
1010
LICENSE = LICENSE
1111
README.md = README.md
12+
.github\dependabot.yml = .github\dependabot.yml
13+
.github\workflows\publish-to-nuget.yml = .github\workflows\publish-to-nuget.yml
14+
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
1215
EndProjectSection
1316
EndProject
1417
Global

RegexToolbox/RegexToolbox.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
<Repository>https://github.com/markwhitaker/RegexToolbox.NET</Repository>
1515
<RepositoryType>Git</RepositoryType>
1616
<Company>Mainwave</Company>
17+
<PackageReadmeFile>README.md</PackageReadmeFile>
1718
</PropertyGroup>
1819

1920
<ItemGroup>
2021
<None Include="icon\RegexToolbox-icon-128.png" Pack="true" PackagePath="\" />
22+
<None Include="..\README.md" Pack="true" PackagePath="\" />
2123
</ItemGroup>
2224

2325
<ItemGroup>

0 commit comments

Comments
 (0)