Skip to content

Commit 34be6b2

Browse files
authored
Prepare for 3.0 alpha release (#61)
1 parent 6bec978 commit 34be6b2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[![Nuget](https://img.shields.io/nuget/v/Microsoft.Azure.IoT.Edge.Module.svg)](https://www.nuget.org/packages/Microsoft.Azure.IoT.Edge.Module/)
44

5+
### 3.0.0-alpha (2019-07-17)
6+
* [Added] Add arm64v8 dockerfile
7+
* [Updated] Update target framework to dotnet 3.0
8+
59
### 2.5.0 (2019-03-05)
610
* [Added] Add arm32v7.debug dockerfile
711

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The template will set up all necessary files for you to focus on functionality p
99

1010
## Get Started
1111

12-
Make sure you have [.Net Core 2.0 SDK](https://www.microsoft.com/net/download/core) installed.
12+
Make sure you have [.Net Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.0) installed.
1313

1414
Run `dotnet` command to install the template:
1515

0 commit comments

Comments
 (0)