Skip to content

Commit 85c1051

Browse files
authored
Add badges to README and CHANGELOG (#53)
1 parent 9baf53e commit 85c1051

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
### 2.3.0 (2018-10-29)
26
* [Added] Add contextPath in module.json
37
* [Added] Add AzureIoTEdgeModule project capability for csproj
@@ -31,7 +35,7 @@
3135
### 1.1.0 (2017-12-06)
3236
* [Fixed] Docker image hint in deployment.json is not clear enough
3337

34-
### 1.0.0 (2017-11-15)
38+
### 1.0.1 (2017-11-15)
3539
* [Added] Add support to scaffold Azure IoT Edge Custom Module in CSharp
3640
* [Added] Add support to scaffold only Azure IoT Edge deployment manifest
3741
* [Added] Add support to scaffold targeting only linux-x64 or windows-nano architecture

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# 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+
25
> dotnet template to do scaffolding for Azure IoT Edge module development.
36
47
This README will introduce how to install the dotnet template and then create Azure IoT Edge module with the template step by step.

0 commit comments

Comments
 (0)