Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss committed Feb 12, 2024
1 parent 0496ccf commit ef364df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ExcelMapper/ExcelMapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageTags>npoi mapper excel xls xlsx map mapping poco orm linq</PackageTags>
<PackageProjectUrl>https://github.com/mganss/ExcelMapper</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/mganss/ExcelMapper</RepositoryUrl>
<RootNamespace>Ganss.Excel</RootNamespace>
Expand All @@ -33,4 +34,7 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="" />
</ItemGroup>
</Project>

0 comments on commit ef364df

Please sign in to comment.