Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/PQConn.pq
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file contains your Data Connector logic
// This file contains your Data Connector logic
[Version = "1.0.0"]
section {{ProjectName}};

Expand Down
2 changes: 1 addition & 1 deletion templates/PQConn.proj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="BuildMez">
<PropertyGroup>
<OutputPath Condition="'$(OutputPath)' == ''">$(MSBuildProjectDirectory)\bin\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion templates/PQConn.query.pq
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Use this file to write queries to test your data connector
// Use this file to write queries to test your data connector
let
result = {{ProjectName}}.Contents()
in
Expand Down