Skip to content

Commit

Permalink
Add package README
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss committed Feb 12, 2024
1 parent d2e1aab commit b16c88a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Glob/Glob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<PackageTags>glob globbing pattern minimatch wildcard traversal bash</PackageTags>
<PackageProjectUrl>https://github.com/mganss/Glob.cs</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/mganss/Glob.cs</RepositoryUrl>
<RootNamespace>Ganss.IO</RootNamespace>
Expand All @@ -38,4 +39,7 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="" />
</ItemGroup>
</Project>

0 comments on commit b16c88a

Please sign in to comment.