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

Fix encoding of AssemblyInfo as written by ReplaceAssemblyInfoVersions #1055

Merged
merged 1 commit into from
Dec 22, 2015
Merged

Fix encoding of AssemblyInfo as written by ReplaceAssemblyInfoVersions #1055

merged 1 commit into from
Dec 22, 2015

Conversation

pdfforge
Copy link

The function ReplaceAssemblyInfoVersions was reading files with the
encoding set by build param or defaulting to the system default, as
ReadFile and WriteFile do under the hood.

The AssemblyInfo files are always encoded in UTF-8. Therefore, the file
encoding that is actually used should not depend on a build param.

The function ReplaceAssemblyInfoVersions was reading files with the
encoding set by build param or defaulting to the system default.

The AssemblyInfo files are always encoded in UTF-8. Therefore, the file
encoding that is actually used should not depend on a build param.
forki added a commit that referenced this pull request Dec 22, 2015
Fix encoding of AssemblyInfo as written by ReplaceAssemblyInfoVersions
@forki forki merged commit 46bb966 into fsprojects:master Dec 22, 2015
@pdfforge pdfforge deleted the Fix-AssemblyInfo-encoding branch December 22, 2015 13:42
@forki
Copy link
Member

forki commented Dec 22, 2015

thx

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.

3 participants