Skip to content

Commit

Permalink
release-v1.0.4
Browse files Browse the repository at this point in the history
\r\n***PUBLISH_RELEASE***
  • Loading branch information
nfbot authored Mar 29, 2022
2 parents 1b9c1a5 + 8345db0 commit a6239d6
Show file tree
Hide file tree
Showing 10 changed files with 116 additions and 67 deletions.
30 changes: 5 additions & 25 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,12 @@ jobs:
name: Update .NET nanoFramework dependencies
timeout-minutes: 15
runs-on: windows-latest
env:
GITHUB_TOKEN: ${{ github.token }}
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
with:
path: main
- name: Checkout tools repo
uses: actions/checkout@v2.3.1
with:
repository: nanoframework/nf-tools
path: tools
uses: actions/checkout@v2
- name: Update dependencies
run: ./github-actions/update-nf-dependencies.ps1
working-directory: tools
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
if: env.CREATE_PR == 'true'
uses: nanoframework/nanodu@v1
with:
title: '${{ env.PR_TITLE }}'
body: |
${{ env.PR_MESSAGE }}
[version update]
### :warning: This is an automated update. :warning:
committer: 'nfbot <dependencybot@nanoframework.net>'
branch: ${{ env.BRANCH_NAME }}
path: main
labels: |
Type: dependencies
solutionsToCheck: 'nanoFramework.System.Device.Gpio.sln'
72 changes: 72 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,78 @@

## [v1.0.2-preview.14](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.2-preview.14) (2021-12-02)

[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.20...HEAD)

**Documentation and other chores:**

- Update 1 NuGet dependencies [\#51](https://github.com/nanoframework/System.Device.Gpio/pull/51)

## [v1.0.3-preview.20](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.20) (2022-03-28)

[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.18...v1.0.3-preview.20)

**Documentation and other chores:**

- Update 2 NuGet dependencies [\#50](https://github.com/nanoframework/System.Device.Gpio/pull/50)

## [v1.0.3-preview.18](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.18) (2022-03-17)

[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.16...v1.0.3-preview.18)

**Documentation and other chores:**

- Update 2 NuGet dependencies [\#49](https://github.com/nanoframework/System.Device.Gpio/pull/49)

## [v1.0.3-preview.16](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.16) (2022-03-14)

[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.14...v1.0.3-preview.16)

**Documentation and other chores:**

- Update 2 NuGet dependencies [\#48](https://github.com/nanoframework/System.Device.Gpio/pull/48)

## [v1.0.3-preview.14](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.14) (2022-03-02)

[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.10...v1.0.3-preview.14)

## [v1.0.3-preview.10](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.10) (2022-02-17)

[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.8...v1.0.3-preview.10)

**Documentation and other chores:**

- Update 2 NuGet dependencies [\#46](https://github.com/nanoframework/System.Device.Gpio/pull/46)

## [v1.0.3-preview.8](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.8) (2022-01-28)

[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.6...v1.0.3-preview.8)

**Documentation and other chores:**

- Update 2 NuGet dependencies [\#45](https://github.com/nanoframework/System.Device.Gpio/pull/45)

## [v1.0.3-preview.6](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.6) (2022-01-21)

[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.3...v1.0.3-preview.6)

**Documentation and other chores:**

- Update 2 NuGet dependencies [\#44](https://github.com/nanoframework/System.Device.Gpio/pull/44)

## [v1.0.3-preview.3](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.3) (2021-12-28)

[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.2...v1.0.3-preview.3)

**Documentation and other chores:**

- Bumps nanoFramework.Runtime.Events from 1.9.2 to 1.10.0-preview.1 [\#42](https://github.com/nanoframework/System.Device.Gpio/pull/42)

## [v1.0.2](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.2) (2021-12-02)

[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.2-preview.14...v1.0.2)

## [v1.0.2-preview.14](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.2-preview.14) (2021-12-02)

[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.2-preview.12...v1.0.2-preview.14)

**Documentation and other chores:**
Expand Down
3 changes: 0 additions & 3 deletions CODE_OF_CONDUCT.md

This file was deleted.

3 changes: 0 additions & 3 deletions CONTRIBUTING.md

This file was deleted.

25 changes: 6 additions & 19 deletions System.Device.Gpio/System.Device.Gpio.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@
<Name>System.Device.Gpio</Name>
</PropertyGroup>
<ItemGroup>
<NFMDP_PE_ExcludeClassByName Include="GpioOpenStatus">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
<NFMDP_PE_ExcludeClassByName Include="GpioPinEdge">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
<NFMDP_PE_ExcludeClassByName Include="GpioSharingMode">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
<NFMDP_PE_ExcludeClassByName Include="GpioPinEvent">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
Expand All @@ -58,9 +49,6 @@
<NFMDP_PE_ExcludeClassByName Include="PinNumberingScheme">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
<NFMDP_PE_ExcludeClassByName Include="PinValuePair">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
<NFMDP_PE_ExcludeClassByName Include="WaitEventResult">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
Expand All @@ -73,17 +61,16 @@
</ItemGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
<ItemGroup>
<None Include="..\.editorconfig" Link=".editorconfig" />
<None Include="key.snk" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.11.7.2, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath>
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
<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>
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Runtime.Events.1.10.0\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand All @@ -109,11 +96,11 @@
<ProjectConfigurationsDeclaredAsItems />
</ProjectCapabilities>
</ProjectExtensions>
<Import Project="..\packages\Nerdbank.GitVersioning.3.1.91\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.1.91\build\Nerdbank.GitVersioning.targets')" />
<Import Project="..\packages\Nerdbank.GitVersioning.3.4.255\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.4.255\build\Nerdbank.GitVersioning.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Nerdbank.GitVersioning.3.1.91\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.3.1.91\build\Nerdbank.GitVersioning.targets'))" />
<Error Condition="!Exists('..\packages\Nerdbank.GitVersioning.3.4.255\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.3.4.255\build\Nerdbank.GitVersioning.targets'))" />
</Target>
</Project>
6 changes: 3 additions & 3 deletions System.Device.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.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" />
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />
<package id="Nerdbank.GitVersioning" version="3.4.255" developmentDependency="true" targetFramework="netnanoframework10" />
</packages>
26 changes: 22 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
# Copyright (c) .NET Foundation and Contributors
# See LICENSE file in the project root for full license information.

trigger:
branches:
include: [main, develop, "release-*" ]
include:
- main
- develop
- release-*
paths:
exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
exclude:
- .github_changelog_generator
- .gitignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- LICENSE.md
- README.md
- NuGet.Config
- assets/*
- config/*
- .github/*

tags:
include: ["v*"]
include:
- v*

# PR always trigger build
pr:
Expand All @@ -19,7 +37,7 @@ resources:
endpoint: nanoframework

pool:
vmImage: 'windows-2019'
vmImage: 'windows-latest'

variables:
DOTNET_NOLOGO: true
Expand Down
5 changes: 2 additions & 3 deletions nanoFramework.System.Device.Gpio.DELIVERABLES.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<id>nanoFramework.System.Device.Gpio.DELIVERABLES</id>
<version>$version$</version>
<title>System.Device.Gpio.DELIVERABLES</title>
<authors>nanoFramework project contributors</authors>
<owners>nanoFramework,dotnetfoundation</owners>
<authors>nanoframework</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>
</releaseNotes>
Expand All @@ -19,7 +18,7 @@
</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.2" />
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.1" />
</dependencies>
</metadata>
<files>
Expand Down
11 changes: 5 additions & 6 deletions nanoFramework.System.Device.Gpio.nuspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.System.Device.Gpio</id>
<version>$version$</version>
<title>nanoFramework.System.Device.Gpio</title>
<authors>nanoFramework project contributors</authors>
<owners>nanoFramework,dotnetfoundation</owners>
<authors>nanoframework</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<releaseNotes>
Expand All @@ -18,10 +17,10 @@
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the System.Device.Gpio assembly for .NET nanoFramework C# projects.
This package requires a target with System.Device.Gpio v$nativeVersion$ (checksum $checksum$).</description>
<tags>nanoFramework C# csharp netmf netnf System.Device.Gpio</tags>
<tags>nanoFramework C# csharp netmf netnf Gpio</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.2" />
<dependency id="nanoFramework.CoreLibrary" version="1.12.0" />
<dependency id="nanoFramework.Runtime.Events" version="1.10.0" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion 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.0.2",
"version": "1.0.4",
"assemblyVersion": {
"precision": "revision"
},
Expand Down

0 comments on commit a6239d6

Please sign in to comment.