Skip to content

Commit 5bf9774

Browse files
authored
Merge pull request #95 from nanoframework/release-v1.2.1
release-v1.2.1
2 parents 51aca26 + 486a1b2 commit 5bf9774

28 files changed

+259
-273
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Copyright (c) .NET Foundation and Contributors
2+
# See LICENSE file in the project root for full license information.
3+
4+
# This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running.
5+
6+
name: Daily update dependencies
7+
8+
on:
9+
schedule:
10+
# At 00:00 UTC every day.
11+
- cron: '00 00 * * *'
12+
repository_dispatch:
13+
types: update-dependencies
14+
15+
defaults:
16+
run:
17+
shell: pwsh
18+
19+
jobs:
20+
update-dotnet-preview:
21+
name: Update .NET nanoFramework dependencies
22+
timeout-minutes: 15
23+
runs-on: windows-latest
24+
steps:
25+
- 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
34+
- 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'
40+
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

CHANGELOG.md

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

33
## [v1.2.1-preview.2](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.2) (2020-06-16)
44

5+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.32...HEAD)
6+
7+
**Documentation and other chores:**
8+
9+
- Update 2 NuGet dependencies [\#79](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/79)
10+
11+
## [v1.2.1-preview.32](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.32) (2021-03-02)
12+
13+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.29...v1.2.1-preview.32)
14+
15+
**Documentation and other chores:**
16+
17+
- Update 2 NuGet dependencies [\#78](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/78)
18+
19+
## [v1.2.1-preview.29](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.29) (2021-01-06)
20+
21+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.27...v1.2.1-preview.29)
22+
23+
**Documentation and other chores:**
24+
25+
- Update 2 NuGet dependencies [\#77](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/77)
26+
27+
## [v1.2.1-preview.27](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.27) (2020-12-29)
28+
29+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.25...v1.2.1-preview.27)
30+
31+
**Documentation and other chores:**
32+
33+
- Update 2 NuGet dependencies [\#76](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/76)
34+
35+
## [v1.2.1-preview.25](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.25) (2020-12-28)
36+
37+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.22...v1.2.1-preview.25)
38+
39+
**Documentation and other chores:**
40+
41+
- Update 2 NuGet dependencies [\#75](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/75)
42+
- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 [\#74](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/74)
43+
44+
## [v1.2.1-preview.22](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.22) (2020-12-07)
45+
46+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.20...v1.2.1-preview.22)
47+
48+
**Documentation and other chores:**
49+
50+
- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 [\#73](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/73)
51+
52+
## [v1.2.1-preview.20](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.20) (2020-12-07)
53+
54+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.17...v1.2.1-preview.20)
55+
56+
**Documentation and other chores:**
57+
58+
- Update 2 NuGet dependencies [\#72](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/72)
59+
- Update 2 NuGet dependencies [\#71](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/71)
60+
61+
## [v1.2.1-preview.17](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.17) (2020-10-20)
62+
63+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.15...v1.2.1-preview.17)
64+
65+
**Documentation and other chores:**
66+
67+
- Update 2 NuGet dependencies [\#70](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/70)
68+
69+
## [v1.2.1-preview.15](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.15) (2020-09-30)
70+
71+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.13...v1.2.1-preview.15)
72+
73+
**Documentation and other chores:**
74+
75+
- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.3 to 1.8.2-preview.5 [\#69](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/69)
76+
77+
## [v1.2.1-preview.13](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.13) (2020-09-30)
78+
79+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.11...v1.2.1-preview.13)
80+
81+
**Documentation and other chores:**
82+
83+
- Update 2 NuGet dependencies [\#68](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/68)
84+
85+
## [v1.2.1-preview.11](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.11) (2020-09-27)
86+
87+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.7...v1.2.1-preview.11)
88+
89+
**Documentation and other chores:**
90+
91+
- Bumps nanoFramework.Runtime.Events from 1.8.1-preview.22 to 1.8.2-preview.1 [\#67](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/67)
92+
93+
## [v1.2.1-preview.7](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.7) (2020-09-24)
94+
95+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.3...v1.2.1-preview.7)
96+
97+
## [v1.2.1-preview.3](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.3) (2020-09-19)
98+
99+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.1...v1.2.1-preview.3)
100+
101+
**Documentation and other chores:**
102+
103+
- Update dependencies [\#66](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/66)
104+
105+
## [v1.2.1-preview.1](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.1) (2020-07-28)
106+
107+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.6...v1.2.1-preview.1)
108+
109+
## [v1.2.1-preview.6](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.6) (2020-07-02)
110+
111+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.4...v1.2.1-preview.6)
112+
113+
**Documentation and other chores:**
114+
115+
- Bumps nanoFramework.Runtime.Events from 1.8.1-alpha.18 to 1.8.1-preview.22 [\#65](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/65)
116+
117+
## [v1.2.1-preview.4](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.4) (2020-07-01)
118+
119+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.0...v1.2.1-preview.4)
120+
121+
**Documentation and other chores:**
122+
123+
- Bumps nanoFramework.Runtime.Events from 1.8.0 to 1.8.1-alpha.18 [\#64](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/64)
124+
125+
## [v1.2.0](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.0) (2020-06-16)
126+
127+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.1-preview.2...v1.2.0)
128+
129+
**Documentation and other chores:**
130+
131+
- Release release-v1.2.0 [\#63](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/pull/63)
132+
133+
## [v1.2.1-preview.2](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.1-preview.2) (2020-06-16)
134+
5135
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/compare/v1.2.0-preview.5...v1.2.1-preview.2)
6136

7137
## [v1.2.0-preview.5](https://github.com/nanoframework/lib-nanoFramework.Devices.Can/tree/v1.2.0-preview.5) (2020-06-16)

0 commit comments

Comments
 (0)