Skip to content

File encoding is wrong and I'm loosing the copyright symbol. #4

@ikemtz

Description

@ikemtz

The output file encoding is wrong.

var assemblyInfo = require('gulp-dotnet-assembly-info');

  gulp.src('**/AssemblyInfo.cs')
    .pipe(assemblyInfo({ 
      copyright: 'Copyright 2017 © XXXX', 
    }))
    .pipe(gulp.dest('.'));

results in my assembly files having:

[assembly: AssemblyCopyright("Copyright 2017 � XXXX")]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions