brentspell / NuBuild

NuGet package build system and Visual Studio project templates
GNU Lesser General Public License v3.0
44 stars 20 forks source link

Change encoding of .nuspec file to UTF-8 #52

Open thomaslevesque opened 10 years ago

thomaslevesque commented 10 years ago

Currently the .nuspec file in the project template is encoded in UTF-16LE. This wouldn't be a problem, except that git diff seems unable to work with this encoding (it considers the file as binary). Unless there is a compelling reason to use UTF-16, I suggest using UTF-8 instead.