diff --git a/README.md b/README.md
index 66cc5cd..a659dd8 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
[](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.Networking.Sntp) [](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.Networking.Sntp) [](LICENSE) [](https://www.nuget.org/packages/nanoFramework.Networking.Sntp/) [](https://github.com/nanoframework/Home/blob/main/CONTRIBUTING.md) [](https://discord.gg/gCyBu8T)
-
+
-----
-### Welcome to the **nanoFramework** SNTP Library repository!
+### Welcome to the .NET **nanoFramework** SNTP Library repository
## Build status
@@ -29,7 +29,7 @@ The **nanoFramework** Class Libraries are licensed under the [MIT license](LICEN
## Code of Conduct
-This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
+This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behaviour in our community.
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
### .NET Foundation
diff --git a/assets/nf-logo.png b/assets/nf-logo.png
index 6f576ca..572c4ff 100644
Binary files a/assets/nf-logo.png and b/assets/nf-logo.png differ
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 6a9fc3a..44cc294 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -2,11 +2,13 @@ trigger:
branches:
include: [main, develop, "release-*" ]
paths:
- exclude: ["*.md", .gitignore]
+ exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
tags:
include: ["v*"]
# PR always trigger build
+pr:
+ autoCancel: true
# add nf-tools repo to resources (for Azure Pipelines templates)
resources:
@@ -20,12 +22,11 @@ pool:
vmImage: 'windows-2019'
variables:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- solution: '**/*.sln'
+ DOTNET_NOLOGO: true
+ solution: 'nanoFramework.Networking.Sntp.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
nugetPackageName: 'nanoFramework.Networking.Sntp'
- repoName: 'nanoFramework.Networking.Sntp'
steps:
diff --git a/nanoFramework.Networking.Sntp.DELIVERABLES.nuspec b/nanoFramework.Networking.Sntp.DELIVERABLES.nuspec
index 9093607..7fa31f8 100644
--- a/nanoFramework.Networking.Sntp.DELIVERABLES.nuspec
+++ b/nanoFramework.Networking.Sntp.DELIVERABLES.nuspec
@@ -5,7 +5,7 @@