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

prettify paket.config #1954

Merged
merged 1 commit into from
Oct 10, 2016
Merged

prettify paket.config #1954

merged 1 commit into from
Oct 10, 2016

Conversation

adamralph
Copy link
Contributor

fixes #1952

Before:

<configuration><credentials><token source="https://www.nuget.org" value="..." /></credentials></configuration>

After:

<?xml version="1.0" encoding="utf-16"?>
<configuration>
  <credentials>
    <token source="https://www.nuget.org" value="..." />
  </credentials>
</configuration>

Do you mind the addition of <?xml version="1.0" encoding="utf-16"?>?

@isaacabraham
Copy link
Contributor

LGTM.

@forki
Copy link
Member

forki commented Oct 10, 2016

cool. thanks!

@adamralph
Copy link
Contributor Author

np.

Note the addition of <?xml version="1.0" encoding="utf-16"?>.

@forki forki merged commit ac73309 into fsprojects:master Oct 10, 2016
@adamralph adamralph deleted the 1952-prettify-paket-config branch October 10, 2016 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prettify paket.config
3 participants