Skip to content

Commit e0b4881

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 7ae1b44 commit e0b4881

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 2 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.Pwm&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_System.Device.Pwm) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_System.Device.Pwm&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_System.Device.Pwm) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Device.Pwm.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Device.Pwm/) [![#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 **nanoFramework** System.Device.Pwm Library repository!
7+
### Welcome to the .NET **nanoFramework** System.Device.Pwm Library repository
88

99
## Build status
1010

System.Device.Pwm/System.Device.Pwm.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="Current" 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>

assets/nf-logo.png

4.95 KB
Loading

assets/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
===================================================================================
88

9-
API docs: https://docs.nanoframework.net/api
9+
API docs: https://docs.nanoframework.net/api/System.Device.Pwm
1010

1111
Browse our samples repository: https://github.com/nanoframework/samples
1212

nanoFramework.System.Device.Pwm.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<version>$version$</version>
66
<title>nanoFramework.System.Device.Pwm</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.Pwm</projectUrl>
1516
<icon>images\nf-logo.png</icon>
@@ -27,8 +28,8 @@
2728
<file src="System.Device.Pwm\bin\Release\System.Device.Pwm.pdbx" target="lib\System.Device.Pwm.pdbx" />
2829
<file src="System.Device.Pwm\bin\Release\System.Device.Pwm.pe" target="lib\System.Device.Pwm.pe" />
2930
<file src="System.Device.Pwm\bin\Release\System.Device.Pwm.xml" target="lib\System.Device.Pwm.xml" />
30-
3131
<file src="assets\readme.txt" target="" />
32+
<file src="README.md" target="docs\" />
3233
<file src="assets\nf-logo.png" target="images" />
3334
<file src="LICENSE.md" target="" />
3435
</files>

0 commit comments

Comments
 (0)