File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to FScript are documented in this file.
44
55## [ Unreleased]
66
7+ - Fixed NuGet packaging to include the custom package readme as ` README.md ` so ` PackageReadmeFile ` validation succeeds during pack/publish.
8+
79## [ 0.54.0]
810
911
Original file line number Diff line number Diff line change 4141 <EmbeddedResource Include =" Stdlib/Map.fss" />
4242 <EmbeddedResource Include =" Stdlib/Environment.fss" />
4343 <Content Include =" ..\..\LICENSE" Pack =" true" PackagePath =" \" />
44- <None Include =" ..\..\NUGET.md" Pack =" true" PackagePath =" \ " Link = " README.md" />
44+ <None Include =" ..\..\NUGET.md" Pack =" true" PackagePath =" README.md" />
4545 <None Include =" ..\..\FScriptIcon.png" Pack =" true" PackagePath =" \" Link =" FScriptIcon.png" />
4646 </ItemGroup >
4747
Original file line number Diff line number Diff line change 3636
3737 <ItemGroup >
3838 <Content Include =" ..\..\LICENSE" Pack =" true" PackagePath =" \" />
39- <None Include =" ..\..\NUGET.md" Pack =" true" PackagePath =" \ " Link = " README.md" />
39+ <None Include =" ..\..\NUGET.md" Pack =" true" PackagePath =" README.md" />
4040 <None Include =" ..\..\FScriptIcon.png" Pack =" true" PackagePath =" \" Link =" FScriptIcon.png" />
4141 </ItemGroup >
4242
You can’t perform that action at this time.
0 commit comments