Skip to content

Commit bb0edd0

Browse files
committed
Include readme in NuGet
1 parent a4e6d54 commit bb0edd0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Release Notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### New in 2.0.0-alpha.2
2+
3+
* Include the readme in the NuGet package
4+
15
### New in 2.0.0-alpha.1
26

37
* Build with 8.0.201 SDK

src/BlackFox.MasterOfFoo/BlackFox.MasterOfFoo.fsproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<PackageIcon>Icon.png</PackageIcon>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
10+
<PackageReadmeFile>Readme.md</PackageReadmeFile>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<None Include="Icon.png" Pack="true" PackagePath=""/>
14+
<None Include="../../Readme.md" Pack="true" PackagePath="\"/>
1315
</ItemGroup>
1416
<ItemGroup>
1517
<Compile Include="FormatSpecification.fs" />

0 commit comments

Comments
 (0)