Skip to content

Commit bfb0d70

Browse files
committed
Work CI-CD
- Update nuspecs and readme. ***NO_CI***
1 parent 0ced892 commit bfb0d70

File tree

5 files changed

+18
-15
lines changed

5 files changed

+18
-15
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.System.Net
2+
project=nanoFramework.System.Net
33
issues=true
44
add_issues_wo_labels=false
55
add_pr_wo_labels=false

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Net&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Net) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Net&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Net) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) [![#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)
1+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Net&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Net) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Net&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Net) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) [![#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/master/resources/logo/nanoFramework-repo-logo.png)
3+
![nanoFramework logo](https://github.com/nanoframework/Home/blob/main/resources/logo/nanoFramework-repo-logo.png)
44

55
-----
66

@@ -10,8 +10,8 @@
1010

1111
| Component | Build Status | NuGet Package |
1212
|:-|---|---|
13-
| System.Net | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_apis/build/status/nanoframework.lib-nanoFramework.System.Net?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_build/latest?definitionId=20?branchName=master) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) |
14-
| System.Net (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_apis/build/status/nanoframework.lib-nanoFramework.System.Net?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_build/latest?definitionId=20?branchName=develop) | [![](https://badgen.net/badge/NuGet/preview/D7B023?icon=https://simpleicons.now.sh/azuredevops/fff)](https://dev.azure.com/nanoframework/feed/_packaging?_a=package&feed=sandbox&package=nanoFramework.System.Net&protocolType=NuGet&view=overview) |
13+
| System.Net | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_apis/build/status/nanoframework.lib-nanoFramework.System.Net?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_build/latest?definitionId=20?branchName=main) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) |
14+
| System.Net (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_apis/build/status/nanoframework.lib-nanoFramework.System.Net?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_build/latest?definitionId=20?branchName=develop) | [![NuGet](https://img.shields.io/nuget/vpre/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) |
1515

1616
## Feedback and documentation
1717

@@ -21,7 +21,7 @@ Join our Discord community [here](https://discord.gg/gCyBu8T).
2121

2222
## Credits
2323

24-
The list of contributors to this project can be found at [CONTRIBUTORS](https://github.com/nanoframework/Home/blob/master/CONTRIBUTORS.md).
24+
The list of contributors to this project can be found at [CONTRIBUTORS](https://github.com/nanoframework/Home/blob/main/CONTRIBUTORS.md).
2525

2626
## License
2727

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ trigger:
22
branches:
33
include: [main, develop, "release-*" ]
44
paths:
5-
exclude: ["*.md", .gitignore]
5+
exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
66
tags:
77
include: ["v*"]
88

nanoFramework.System.Net.DELIVERABLES.nuspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
<version>$version$</version>
66
<title>nanoFramework.System.Net.DELIVERABLES</title>
77
<authors>nanoFramework project contributors</authors>
8-
<owners>nanoFramework project contributors</owners>
8+
<owners>nanoFramework project contributors,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.System.Net</projectUrl>
14+
<projectUrl>https://github.com/nanoframework/nanoFramework.System.Net</projectUrl>
1515
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
16+
<icon>images\nf-logo.png</icon>
1617
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1718
<description>** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the nanoFramework.System.Net assembly for nanoFramework. These are for testing purposes and for updating the native code base of the library.</description>
1819
<summary>nanoFramework.System.Net.DELIVERABLES is not meant for development.</summary>
@@ -30,5 +31,7 @@
3031
<file src="nanoFramework.System.Net\obj\Release\*.strings" target="content\dump\" />
3132
<file src="nanoFramework.System.Net\obj\Release\*.resources" target="content\resources\" />
3233
<file src="nanoFramework.System.Net\obj\Release\*.il" target="content\disasm\" />
34+
35+
<file src="assets\nf-logo.png" target="images" />
3336
</files>
3437
</package>

nanoFramework.System.Net.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
<releaseNotes>
1212
</releaseNotes>
1313
<developmentDependency>false</developmentDependency>
14-
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.System.Net</projectUrl>
15-
<icon>nf-logo.png</icon>
16-
<repository type="git" url="https://github.com/nanoframework/lib-nanoFramework..System.Net" commit="$commit$" />
14+
<projectUrl>https://github.com/nanoframework/nanoFramework.System.Net</projectUrl>
15+
<icon>images\nf-logo.png</icon>
16+
<repository type="git" url="https://github.com/nanoframework/nanoFramework.System.Net" commit="$commit$" />
1717
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
18-
<description>This package includes the .NET nanoFramework System.Net assembly for nanoFramework C# projects.
19-
This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$).</description>
18+
<description>This package includes the .NET nanoFramework System.Net assembly for nanoFramework C# projects.&#10;This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$).</description>
2019
<tags>nanoFramework C# csharp netmf netnf nanoFramework.System.Net</tags>
2120
<dependencies>
2221
<dependency id="nanoFramework.CoreLibrary" version="1.10.4-preview.4" />
@@ -30,8 +29,9 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (c
3029
<file src="nanoFramework.System.Net\bin\Release\System.Net.pdbx" target="lib\System.Net.pdbx" />
3130
<file src="nanoFramework.System.Net\bin\Release\System.Net.pe" target="lib\System.Net.pe" />
3231
<file src="nanoFramework.System.Net\bin\Release\System.Net.xml" target="lib\System.Net.xml" />
32+
3333
<file src="assets\readme.txt" target="" />
34-
<file src="assets\nf-logo.png" target="" />
34+
<file src="assets\nf-logo.png" target="images" />
3535
<file src="LICENSE.md" target="" />
3636
</files>
3737
</package>

0 commit comments

Comments
 (0)