File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
22
### 1.2.0 (2017-12-22)
2
23
* [ Fixed] Users get no hint with building Windows image against Docker Linux container
3
24
* [ Added] Add support to scaffold Azure IoT Edge Custom Module in FSharp
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >Microsoft.Azure.IoT.Edge.Module</id >
5
- <version >2.2.0-rc1 </version >
5
+ <version >2.2.0</version >
6
6
<title >Azure IoT Edge Module</title >
7
7
<authors >Microsoft</authors >
8
8
<owners >microsoft, nugetazureiotedge</owners >
You can’t perform that action at this time.
0 commit comments