Skip to content

Commit f4c7112

Browse files
authored
Work CI-CD
- Update build badge. - Remove preview mention. - Remove repo files.
1 parent b168bec commit f4c7112

File tree

5 files changed

+2
-10
lines changed

5 files changed

+2
-10
lines changed

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
| Component | Build Status | NuGet Package |
1212
|:-|---|---|
13-
| System.Device.Adc | [![Build Status](https://dev.azure.com/nanoframework/System.Device.Adc/_apis/build/status/System.Device.Adc?branchName=main)](https://dev.azure.com/nanoframework/System.Device.Adc/_build/latest?definitionId=83&branchName=main) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Device.Adc.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Device.Adc/) |
14-
| System.Device.Adc (preview) | [![Build Status](https://dev.azure.com/nanoframework/System.Device.Adc/_apis/build/status/System.Device.Adc?branchName=develop)](https://dev.azure.com/nanoframework/System.Device.Adc/_build/latest?definitionId=83&branchName=develop) | [![NuGet](https://img.shields.io/nuget/vpre/nanoFramework.System.Device.Adc.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Device.Adc/) |
13+
| System.Device.Adc | [![Build Status](https://dev.azure.com/nanoframework/System.Device.Adc/_apis/build/status/System.Device.Adc?repoName=nanoframework%2FSystem.Device.Adc&branchName=main)](https://dev.azure.com/nanoframework/System.Device.Adc/_build/latest?definitionId=83&repoName=nanoframework%2FSystem.Device.Adc&branchName=main) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Device.Adc.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Device.Adc/) |
1514

1615
## Usage
1716

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ variables:
4444
solution: 'nanoframework.System.Device.Adc.sln'
4545
buildPlatform: 'Any CPU'
4646
buildConfiguration: 'Release'
47-
classLibName: 'System.Device.Adc'
4847
nugetPackageName: 'nanoFramework.System.Device.Adc'
4948

5049
steps:

nanoframework.System.Device.Adc.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<readme>docs\README.md</readme>
1313
<developmentDependency>false</developmentDependency>
1414
<projectUrl>https://github.com/nanoframework/System.Device.Adc</projectUrl>
15-
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
15+
<icon>images\nf-logo.png</icon>
1616
<repository type="git" url="https://github.com/nanoframework/System.Device.Adc" commit="$commit$" />
1717
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1818
<description>This package includes the System.Device.Adc assembly for .NET nanoFramework C# projects.

0 commit comments

Comments
 (0)