Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #174 from nanoframework/release-v1.5.3
Browse files Browse the repository at this point in the history
release-v1.5.3
  • Loading branch information
josesimoes authored Dec 2, 2021
2 parents 4f6b8f1 + 8f828f4 commit e71249b
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-Windows.Devices.Gpio&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-Windows.Devices.Gpio) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-Windows.Devices.Gpio&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-Windows.Devices.Gpio) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.Windows.Devices.Gpio.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.Windows.Devices.Gpio/) [![#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/master/resources/logo/nanoFramework-repo-logo.png)
![nanoFramework logo](https://github.com/nanoframework/Home/blob/main/resources/logo/nanoFramework-repo-logo.png)

-----

Expand Down
18 changes: 5 additions & 13 deletions Windows.Devices.Gpio/Windows.Devices.Gpio.nfproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?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>
Expand Down Expand Up @@ -56,14 +56,6 @@
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
</ItemGroup>
<ItemGroup>
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll">
<InProject>false</InProject>
</NFMDP_PE_LoadHints>
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.Runtime.Events.1.9.1\lib\nanoFramework.Runtime.Events.dll">
<InProject>false</InProject>
</NFMDP_PE_LoadHints>
</ItemGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
<ItemGroup>
<Compile Include="Extensions\Gpio​PinExtensions.cs" />
Expand Down Expand Up @@ -92,12 +84,12 @@
<Content Include="README.txt" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.10.5.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll</HintPath>
<Reference Include="mscorlib, Version=1.11.7.2, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.1.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.1\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Windows.Devices.Gpio/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.10.5" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.1" targetFramework="netnanoframework10" />
<package id="nanoFramework.CoreLibrary" version="1.11.7" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.2" targetFramework="netnanoframework10" />
<package id="Nerdbank.GitVersioning" version="3.1.91" developmentDependency="true" targetFramework="netnanoframework10" />
</packages>
Binary file added assets/nf-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pool:

variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
solution: '**/*.sln'
solution: 'nanoFramework.Windows.Devices.Gpio.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
nugetPackageName: 'nanoFramework.Windows.Devices.Gpio'
Expand Down
4 changes: 2 additions & 2 deletions nanoFramework.Windows.Devices.Gpio.DELIVERABLES.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<tags>
</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.1" />
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.2" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions nanoFramework.Windows.Devices.Gpio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ This package requires a target with Windows.Devices.Gpiov$nativeVersion$.</descr
<summary>Windows.Devices.Gpio assembly for nanoFramework C# projects</summary>
<tags>nanoFramework C# csharp netmf netnf Windows.Devices.Gpio</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.1" />
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.2" />
</dependencies>
</metadata>
<files>
Expand Down
5 changes: 2 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.5.2",
"version": "1.5.3",
"assemblyVersion": {
"precision": "revision"
},
Expand All @@ -14,8 +14,7 @@
"^refs/heads/v\\d+(?:\\.\\d+)?$"
],
"cloudBuild": {
"setAllVariables": true,
"buildNumber": null
"setAllVariables": true
},
"release": {
"branchName": "release-v{version}",
Expand Down

0 comments on commit e71249b

Please sign in to comment.