Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paket pack should pretty-print nuspec #691

Closed
agross opened this issue Mar 10, 2015 · 2 comments
Closed

paket pack should pretty-print nuspec #691

agross opened this issue Mar 10, 2015 · 2 comments

Comments

@agross
Copy link
Contributor

agross commented Mar 10, 2015

The nuspec in the nupkg is pretty much one long line which makes is very hard to read/manually verify. It would be great if it would be pretty-printed like the modifications made to the *.??projs.

//cc @mavnn

@agross
Copy link
Contributor Author

agross commented Mar 10, 2015

OK, it's not a single line (found only after adding more metadata), but it's formatted rather strangely:

<?xml version="1.0" encoding="utf-8" standalone="yes"?><package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"><metadata><id>GROSSWEBER.Angebot.Contracts</id><version>1.2.1-no SHA</version><title>grossweber.com Angebot contracts
</title><authors>GROSSWEBER</authors><projectUrl>http://grossweber.com/
</projectUrl><iconUrl>http://grossweber.com/favicon.ico
</iconUrl><description>Contracts to talk to the Angebot service
</description><copyright>Copyright GROSSWEBER. All rights reserved.
</copyright></metadata></package>

@mavnn
Copy link
Contributor

mavnn commented Mar 11, 2015

This should just be a case of finding the right option on the xml writer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants