Add space after each newline in long_description
The long description format is somewhat fragile right now. Changes will need to be made to the package tool to handle this better because each line in the long description needs a leading space.
This commit is contained in:
parent
22b1b4905a
commit
69e52e8505
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"package_name": "dotnet",
|
||||
|
||||
"short_description": ".NET Core & command line toolchain",
|
||||
"long_description": ".NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform\nfor building diverse kinds of applications, from command-line applications to microservices and \nmodern websites.\n\nThis package contains the tools you will need to start writing applications for .NET Core. It includes \ncompilers, package managers and other utilities that developers need.",
|
||||
"long_description": ".NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform\n for building diverse kinds of applications, from command-line applications to microservices and \n modern websites.\n This package contains the tools you will need to start writing applications for .NET Core. It includes \n compilers, package managers and other utilities that developers need.",
|
||||
"homepage": "https://dotnet.github.io/core",
|
||||
|
||||
"release":{
|
||||
|
|
Loading…
Add table
Reference in a new issue