Skip to content

Commit d2086f6

Browse files
committed
Work CI-CD
- Update nuspec. - Replace branch names. - Update build and nuget badges. ***NO_CI**
1 parent 205c321 commit d2086f6

File tree

6 files changed

+16
-13
lines changed

6 files changed

+16
-13
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-System.IO.FileSystem
2+
project=System.IO.FileSystem
33
issues=true
44
add_issues_wo_labels=false
55
add_pr_wo_labels=false

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,6 @@ paket-files/
253253

254254
#SoundCloud
255255
*.sonarqube/
256+
257+
#VS Code
258+
.vscode

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-System.IO.FileSystem&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-System.IO.FileSystem) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-System.IO.FileSystem&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-System.IO.FileSystem) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.IO.FileSystem.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.IO.FileSystem/) [![#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-System.IO.FileSystem&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-System.IO.FileSystem) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-System.IO.FileSystem&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-System.IO.FileSystem) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.IO.FileSystem.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.IO.FileSystem/) [![#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.IO.FileSystem | [![Build Status](https://dev.azure.com/nanoframework/System.IO.FileSystem/_apis/build/status/nanoframework.lib-System.IO.FileSystem?repoName=nanoframework%2Flib-System.IO.FileSystem&branchName=master)](https://dev.azure.com/nanoframework/System.IO.FileSystem/_build/latest?definitionId=62&repoName=nanoframework%2Flib-System.IO.FileSystem&branchName=master) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.IO.FileSystem.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.IO.FileSystem/) |
14-
| System.IO.FileSystem (preview) | [![Build Status](https://dev.azure.com/nanoframework/System.IO.FileSystem/_apis/build/status/nanoframework.lib-System.IO.FileSystem?repoName=nanoframework%2Flib-System.IO.FileSystem&branchName=develop)](https://dev.azure.com/nanoframework/System.IO.FileSystem/_build/latest?definitionId=62&repoName=nanoframework%2Flib-System.IO.FileSystem&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.IO.FileSystem&protocolType=NuGet&view=overview) |
13+
| System.IO.FileSystem | [![Build Status](https://dev.azure.com/nanoframework/System.IO.FileSystem/_apis/build/status/System.IO.FileSystem?repoName=nanoframework%2FSystem.IO.FileSystem&branchName=main)](https://dev.azure.com/nanoframework/System.IO.FileSystem/_build/latest?definitionId=62&repoName=nanoframework%2FSystem.IO.FileSystem&branchName=main) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.IO.FileSystem.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.IO.FileSystem/) |
14+
| System.IO.FileSystem (preview) | [![Build Status](https://dev.azure.com/nanoframework/System.IO.FileSystem/_apis/build/status/System.IO.FileSystem?repoName=nanoframework%2FSystem.IO.FileSystem&branchName=develop)](https://dev.azure.com/nanoframework/System.IO.FileSystem/_build/latest?definitionId=62&repoName=nanoframework%2FSystem.IO.FileSystem&branchName=develop) | [![NuGet](https://img.shields.io/nuget/vpre/nanoFramework.System.IO.FileSystem.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.IO.FileSystem/) |
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, CHANGELOG.md, version.json, "*.md", .gitignore]
66
tags:
77
include: ["v*"]
88

nanoFramework.System.IO.FileSystem.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<version>$version$</version>
66
<title>System.IO.FileSystem</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-System.IO.FileSystem</projectUrl>
15-
<icon>nf-logo.png</icon>
16-
<repository type="git" url="https://github.com/nanoframework/lib-System.IO.FileSystem" commit="$commit$" />
14+
<projectUrl>https://github.com/nanoframework/System.IO.FileSystem</projectUrl>
15+
<icon>images\nf-logo.png</icon>
16+
<repository type="git" url="https://github.com/nanoframework/System.IO.FileSystem" commit="$commit$" />
1717
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1818
<description>This package includes the System.IO.FileSystem assembly for nanoFramework C# projects.
1919
This package requires a target with System.IO.FileSystem v$nativeVersion$ (checksum $checksum$).</description>
@@ -29,7 +29,7 @@ This package requires a target with System.IO.FileSystem v$nativeVersion$ (check
2929
<file src="System.IO.FileSystem\bin\Release\System.IO.FileSystem.pe" target="lib\System.IO.FileSystem.pe" />
3030
<file src="System.IO.FileSystem\bin\Release\System.IO.FileSystem.xml" target="lib\System.IO.FileSystem.xml" />
3131
<file src="assets\readme.txt" target="" />
32-
<file src="assets\nf-logo.png" target="" />
32+
<file src="assets\nf-logo.png" target="images\" />
3333
<file src="LICENSE.md" target="" />
3434
</files>
3535
</package>

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"semVer": 2.0
1010
},
1111
"publicReleaseRefSpec": [
12-
"^refs/heads/master$",
12+
"^refs/heads/main$",
1313
"^refs/heads/v\\d+(?:\\.\\d+)?$"
1414
],
1515
"cloudBuild": {

0 commit comments

Comments
 (0)