Skip to content

Commit a6239d6

Browse files
authored
release-v1.0.4
\r\n***PUBLISH_RELEASE***
2 parents 1b9c1a5 + 8345db0 commit a6239d6

10 files changed

+116
-67
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,32 +21,12 @@ jobs:
2121
name: Update .NET nanoFramework dependencies
2222
timeout-minutes: 15
2323
runs-on: windows-latest
24+
env:
25+
GITHUB_TOKEN: ${{ github.token }}
2426
steps:
2527
- name: Checkout
26-
uses: actions/[email protected]
27-
with:
28-
path: main
29-
- name: Checkout tools repo
30-
uses: actions/[email protected]
31-
with:
32-
repository: nanoframework/nf-tools
33-
path: tools
28+
uses: actions/checkout@v2
3429
- name: Update dependencies
35-
run: ./github-actions/update-nf-dependencies.ps1
36-
working-directory: tools
37-
- name: Create Pull Request
38-
uses: peter-evans/create-pull-request@v3
39-
if: env.CREATE_PR == 'true'
30+
uses: nanoframework/nanodu@v1
4031
with:
41-
title: '${{ env.PR_TITLE }}'
42-
body: |
43-
${{ env.PR_MESSAGE }}
44-
45-
[version update]
46-
47-
### :warning: This is an automated update. :warning:
48-
committer: 'nfbot <[email protected]>'
49-
branch: ${{ env.BRANCH_NAME }}
50-
path: main
51-
labels: |
52-
Type: dependencies
32+
solutionsToCheck: 'nanoFramework.System.Device.Gpio.sln'

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,78 @@
22

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

5+
[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.20...HEAD)
6+
7+
**Documentation and other chores:**
8+
9+
- Update 1 NuGet dependencies [\#51](https://github.com/nanoframework/System.Device.Gpio/pull/51)
10+
11+
## [v1.0.3-preview.20](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.20) (2022-03-28)
12+
13+
[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.18...v1.0.3-preview.20)
14+
15+
**Documentation and other chores:**
16+
17+
- Update 2 NuGet dependencies [\#50](https://github.com/nanoframework/System.Device.Gpio/pull/50)
18+
19+
## [v1.0.3-preview.18](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.18) (2022-03-17)
20+
21+
[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.16...v1.0.3-preview.18)
22+
23+
**Documentation and other chores:**
24+
25+
- Update 2 NuGet dependencies [\#49](https://github.com/nanoframework/System.Device.Gpio/pull/49)
26+
27+
## [v1.0.3-preview.16](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.16) (2022-03-14)
28+
29+
[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.14...v1.0.3-preview.16)
30+
31+
**Documentation and other chores:**
32+
33+
- Update 2 NuGet dependencies [\#48](https://github.com/nanoframework/System.Device.Gpio/pull/48)
34+
35+
## [v1.0.3-preview.14](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.14) (2022-03-02)
36+
37+
[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.10...v1.0.3-preview.14)
38+
39+
## [v1.0.3-preview.10](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.10) (2022-02-17)
40+
41+
[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.8...v1.0.3-preview.10)
42+
43+
**Documentation and other chores:**
44+
45+
- Update 2 NuGet dependencies [\#46](https://github.com/nanoframework/System.Device.Gpio/pull/46)
46+
47+
## [v1.0.3-preview.8](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.8) (2022-01-28)
48+
49+
[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.6...v1.0.3-preview.8)
50+
51+
**Documentation and other chores:**
52+
53+
- Update 2 NuGet dependencies [\#45](https://github.com/nanoframework/System.Device.Gpio/pull/45)
54+
55+
## [v1.0.3-preview.6](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.6) (2022-01-21)
56+
57+
[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.3-preview.3...v1.0.3-preview.6)
58+
59+
**Documentation and other chores:**
60+
61+
- Update 2 NuGet dependencies [\#44](https://github.com/nanoframework/System.Device.Gpio/pull/44)
62+
63+
## [v1.0.3-preview.3](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.3-preview.3) (2021-12-28)
64+
65+
[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.2...v1.0.3-preview.3)
66+
67+
**Documentation and other chores:**
68+
69+
- Bumps nanoFramework.Runtime.Events from 1.9.2 to 1.10.0-preview.1 [\#42](https://github.com/nanoframework/System.Device.Gpio/pull/42)
70+
71+
## [v1.0.2](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.2) (2021-12-02)
72+
73+
[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.2-preview.14...v1.0.2)
74+
75+
## [v1.0.2-preview.14](https://github.com/nanoframework/System.Device.Gpio/tree/v1.0.2-preview.14) (2021-12-02)
76+
577
[Full Changelog](https://github.com/nanoframework/System.Device.Gpio/compare/v1.0.2-preview.12...v1.0.2-preview.14)
678

779
**Documentation and other chores:**

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.

System.Device.Gpio/System.Device.Gpio.nfproj

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@
3434
<Name>System.Device.Gpio</Name>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<NFMDP_PE_ExcludeClassByName Include="GpioOpenStatus">
38-
<InProject>false</InProject>
39-
</NFMDP_PE_ExcludeClassByName>
40-
<NFMDP_PE_ExcludeClassByName Include="GpioPinEdge">
41-
<InProject>false</InProject>
42-
</NFMDP_PE_ExcludeClassByName>
43-
<NFMDP_PE_ExcludeClassByName Include="GpioSharingMode">
44-
<InProject>false</InProject>
45-
</NFMDP_PE_ExcludeClassByName>
4637
<NFMDP_PE_ExcludeClassByName Include="GpioPinEvent">
4738
<InProject>false</InProject>
4839
</NFMDP_PE_ExcludeClassByName>
@@ -58,9 +49,6 @@
5849
<NFMDP_PE_ExcludeClassByName Include="PinNumberingScheme">
5950
<InProject>false</InProject>
6051
</NFMDP_PE_ExcludeClassByName>
61-
<NFMDP_PE_ExcludeClassByName Include="PinValuePair">
62-
<InProject>false</InProject>
63-
</NFMDP_PE_ExcludeClassByName>
6452
<NFMDP_PE_ExcludeClassByName Include="WaitEventResult">
6553
<InProject>false</InProject>
6654
</NFMDP_PE_ExcludeClassByName>
@@ -73,17 +61,16 @@
7361
</ItemGroup>
7462
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
7563
<ItemGroup>
76-
<None Include="..\.editorconfig" Link=".editorconfig" />
7764
<None Include="key.snk" />
7865
<None Include="packages.config" />
7966
</ItemGroup>
8067
<ItemGroup>
81-
<Reference Include="mscorlib, Version=1.11.7.2, Culture=neutral, PublicKeyToken=c07d481e9758c731">
82-
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath>
68+
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
69+
<HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath>
8370
<Private>True</Private>
8471
</Reference>
85-
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
86-
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2\lib\nanoFramework.Runtime.Events.dll</HintPath>
72+
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
73+
<HintPath>..\packages\nanoFramework.Runtime.Events.1.10.0\lib\nanoFramework.Runtime.Events.dll</HintPath>
8774
<Private>True</Private>
8875
</Reference>
8976
</ItemGroup>
@@ -109,11 +96,11 @@
10996
<ProjectConfigurationsDeclaredAsItems />
11097
</ProjectCapabilities>
11198
</ProjectExtensions>
112-
<Import Project="..\packages\Nerdbank.GitVersioning.3.1.91\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.1.91\build\Nerdbank.GitVersioning.targets')" />
99+
<Import Project="..\packages\Nerdbank.GitVersioning.3.4.255\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.4.255\build\Nerdbank.GitVersioning.targets')" />
113100
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
114101
<PropertyGroup>
115102
<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>
116103
</PropertyGroup>
117-
<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'))" />
104+
<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'))" />
118105
</Target>
119106
</Project>

System.Device.Gpio/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="nanoFramework.CoreLibrary" version="1.11.7" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Runtime.Events" version="1.9.2" targetFramework="netnanoframework10" />
5-
<package id="Nerdbank.GitVersioning" version="3.1.91" developmentDependency="true" targetFramework="netnanoframework10" />
3+
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />
5+
<package id="Nerdbank.GitVersioning" version="3.4.255" developmentDependency="true" targetFramework="netnanoframework10" />
66
</packages>

azure-pipelines.yml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
1+
# Copyright (c) .NET Foundation and Contributors
2+
# See LICENSE file in the project root for full license information.
3+
14
trigger:
25
branches:
3-
include: [main, develop, "release-*" ]
6+
include:
7+
- main
8+
- develop
9+
- release-*
410
paths:
5-
exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
11+
exclude:
12+
- .github_changelog_generator
13+
- .gitignore
14+
- CHANGELOG.md
15+
- CODE_OF_CONDUCT.md
16+
- LICENSE.md
17+
- README.md
18+
- NuGet.Config
19+
- assets/*
20+
- config/*
21+
- .github/*
22+
623
tags:
7-
include: ["v*"]
24+
include:
25+
- v*
826

927
# PR always trigger build
1028
pr:
@@ -19,7 +37,7 @@ resources:
1937
endpoint: nanoframework
2038

2139
pool:
22-
vmImage: 'windows-2019'
40+
vmImage: 'windows-latest'
2341

2442
variables:
2543
DOTNET_NOLOGO: true

nanoFramework.System.Device.Gpio.DELIVERABLES.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<id>nanoFramework.System.Device.Gpio.DELIVERABLES</id>
55
<version>$version$</version>
66
<title>System.Device.Gpio.DELIVERABLES</title>
7-
<authors>nanoFramework project contributors</authors>
8-
<owners>nanoFramework,dotnetfoundation</owners>
7+
<authors>nanoframework</authors>
98
<requireLicenseAcceptance>false</requireLicenseAcceptance>
109
<releaseNotes>
1110
</releaseNotes>
@@ -19,7 +18,7 @@
1918
</tags>
2019
<dependencies>
2120
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
22-
<dependency id="nanoFramework.Runtime.Events" version="1.9.2" />
21+
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.1" />
2322
</dependencies>
2423
</metadata>
2524
<files>

nanoFramework.System.Device.Gpio.nuspec

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>nanoFramework.System.Device.Gpio</id>
55
<version>$version$</version>
66
<title>nanoFramework.System.Device.Gpio</title>
7-
<authors>nanoFramework project contributors</authors>
8-
<owners>nanoFramework,dotnetfoundation</owners>
7+
<authors>nanoframework</authors>
98
<requireLicenseAcceptance>false</requireLicenseAcceptance>
109
<license type="file">LICENSE.md</license>
1110
<releaseNotes>
@@ -18,10 +17,10 @@
1817
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1918
<description>This package includes the System.Device.Gpio assembly for .NET nanoFramework C# projects.
2019
This package requires a target with System.Device.Gpio v$nativeVersion$ (checksum $checksum$).</description>
21-
<tags>nanoFramework C# csharp netmf netnf System.Device.Gpio</tags>
20+
<tags>nanoFramework C# csharp netmf netnf Gpio</tags>
2221
<dependencies>
23-
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
24-
<dependency id="nanoFramework.Runtime.Events" version="1.9.2" />
22+
<dependency id="nanoFramework.CoreLibrary" version="1.12.0" />
23+
<dependency id="nanoFramework.Runtime.Events" version="1.10.0" />
2524
</dependencies>
2625
</metadata>
2726
<files>

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.0.2",
3+
"version": "1.0.4",
44
"assemblyVersion": {
55
"precision": "revision"
66
},

0 commit comments

Comments
 (0)