File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
content/dotnet-template-azure-iot-edge-module/CSharp/.template.config Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Nuget] ( https://img.shields.io/nuget/v/Microsoft.Azure.IoT.Edge.Module.svg )] ( https://www.nuget.org/packages/Microsoft.Azure.IoT.Edge.Module/ )
4
4
5
+ ### 3.1.1 (2021-09-01)
6
+ * [ Updated] Updated the nuget template json to match the schema
7
+
5
8
### 3.1.0 (2020-04-07)
6
9
* [ Updated] Add arm64v8 and arm64v8.debug dockerfiles
7
10
* [ Updated] Upgrade .Net Core SDK to 3.1
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >Microsoft.Azure.IoT.Edge.Module</id >
5
- <version >3.1.0 </version >
5
+ <version >3.1.1 </version >
6
6
<title >Azure IoT Edge Module</title >
7
7
<authors >Microsoft</authors >
8
8
<owners >microsoft, nugetazureiotedge</owners >
Original file line number Diff line number Diff line change 1
1
{
2
+ "$schema" : " http://json.schemastore.org/template" ,
2
3
"author" : " Microsoft" ,
3
4
"classifications" : [
4
5
" Console"
12
13
"type" : " project"
13
14
},
14
15
"sourceName" : " SampleModule" ,
15
- "preferNameDirectory" : " true" ,
16
+ "preferNameDirectory" : true ,
16
17
"primaryOutputs" : [
17
18
{
18
- "path" : " "
19
+ "path" : " . "
19
20
}
20
21
],
21
22
"symbols" : {
52
53
"continueOnError" : true
53
54
}
54
55
]
55
- }
56
+ }
You can’t perform that action at this time.
0 commit comments