Skip to content

Commit

Permalink
Include README in package
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysparry committed Mar 17, 2024
1 parent 7eeeb9a commit c3d5cbd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Dirt.Env/Dirt.Env.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Copyright 2024 Rhys Parry</Copyright>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
<Version>1.0.1</Version>
</PropertyGroup>

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

0 comments on commit c3d5cbd

Please sign in to comment.