Skip to content

Commit

Permalink
README.md included into nuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
antyrama committed Mar 30, 2024
1 parent e5c45ae commit 43ae805
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<RepositoryType>git</RepositoryType>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
<UseAppHost>false</UseAppHost>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -26,4 +27,8 @@
<ItemGroup>
<ProjectReference Include="..\Antyrama.Tools.Scribe.Core\Antyrama.Tools.Scribe.Core.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<Description>Core assembly to ensure all CLI tool dependencies are satisfied</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>configuration;appSettings;webapi;aspnet;aspnetcore</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -25,6 +26,11 @@
<PackageReference Include="System.Runtime" Version="4.3.1" />
<PackageReference Include="YamlDotNet.NetCore" Version="1.0.0" />
</ItemGroup>

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

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>UnitTests</_Parameter1>
Expand Down

0 comments on commit 43ae805

Please sign in to comment.