Remove newline characters from long_description
Remove newlines
This commit is contained in:
parent
4c29fcbb03
commit
22b1b4905a
1 changed files with 1 additions and 6 deletions
|
@ -5,12 +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
|
||||
for building diverse kinds of applications, from command-line applications to microservices and
|
||||
modern websites.
|
||||
|
||||
This package contains the tools you will need to start writing applications for .NET Core. It includes
|
||||
compilers, package managers and other utilities that developers need.",
|
||||
"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.",
|
||||
"homepage": "https://dotnet.github.io/core",
|
||||
|
||||
"release":{
|
||||
|
|
Loading…
Add table
Reference in a new issue