Skip to content

Commit 2ed4681

Browse files
authored
Merge pull request #71 from nanoframework/release-v1.3.1
release-v1.3.1
2 parents d13d751 + 865c4b8 commit 2ed4681

19 files changed

+203
-258
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/checkout@v2.3.1
27+
with:
28+
path: main
29+
- name: Checkout tools repo
30+
uses: actions/checkout@v2.3.1
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 <dependencybot@nanoframework.net>'
49+
branch: ${{ env.BRANCH_NAME }}
50+
path: main
51+
labels: |
52+
Type: dependencies

CHANGELOG.md

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

33
## [v1.2.0](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/tree/v1.2.0) (2020-06-12)
44

5+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/compare/v1.3.1-preview.27...HEAD)
6+
7+
**Documentation and other chores:**
8+
9+
- Bumps nanoFramework.CoreLibrary from 1.10.1-preview.11 to 1.10.3-preview.7 [\#61](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/pull/61)
10+
11+
## [v1.3.1-preview.27](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/tree/v1.3.1-preview.27) (2021-03-02)
12+
13+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/compare/v1.3.1-preview.22...v1.3.1-preview.27)
14+
15+
**Documentation and other chores:**
16+
17+
- Bumps nanoFramework.CoreLibrary from 1.10.1-preview.9 to 1.10.1-preview.11 [\#60](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/pull/60)
18+
- Update 2 nuget dependencies [\#59](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/pull/59)
19+
20+
## [v1.3.1-preview.22](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/tree/v1.3.1-preview.22) (2021-01-06)
21+
22+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/compare/v1.3.1-preview.20...v1.3.1-preview.22)
23+
24+
**Documentation and other chores:**
25+
26+
- Bumps nanoFramework.CoreLibrary from 1.10.1-preview.7 to 1.10.1-preview.9 [\#58](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/pull/58)
27+
28+
## [v1.3.1-preview.20](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/tree/v1.3.1-preview.20) (2020-12-29)
29+
30+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/compare/v1.3.1-preview.17...v1.3.1-preview.20)
31+
32+
**Documentation and other chores:**
33+
34+
- Bumps nanoFramework.CoreLibrary from 1.10.1-preview.6 to 1.10.1-preview.7 [\#57](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/pull/57)
35+
36+
## [v1.3.1-preview.17](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/tree/v1.3.1-preview.17) (2020-12-28)
37+
38+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/compare/v1.3.1-preview.15...v1.3.1-preview.17)
39+
40+
**Documentation and other chores:**
41+
42+
- Bumps nanoFramework.CoreLibrary from 1.10.0-preview.4 to 1.10.1-preview.6 [\#56](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/pull/56)
43+
44+
## [v1.3.1-preview.15](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/tree/v1.3.1-preview.15) (2020-12-07)
45+
46+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/compare/v1.3.1-preview.13...v1.3.1-preview.15)
47+
48+
**Documentation and other chores:**
49+
50+
- Bumps nanoFramework.CoreLibrary from 1.9.1-preview.6 to 1.10.0-preview.4 [\#55](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/pull/55)
51+
52+
## [v1.3.1-preview.13](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/tree/v1.3.1-preview.13) (2020-10-20)
53+
54+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/compare/v1.3.1-preview.11...v1.3.1-preview.13)
55+
56+
**Documentation and other chores:**
57+
58+
- Bumps nanoFramework.CoreLibrary from 1.9.1-preview.4 to 1.9.1-preview.6 [\#54](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/pull/54)
59+
60+
## [v1.3.1-preview.11](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/tree/v1.3.1-preview.11) (2020-10-20)
61+
62+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/compare/v1.3.1-preview.9...v1.3.1-preview.11)
63+
64+
**Documentation and other chores:**
65+
66+
- Bumps nanoFramework.CoreLibrary from 1.9.0-preview.5 to 1.9.1-preview.4 [\#53](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/pull/53)
67+
68+
## [v1.3.1-preview.9](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/tree/v1.3.1-preview.9) (2020-10-01)
69+
70+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/compare/v1.3.1-preview.2...v1.3.1-preview.9)
71+
72+
**Documentation and other chores:**
73+
74+
- Update dependencies [\#52](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/pull/52)
75+
76+
## [v1.3.1-preview.2](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/tree/v1.3.1-preview.2) (2020-09-19)
77+
78+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/compare/v1.3.0...v1.3.1-preview.2)
79+
80+
**Documentation and other chores:**
81+
82+
- Update dependencies [\#51](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/pull/51)
83+
84+
## [v1.3.0](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/tree/v1.3.0) (2020-06-17)
85+
86+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/compare/v1.2.0...v1.3.0)
87+
88+
**Documentation and other chores:**
89+
90+
- Release release-v1.3.0 [\#50](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/pull/50)
91+
92+
## [v1.2.0](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/tree/v1.2.0) (2020-06-12)
93+
594
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Devices.OneWire/compare/v1.2.0-preview.19...v1.2.0)
695

796
**Documentation and other chores:**

0 commit comments

Comments
 (0)