Skip to content

Commit 5e9ff96

Browse files
author
Summer
authored
add changlog.md and contributing.md (#15)
* add changlog.md and contributing.md * fix typo, align uppercase and lowercase, adjust some words
1 parent aae242b commit 5e9ff96

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.

0 commit comments

Comments
 (0)