Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.

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

Open
thomaslevesque opened this issue May 24, 2014 · 0 comments
Open

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

thomaslevesque opened this issue May 24, 2014 · 0 comments

Comments

@thomaslevesque
Copy link

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.

lmagyar pushed a commit to lmagyar/NuBuild that referenced this issue May 24, 2014
- Supporting .Net451, .Net452, SL40WP70 and SL40WP71 projects
- Default TargetFrameworkVersion is 4.0 to properly support VS2010
- supporting PreBuildEvent and PostBuildEvent brentspell#39 (transform on build is
removed)
- .nuspec templates are UTF-8 brentspell#52

- VSSDK.Shell.10 NuGet package is added to Package.csproj to properly
build for VS2010 under VS2012
- NuGet.Core updated from 2.8.0 to 2.8.1
- Proper handling of OutputPath and OutDir properties in NuBuild.targets
- detailed error messages during build

Issues:
- serialization exception during VS2010 build
- automatic dependency calculation screws up with mixed SL40WP7x project
types
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant