Skip to content

Commit c018dd8

Browse files
authored
release-v1.3.6
\r\n***PUBLISH_RELEASE***
2 parents 0a7c20f + 9e18331 commit c018dd8

File tree

8 files changed

+108
-44
lines changed

8 files changed

+108
-44
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.Hardware.Esp32.sln'

CHANGELOG.md

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

33
## [v1.3.4-preview.18](https://github.com/nanoframework/nanoFramework.Hardware.Esp32/tree/v1.3.4-preview.18) (2021-12-02)
44

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

775
**Documentation and other chores:**

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.Hardware.Esp32.DELIVERABLES.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<id>nanoFramework.Hardware.Esp32.DELIVERABLES</id>
55
<version>$version$</version>
66
<title>nanoFramework.Hardware.Esp32.DELIVERABLES</title>
7-
<authors>nanoFramework project contributors</authors>
8-
<owners>nanoFramework</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.Hardware.Esp32.nuspec

Lines changed: 4 additions & 5 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.Hardware.Esp32</id>
55
<version>$version$</version>
66
<title>nanoFramework.Hardware.Esp32</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>
@@ -21,8 +20,8 @@ The nanoFramework.Hardware.Esp32 assembly contains functions specific to the ESP
2120
This package requires a target with nanoFramework.Hardware.Esp32 v$nativeVersion$ (checksum $checksum$).</description>
2221
<tags>nanoFramework C# csharp netmf netnf esp32</tags>
2322
<dependencies>
24-
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
25-
<dependency id="nanoFramework.Runtime.Events" version="1.9.2" />
23+
<dependency id="nanoFramework.CoreLibrary" version="1.12.0" />
24+
<dependency id="nanoFramework.Runtime.Events" version="1.10.0" />
2625
</dependencies>
2726
</metadata>
2827
<files>

nanoFramework.Hardware.Esp32/nanoFramework.Hardware.Esp32.nfproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
<None Include="packages.config" />
5858
</ItemGroup>
5959
<ItemGroup>
60-
<Reference Include="mscorlib, Version=1.11.7.2, Culture=neutral, PublicKeyToken=c07d481e9758c731">
61-
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath>
60+
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
61+
<HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath>
6262
<Private>True</Private>
6363
</Reference>
64-
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
65-
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2\lib\nanoFramework.Runtime.Events.dll</HintPath>
64+
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
65+
<HintPath>..\packages\nanoFramework.Runtime.Events.1.10.0\lib\nanoFramework.Runtime.Events.dll</HintPath>
6666
<Private>True</Private>
6767
</Reference>
6868
</ItemGroup>
Lines changed: 2 additions & 2 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" />
3+
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />
55
<package id="Nerdbank.GitVersioning" version="3.1.91" developmentDependency="true" targetFramework="netnanoframework10" />
66
</packages>

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.3.4",
3+
"version": "1.3.6",
44
"assemblyVersion": {
55
"precision": "revision"
66
},

0 commit comments

Comments
 (0)