diff --git a/README.md b/README.md index f43a372..2b68385 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-Windows.Devices.Spi&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-Windows.Devices.Spi) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-Windows.Devices.Spi&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-Windows.Devices.Spi) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.Windows.Devices.Spi.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.Windows.Devices.Spi/) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md)[![Discord](https://img.shields.io/discord/478725473862549535.svg?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://discord.gg/gCyBu8T) -![nanoFramework logo](https://github.com/nanoframework/Home/blob/master/resources/logo/nanoFramework-repo-logo.png) +![nanoFramework logo](https://github.com/nanoframework/Home/blob/main/resources/logo/nanoFramework-repo-logo.png) ----- diff --git a/Windows.Devices.Spi/Windows.Devices.Spi.nfproj b/Windows.Devices.Spi/Windows.Devices.Spi.nfproj index 16cf853..41d8e94 100644 --- a/Windows.Devices.Spi/Windows.Devices.Spi.nfproj +++ b/Windows.Devices.Spi/Windows.Devices.Spi.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -40,11 +40,6 @@ false - - - false - - @@ -66,8 +61,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll True @@ -84,4 +79,4 @@ - + \ No newline at end of file diff --git a/Windows.Devices.Spi/packages.config b/Windows.Devices.Spi/packages.config index 32546da..eb23f25 100644 --- a/Windows.Devices.Spi/packages.config +++ b/Windows.Devices.Spi/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/assets/nf-logo.png b/assets/nf-logo.png new file mode 100644 index 0000000..572c4ff Binary files /dev/null and b/assets/nf-logo.png differ diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd856ea..29e41af 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ pool: variables: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - solution: '**/*.sln' + solution: 'nanoFramework.Windows.Devices.Spi.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' nugetPackageName: 'nanoFramework.Windows.Devices.Spi' diff --git a/nanoFramework.Windows.Devices.Spi.DELIVERABLES.nuspec b/nanoFramework.Windows.Devices.Spi.DELIVERABLES.nuspec index b30caf4..2a7fe3e 100644 --- a/nanoFramework.Windows.Devices.Spi.DELIVERABLES.nuspec +++ b/nanoFramework.Windows.Devices.Spi.DELIVERABLES.nuspec @@ -18,7 +18,7 @@ - + diff --git a/nanoFramework.Windows.Devices.Spi.nuspec b/nanoFramework.Windows.Devices.Spi.nuspec index 6e638d6..7334cbf 100644 --- a/nanoFramework.Windows.Devices.Spi.nuspec +++ b/nanoFramework.Windows.Devices.Spi.nuspec @@ -20,7 +20,7 @@ This package requires a target with Windows.Devices.Spi v$nativeVersion$.Windows.Devices.Spi assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf Windows.Devices.Spi - + diff --git a/version.json b/version.json index 9bdb1fd..dbafbdd 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.4.1", + "version": "1.4.2", "assemblyVersion": { "precision": "revision" }, @@ -14,8 +14,7 @@ "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { - "setAllVariables": true, - "buildNumber": null + "setAllVariables": true }, "release": { "branchName": "release-v{version}",