Skip to content

Commit 6b53b94

Browse files
committed
Work CI-CD
- Update nuspec. - Migrate project to allow support for VS2022. - Add readme to nuspec. - Update logo. ***NO_CI***
1 parent 156c281 commit 6b53b94

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

assets/nf-logo.png

4.95 KB
Loading

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ trigger:
77
include: ["v*"]
88

99
# PR always trigger build
10+
pr:
11+
autoCancel: true
1012

1113
# add nf-tools repo to resources (for Azure Pipelines templates)
1214
resources:

nanoFramework.Azure.Devices.Client.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@
55
<version>$version$</version>
66
<title>nanoFramework.Azure.Devices.Client</title>
77
<authors>nanoFramework project contributors</authors>
8-
<owners>nanoFramework project contributors,dotnetfoundation</owners>
8+
<owners>nanoFramework,dotnetfoundation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<license type="file">LICENSE.md</license>
1111
<releaseNotes>
1212
</releaseNotes>
13+
<readme>docs\README.md</readme>
1314
<developmentDependency>false</developmentDependency>
1415
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.Azure.Devices.Client</projectUrl>
1516
<icon>images\nf-logo.png</icon>
1617
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Azure.Devices" commit="$commit$" />
1718
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
18-
<description>This package includes the .NET nanoFramework.Azure.Devices.Client assembly for nanoFramework C# projects.
19-
This is an SDK for Azure IoT Hub using MQTT broker.</description>
20-
<summary>nanoFramework.Azure.Devices.Client assembly for nanoFramework C# projects</summary>
19+
<description>This package includes the .NET nanoFramework.Azure.Devices.Client assembly for .NET nanoFramework C# projects..&#10;This is an SDK for Azure IoT Hub using MQTT broker.</description>
2120
<tags>nanoFramework C# csharp netmf netnf Microsoft.Azure.Devices nanoFramework.Azure.Devices</tags>
2221
<dependencies>
2322
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
@@ -40,6 +39,7 @@ This is an SDK for Azure IoT Hub using MQTT broker.</description>
4039
<file src="Azure.Devices.DeviceClient\bin\Release\nanoFramework.Azure.Devices.Client.pe" target="lib\nanoFramework.Azure.Devices.Client.pe" />
4140
<file src="Azure.Devices.DeviceClient\bin\Release\nanoFramework.Azure.Devices.Client.xml" target="lib\nanoFramework.Azure.Devices.Client.xml" />
4241
<file src="assets\readme.txt" target="" />
42+
<file src="README.md" target="docs\" />
4343
<file src="assets\nf-logo.png" target="images" />
4444
<file src="LICENSE.md" target="" />
4545
</files>

0 commit comments

Comments
 (0)