- 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.
- Rename several repo files.

***NO_CI***
This commit is contained in:
José Simões 2021-11-24 15:59:06 +00:00
Родитель fe9a0680af
Коммит 9c29859c93
10 изменённых файлов: 27 добавлений и 34 удалений

Просмотреть файл

@ -1,5 +1,5 @@
user=nanoframework
project=lib-nanoFramework.Devices.OneWire
project=nanoFramework.Devices.OneWire
issues=true
add_issues_wo_labels=false
add_pr_wo_labels=false

Просмотреть файл

Просмотреть файл

@ -1,10 +1,10 @@
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.Devices.OneWire&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.Devices.OneWire) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.Devices.OneWire&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.Devices.OneWire) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.Devices.OneWire.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.Devices.OneWire/) [![#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)
![nanoFramework logo](https://github.com/nanoframework/Home/blob/main/resources/logo/nanoFramework-repo-logo.png)
![nanoFramework logo](https://raw.githubusercontent.com/nanoframework/Home/main/resources/logo/nanoFramework-repo-logo.png)
-----
### Welcome to the **nanoFramework** 1-Wire Class Library repository!
### Welcome to the .NET **nanoFramework** 1-Wire Class Library repository
## Build status
@ -29,7 +29,7 @@ The **nanoFramework** Class Libraries are licensed under the [MIT license](LICEN
## Code of Conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behaviour in our community.
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
### .NET Foundation

Двоичные данные
assets/nf-logo.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 9.0 KiB

Просмотреть файл

@ -6,7 +6,7 @@
===================================================================================
API docs: https://docs.nanoframework.net/api/nanoFramework.Networking.Sntp.html
API docs: https://docs.nanoframework.net/api/nanoFramework.Devices.OneWire.html
Browse our samples repository: https://github.com/nanoframework/samples

Просмотреть файл

@ -1,12 +1,14 @@
trigger:
branches:
include: [main, master, develop, "release-*" ]
include: [main, develop, "release-*" ]
paths:
exclude: ["*.md", .gitignore]
exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
tags:
include: ["v*"]
# PR always trigger build
pr:
autoCancel: true
# add nf-tools repo to resources (for Azure Pipelines templates)
resources:
@ -20,12 +22,11 @@ pool:
vmImage: 'windows-2019'
variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
solution: '**/*.sln'
DOTNET_NOLOGO: true
solution: 'nanoFramework.Devices.OneWire.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
nugetPackageName: 'nanoFramework.Devices.OneWire'
repoName: 'nanoFramework.Devices.OneWire'
steps:

Просмотреть файл

@ -5,7 +5,7 @@
<version>$version$</version>
<title>nanoFramework.Devices.OneWire.DELIVERABLES</title>
<authors>nanoFramework project contributors</authors>
<owners>nanoFramework project contributors</owners>
<owners>nanoFramework</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>
</releaseNotes>

Просмотреть файл

@ -5,19 +5,17 @@
<version>$version$</version>
<title>nanoFramework.Devices.OneWire</title>
<authors>nanoFramework project contributors</authors>
<owners>nanoFramework project contributors</owners>
<owners>nanoFramework,dotnetfoundation</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<license type="file">LICENSE.md</license>
<releaseNotes>
</releaseNotes>
<readme>docs\README.md</readme>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
<repository type="git" url="https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire" commit="$commit$" />
<projectUrl>https://github.com/nanoframework/nanoFramework.Devices.OneWire</projectUrl>
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Devices.OneWire" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the nanoFramework.Devices.OneWire assembly for nanoFramework C# projects.
This package requires a target with nanoFramework.Devices.OneWire v$nativeVersion$.</description>
<summary>nanoFramework.Devices.OneWire assembly for nanoFramework C# projects</summary>
<description>This package includes the nanoFramework.Devices.OneWire assembly for nanoFramework C# projects.&#10;This package requires a target with nanoFramework.Devices.OneWire v$nativeVersion$ (checksum $checksum$).</description>
<tags>nanoFramework C# csharp netmf netnf nanoFramework.Devices.OneWire</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
@ -30,6 +28,9 @@ This package requires a target with nanoFramework.Devices.OneWire v$nativeVersio
<file src="nanoFramework.Devices.OneWire\bin\Release\nanoFramework.Devices.OneWire.pe" target="lib\nanoFramework.Devices.OneWire.pe" />
<file src="nanoFramework.Devices.OneWire\bin\Release\nanoFramework.Devices.OneWire.xml" target="lib\nanoFramework.Devices.OneWire.xml" />
<!-- readme -->
<file src="readme.txt" target="readme.txt" />
<file src="assets\readme.txt" target="" />
<file src="README.md" target="docs\" />
<file src="assets\nf-logo.png" target="images" />
<file src="LICENSE.md" target="" />
</files>
</package>

Просмотреть файл

@ -5,21 +5,12 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CSharp.BlankApplication")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CSharp.BlankApplication")]
[assembly: AssemblyCopyright("Copyright © ")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyTitle("nanoFramework.Devices.OneWire")]
[assembly: AssemblyCompany("nanoFramework Contributors")]
[assembly: AssemblyProduct("nanoFramework.Devices.OneWire")]
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]
////////////////////////////////////////////////////////////////
// update this whenever the native assembly signature changes //
[assembly: AssemblyNativeVersion("100.0.3.4")]
////////////////////////////////////////////////////////////////
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<NanoFrameworkProjectSystemPath>$(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
</PropertyGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props')" />
<PropertyGroup>