Skip to content

Commit 0478bbc

Browse files
committed
Work CI-CD
- 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 138733b commit 0478bbc

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
user=nanoframework
2-
project=lib-nanoFramework.Graphics
2+
project=nanoFramework.Graphics
33
issues=true
44
add_issues_wo_labels=false
55
add_pr_wo_labels=false

README.md

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

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

66
-----
77

8-
### Welcome to the **nanoFramework** Graphics repository!
8+
### Welcome to the .NET **nanoFramework** Graphics repository
99

1010
## Build status
1111

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

7676
## Code of Conduct
7777

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

8181
### .NET Foundation

assets/nf-logo.png

4.95 KB
Loading

azure-pipelines.yml

Lines changed: 3 additions & 2 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:
@@ -25,12 +27,11 @@ jobs:
2527
vmImage: 'windows-2019'
2628

2729
variables:
28-
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
30+
DOTNET_NOLOGO: true
2931
solution: 'nanoFramework.Graphics.sln'
3032
buildPlatform: 'Any CPU'
3133
buildConfiguration: 'Release'
3234
nugetPackageName: 'nanoFramework.Graphics'
33-
repoName: 'nanoFramework.Graphics'
3435

3536
steps:
3637

nanoFramework.Graphics.nuspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@
55
<version>$version$</version>
66
<title>nanoFramework.Graphics</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>
1313
<developmentDependency>false</developmentDependency>
14-
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.nanoFramework.Graphics</projectUrl>
14+
<readme>docs\README.md</readme>
15+
<projectUrl>https://github.com/nanoframework/nanoFramework.Graphics</projectUrl>
1516
<icon>nf-logo.png</icon>
16-
<repository type="git" url="https://github.com/nanoframework/lib-nanoFramework.nanoFramework.Graphics" commit="$commit$" />
17+
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Graphics" commit="$commit$" />
1718
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
18-
<description>
19-
This package includes the nanoFramework.Graphics assembly for nanoFramework C# projects.
20-
</description>
19+
<description>This package includes the nanoFramework.Graphics assembly for .NET nanoFramework C# projects..&#10;This package requires a target with System.Math v$nativeVersion$ (checksum $checksum$).</description>
2120
<tags>nanoFramework C# csharp netmf netnf nanoFramework.Graphics</tags>
2221
<dependencies>
2322
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
@@ -34,7 +33,8 @@
3433
<file src="nanoFramework.Graphics\bin\Release\nanoFramework.Graphics.pe" target="lib\nanoFramework.Graphics.pe" />
3534
<file src="nanoFramework.Graphics\bin\Release\nanoFramework.Graphics.xml" target="lib\nanoFramework.Graphics.xml" />
3635
<file src="assets\readme.txt" target="" />
37-
<file src="assets\nf-logo.png" target="" />
36+
<file src="README.md" target="docs\" />
37+
<file src="assets\nf-logo.png" target="images" />
3838
<file src="LICENSE.md" target="" />
3939
</files>
4040
</package>

nanoFramework.Graphics/nanoFramework.Graphics.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>

0 commit comments

Comments
 (0)