- [Updated] Updated the nuget template json to match the schema
- [Updated] Add arm64v8 and arm64v8.debug dockerfiles
- [Updated] Upgrade .Net Core SDK to 3.1
- [Updated] Pull base image from Microsoft Container Registry
- [Added] Add .dockerignore to ignore bin and obj folder
- [Added] Add arm32v7.debug dockerfile
- [Updated] Update Windows base image for Windows 10 Version 1809
- [Updated] Switch back to MQTT as default transport
- [Added] Add contextPath in module.json
- [Added] Add AzureIoTEdgeModule project capability for csproj
- [Updated] Use 1.* for Microsoft.Azure.Devices.Client
- [Updated] Update Microsoft.Azure.Devices.Client dependency to 1.18.0 for CSharp Template
- [Updated] Update target framework to dotnet 2.1
- [Updated] Update the sample code to use amqp instead of mqtt
- [Updated] Update Microsoft.Azure.Devices.Client dependency to 1.17.0 for CSharp Template
- [Updated] Update the sample code to use module client instead of device client
- [Updated] Use unprivileged user in amd64 and amd32v7 Dockerfiles
- [Updated] Cache vsdbg in first layer in Docker file to speed up docker image rebuild time.
- [Updated] Update folder structure to put docker files under project root
- [Added] Add module.json file into project root
- [Fixed] Users get no hint with building Windows image against Docker Linux container
- [Added] Add support to scaffold Azure IoT Edge Custom Module in FSharp
- [Fixed] Docker image hint in deployment.json is not clear enough
- [Added] Add support to scaffold Azure IoT Edge Custom Module in CSharp
- [Added] Add support to scaffold only Azure IoT Edge deployment manifest
- [Added] Add support to scaffold targeting only linux-x64 or windows-nano architecture
- [Added] Add ready-to-use Azure IoT Edge Custom Module template