We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef181f6 + 89aa3e6 commit 194b3b8Copy full SHA for 194b3b8
1 file changed
source/Handlebars/Handlebars.csproj
@@ -38,6 +38,7 @@
38
<RepositoryUrl>https://github.com/Handlebars-Net/Handlebars.Net</RepositoryUrl>
39
<PackageReleaseNotes>https://github.com/Handlebars-Net/Handlebars.Net/releases/tag/$(Version)</PackageReleaseNotes>
40
<GenerateDocumentationFile>true</GenerateDocumentationFile>
41
+ <PackageReadmeFile>README.md</PackageReadmeFile>
42
<EmbedUntrackedSources>true</EmbedUntrackedSources>
43
</PropertyGroup>
44
@@ -49,6 +50,10 @@
49
50
</Content>
51
</ItemGroup>
52
53
+ <ItemGroup>
54
+ <None Include="..\..\README.md" Pack="true" PackagePath="\" />
55
+ </ItemGroup>
56
+
57
<ItemGroup Condition="'$(TargetFramework)'=='net451' or '$(TargetFramework)'=='net452' or '$(TargetFramework)'=='net46'">
58
<Reference Include="Microsoft.CSharp" />
59
0 commit comments