File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### 1.2.0 (2017-12-22)
2
+ * [ Fixed] Users get no hint with building Windows image against Docker Linux container
3
+ * [ Added] Add support to scaffold Azure IoT Edge Custom Module in FSharp
4
+
5
+ ### 1.1.0 (2017-12-06)
6
+ * [ Fixed] Docker image hint in deployment.json is not clear enough
7
+
8
+ ### 1.0.0 (2017-11-15)
9
+ * [ Added] Add support to scaffold Azure IoT Edge Custom Module in CSharp
10
+ * [ Added] Add support to scaffold only Azure IoT Edge deployment manifest
11
+ * [ Added] Add support to scaffold targeting only linux-x64 or windows-nano architecture
12
+ * [ Added] Add ready-to-use Azure IoT Edge Custom Module template
Original file line number Diff line number Diff line change
1
+ ## Prerequisites
2
+ * Latest [ .NET Core SDK] ( https://www.microsoft.com/net/download/windows/ )
3
+
4
+ ## Setup
5
+ 1 . Fork and clone the repository
6
+ 2 . Install the .NET Core SDK
7
+ 3 . Install the template ` dotnet new -i .\content\dotnet-template-azure-iot-edge-module\ `
8
+ 4 . Use the template to scaffold ` dotnet new aziotedgemodule -n <your_module_name> `
9
+
10
+ ## Test
11
+ Make sure you have run ` dotnet test ` before submitting Pull Requests.
You can’t perform that action at this time.
0 commit comments