Skip to content

Commit 821ee97

Browse files
fix. template files should use UTF8 encoding other than UTF8 BOM (#236)
1 parent 5c5c7fa commit 821ee97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/PQConn.pq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file contains your Data Connector logic
1+
// This file contains your Data Connector logic
22
[Version = "1.0.0"]
33
section {{ProjectName}};
44

templates/PQConn.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="BuildMez">
33
<PropertyGroup>
44
<OutputPath Condition="'$(OutputPath)' == ''">$(MSBuildProjectDirectory)\bin\</OutputPath>

templates/PQConn.query.pq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Use this file to write queries to test your data connector
1+
// Use this file to write queries to test your data connector
22
let
33
result = {{ProjectName}}.Contents()
44
in

0 commit comments

Comments
 (0)