Skip to content

Commit 4b8fcf4

Browse files
committed
Work CI-CD
- Update azure pipeline yaml. - Fix nuspec. - Update logo for nuget assets. - Switch order to nuget feeds in nuget.config. - Update projects to migrate to VS2022. - Fix typos. ***NO_CI***
1 parent 3442062 commit 4b8fcf4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_System.Device.Adc&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_System.Device.Adc) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_System.Device.Adc&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_System.Device.Adc) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Device.Adc.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Device.Adc/) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/main/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://discord.gg/gCyBu8T)
22

3-
![nanoFramework logo](https://github.com/nanoframework/Home/blob/main/resources/logo/nanoFramework-repo-logo.png)
3+
![nanoFramework logo](https://raw.githubusercontent.com/nanoframework/Home/main/resources/logo/nanoFramework-repo-logo.png)
44

55
-----
66

7-
# Welcome to the .NET **nanoFramework** System.Device.Adc Library repository!
7+
### Welcome to the .NET **nanoFramework** System.Device.Adc Library repository
88

99
## Build status
1010

@@ -59,7 +59,7 @@ The **nanoFramework** Class Libraries are licensed under the [MIT license](LICEN
5959

6060
## Code of Conduct
6161

62-
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
62+
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behaviour in our community.
6363
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
6464

6565
### .NET Foundation

System.Device.Adc/System.Device.Adc.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
4-
<NanoFrameworkProjectSystemPath>$(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
4+
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
55
</PropertyGroup>
66
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props')" />
77
<PropertyGroup>

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ variables:
2828
buildConfiguration: 'Release'
2929
classLibName: 'System.Device.Adc'
3030
nugetPackageName: 'nanoFramework.System.Device.Adc'
31-
repoName: 'System.Device.Adc'
3231

3332
steps:
3433

nanoframework.System.Device.Adc.DELIVERABLES.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>$version$</version>
66
<title>nanoFramework.System.Device.Adc.DELIVERABLES</title>
77
<authors>nanoFramework project contributors</authors>
8-
<owners>nanoFramework project contributors,dotnetfoundation</owners>
8+
<owners>nanoFramework,dotnetfoundation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<releaseNotes>
1111
</releaseNotes>

nanoframework.System.Device.Adc.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
<version>$version$</version>
66
<title>nanoFramework.System.Device.Adc</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/System.Device.Adc</projectUrl>
1516
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
1617
<repository type="git" url="https://github.com/nanoframework/System.Device.Adc" commit="$commit$" />
1718
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1819
<description>This package includes the System.Device.Adc assembly for .NET nanoFramework C# projects.&#10;This package requires a target with System.Device.Adc v$nativeVersion$ (checksum $checksum$).</description>
19-
<summary>System.Device.Adc assembly for nanoFramework C# projects</summary>
2020
<tags>nanoFramework C# csharp netmf netnf adc</tags>
2121
<dependencies>
2222
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
@@ -30,6 +30,7 @@
3030
<file src="System.Device.Adc\bin\Release\System.Device.Adc.xml" target="lib\System.Device.Adc.xml" />
3131

3232
<file src="assets\readme.txt" target="" />
33+
<file src="README.md" target="docs\" />
3334
<file src="assets\nf-logo.png" target="images" />
3435
<file src="LICENSE.md" target="" />
3536
</files>

0 commit comments

Comments
 (0)