File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### New in 2.0.0-alpha.2
2
+
3
+ * Include the readme in the NuGet package
4
+
1
5
### New in 2.0.0-alpha.1
2
6
3
7
* Build with 8.0.201 SDK
Original file line number Diff line number Diff line change 7
7
<PackageIcon >Icon.png</PackageIcon >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
9
<AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
10
+ <PackageReadmeFile >Readme.md</PackageReadmeFile >
10
11
</PropertyGroup >
11
12
<ItemGroup >
12
13
<None Include =" Icon.png" Pack =" true" PackagePath =" " />
14
+ <None Include =" ../../Readme.md" Pack =" true" PackagePath =" \" />
13
15
</ItemGroup >
14
16
<ItemGroup >
15
17
<Compile Include =" FormatSpecification.fs" />
You can’t perform that action at this time.
0 commit comments