Skip to content

Commit ffba3e6

Browse files
authored
prepare 2.2.0 release (#47)
* prepare 2.2.0 release * Update Change log
1 parent 490cccf commit ffba3e6

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
### 2.2.0 (2018-09-11)
2+
* [Updated] Update Microsoft.Azure.Devices.Client dependency to 1.18.0 for CSharp Template
3+
* [Updated] Update target framework to dotnet 2.1
4+
5+
### 2.1.0 (2018-07-26)
6+
* [Updated] Update the sample code to use amqp instead of mqtt
7+
8+
### 2.0.0 (2018-06-27)
9+
* [Updated] Update Microsoft.Azure.Devices.Client dependency to 1.17.0 for CSharp Template
10+
* [Updated] Update the sample code to use module client instead of device client
11+
12+
### 1.4.0 (2018-04-27)
13+
* [Updated] Use unprivileged user in amd64 and amd32v7 Dockerfiles
14+
15+
### 1.3.1 (2018-03-29)
16+
* [Updated] Cache vsdbg in first layer in Docker file to speed up docker image rebuild time.
17+
18+
### 1.3.0 (2018-03-27)
19+
* [Updated] Update folder structure to put docker files under project root
20+
* [Added] Add module.json file into project root
21+
122
### 1.2.0 (2017-12-22)
223
* [Fixed] Users get no hint with building Windows image against Docker Linux container
324
* [Added] Add support to scaffold Azure IoT Edge Custom Module in FSharp

Microsoft.Azure.IoT.Edge.Module.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Microsoft.Azure.IoT.Edge.Module</id>
5-
<version>2.2.0-rc1</version>
5+
<version>2.2.0</version>
66
<title>Azure IoT Edge Module</title>
77
<authors>Microsoft</authors>
88
<owners>microsoft, nugetazureiotedge</owners>

0 commit comments

Comments
 (0)