Skip to content

Commit 5ebe006

Browse files
Use GA SDK version (#35)
* Use GA SDK version * Update author
1 parent b19738d commit 5ebe006

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Options:
5757
5858
5959
Azure IoT Edge Module (C#)
60-
Author: Summer Sun
60+
Author: Microsoft
6161
Options:
6262
-s|--skipRestore
6363
bool - Optional

content/dotnet-template-azure-iot-edge-module/CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"author": "Summer Sun",
2+
"author": "Microsoft",
33
"classifications": [
44
"Console"
55
],

content/dotnet-template-azure-iot-edge-module/CSharp/SampleModule.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp2.0|AnyCPU'">
88
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
99
<TreatSpecificWarningsAsErrors />
10-
<RestoreSources>https://api.nuget.org/v3/index.json;https://www.myget.org/F/aziot-device-sdk/api/v3/index.json</RestoreSources>
1110
</PropertyGroup>
1211

1312
<ItemGroup>
14-
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.17.0-preview-010" />
13+
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.17.0" />
1514
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.0" />
1615
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.0.0" />
1716
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.0.0" />

0 commit comments

Comments
 (0)