File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
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
+
1
5
### 2.3.0 (2018-10-29)
2
6
* [ Added] Add contextPath in module.json
3
7
* [ Added] Add AzureIoTEdgeModule project capability for csproj
31
35
### 1.1.0 (2017-12-06)
32
36
* [ Fixed] Docker image hint in deployment.json is not clear enough
33
37
34
- ### 1.0.0 (2017-11-15)
38
+ ### 1.0.1 (2017-11-15)
35
39
* [ Added] Add support to scaffold Azure IoT Edge Custom Module in CSharp
36
40
* [ Added] Add support to scaffold only Azure IoT Edge deployment manifest
37
41
* [ Added] Add support to scaffold targeting only linux-x64 or windows-nano architecture
Original file line number Diff line number Diff line change 1
1
# dotnet-template-azure-iot-edge-module
2
+
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
+
2
5
> dotnet template to do scaffolding for Azure IoT Edge module development.
3
6
4
7
This README will introduce how to install the dotnet template and then create Azure IoT Edge module with the template step by step.
You can’t perform that action at this time.
0 commit comments