Building from Commandline not creating new line for changes in WyBuild

The XML file that is being generated contains the description (inside the <Changes> tag) that is mentioned in the text box of my code. It also creates a new line in the XML if the description has any.

When the command is called along with the arguments, to build the wyUpdates from commandline, it is creating a new version but the Changes box does not have the description in new line, rather all the description string is present in one single line.

Please help.

We only support customers who have purchased a license. https://wyday.com/wybuild/buy/

Also, whatever program you're using to generate the XML is doing it wrong.

I 'm sure that I'm using the purchased version of WyBuild through my organization. Below is the XML snippet that has been generated,

<Versions> <AddVersion> <Version>3.21</Version> <Changes>TestDescription1Testdescription2Testdescription3</Changes> <InheritPrevRegistry /> <InheritPrevActions /> <Files dir="basedir"> <File source="E:\Test\Versions\3.21\test.dll" /> </Files> </AddVersion></Versions>

But in wyBuild>Update Information>Changes all that I see is,"TestDescription1Testdescription2Testdescription3"

The expected outcome is supposed to look like (having line breaks), "TestDescription1Testdescription2Testdescription3"

Could you please help me with this.