Skip to content

Commit dfe4d5c

Browse files
authored
Merge pull request Azure#78 from Azure/dev/hshami/update_json_schema
update to the latest json schema to fix 'path cannot be null' error
2 parents ea279e5 + cdca33d commit dfe4d5c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
[![Nuget](https://img.shields.io/nuget/v/Microsoft.Azure.IoT.Edge.Module.svg)](https://www.nuget.org/packages/Microsoft.Azure.IoT.Edge.Module/)
44

5+
### 3.1.1 (2021-09-01)
6+
* [Updated] Updated the nuget template json to match the schema
7+
58
### 3.1.0 (2020-04-07)
69
* [Updated] Add arm64v8 and arm64v8.debug dockerfiles
710
* [Updated] Upgrade .Net Core SDK to 3.1

Microsoft.Azure.IoT.Edge.Module.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Microsoft.Azure.IoT.Edge.Module</id>
5-
<version>3.1.0</version>
5+
<version>3.1.1</version>
66
<title>Azure IoT Edge Module</title>
77
<authors>Microsoft</authors>
88
<owners>microsoft, nugetazureiotedge</owners>

content/dotnet-template-azure-iot-edge-module/CSharp/.template.config/template.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "http://json.schemastore.org/template",
23
"author": "Microsoft",
34
"classifications": [
45
"Console"
@@ -12,10 +13,10 @@
1213
"type": "project"
1314
},
1415
"sourceName": "SampleModule",
15-
"preferNameDirectory": "true",
16+
"preferNameDirectory": true,
1617
"primaryOutputs": [
1718
{
18-
"path": ""
19+
"path": "."
1920
}
2021
],
2122
"symbols": {
@@ -52,4 +53,4 @@
5253
"continueOnError": true
5354
}
5455
]
55-
}
56+
}

0 commit comments

Comments
 (0)