Skip to content

Commit 9c9125d

Browse files
authored
release-v1.8.1
\r\n***PUBLISH_RELEASE***
2 parents b3dcc32 + 75c01ee commit 9c9125d

39 files changed

+2428
-148
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ name: Daily update dependencies
77

88
on:
99
schedule:
10-
# At 00:00 UTC every day.
11-
- cron: '00 00 * * *'
10+
# Update At 00:00 UTC on Tuesday and Friday
11+
- cron: '0 0 * * 2,5'
1212
repository_dispatch:
1313
types: update-dependencies
1414

@@ -17,36 +17,16 @@ defaults:
1717
shell: pwsh
1818

1919
jobs:
20-
update-dotnet-preview:
20+
update-nuget-dependencies:
2121
name: Update .NET nanoFramework dependencies
22-
timeout-minutes: 15
22+
timeout-minutes: 180 # Non default as IoT devices has lots of solutions to update!
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.Net.sln'

CHANGELOG.md

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

33
## [v1.7.1-preview.23](https://github.com/nanoframework/System.Net/tree/v1.7.1-preview.23) (2021-12-02)
44

5+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.1-preview.3...HEAD)
6+
7+
**Documentation and other chores:**
8+
9+
- Update 1 NuGet dependencies [\#252](https://github.com/nanoframework/System.Net/pull/252)
10+
11+
## [v1.8.1-preview.3](https://github.com/nanoframework/System.Net/tree/v1.8.1-preview.3) (2022-03-28)
12+
13+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.50...v1.8.1-preview.3)
14+
15+
**Documentation and other chores:**
16+
17+
- Update 1 NuGet dependencies [\#251](https://github.com/nanoframework/System.Net/pull/251)
18+
- Update 3 NuGet dependencies [\#250](https://github.com/nanoframework/System.Net/pull/250)
19+
20+
## [v1.8.0-preview.50](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.50) (2022-03-28)
21+
22+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.48...v1.8.0-preview.50)
23+
24+
**Documentation and other chores:**
25+
26+
- Update 3 NuGet dependencies [\#249](https://github.com/nanoframework/System.Net/pull/249)
27+
28+
## [v1.8.0-preview.48](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.48) (2022-03-28)
29+
30+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.46...v1.8.0-preview.48)
31+
32+
**Documentation and other chores:**
33+
34+
- Update 1 NuGet dependencies [\#248](https://github.com/nanoframework/System.Net/pull/248)
35+
- Update 5 NuGet dependencies [\#247](https://github.com/nanoframework/System.Net/pull/247)
36+
37+
## [v1.8.0-preview.46](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.46) (2022-03-28)
38+
39+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.43...v1.8.0-preview.46)
40+
41+
**Documentation and other chores:**
42+
43+
- Update 5 NuGet dependencies [\#246](https://github.com/nanoframework/System.Net/pull/246)
44+
- Update 1 NuGet dependencies [\#245](https://github.com/nanoframework/System.Net/pull/245)
45+
46+
## [v1.8.0-preview.43](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.43) (2022-03-17)
47+
48+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.41...v1.8.0-preview.43)
49+
50+
**Documentation and other chores:**
51+
52+
- Update 1 NuGet dependencies [\#244](https://github.com/nanoframework/System.Net/pull/244)
53+
- Update 4 NuGet dependencies [\#243](https://github.com/nanoframework/System.Net/pull/243)
54+
55+
## [v1.8.0-preview.41](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.41) (2022-03-17)
56+
57+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.39...v1.8.0-preview.41)
58+
59+
**Documentation and other chores:**
60+
61+
- Update 4 NuGet dependencies [\#242](https://github.com/nanoframework/System.Net/pull/242)
62+
63+
## [v1.8.0-preview.39](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.39) (2022-03-14)
64+
65+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.37...v1.8.0-preview.39)
66+
67+
**Documentation and other chores:**
68+
69+
- Update 1 NuGet dependencies [\#241](https://github.com/nanoframework/System.Net/pull/241)
70+
71+
## [v1.8.0-preview.37](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.37) (2022-03-14)
72+
73+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.35...v1.8.0-preview.37)
74+
75+
**Documentation and other chores:**
76+
77+
- Update 1 NuGet dependencies [\#240](https://github.com/nanoframework/System.Net/pull/240)
78+
79+
## [v1.8.0-preview.35](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.35) (2022-03-14)
80+
81+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.32...v1.8.0-preview.35)
82+
83+
**Documentation and other chores:**
84+
85+
- Update 1 NuGet dependencies [\#239](https://github.com/nanoframework/System.Net/pull/239)
86+
- Update 1 NuGet dependencies [\#238](https://github.com/nanoframework/System.Net/pull/238)
87+
88+
## [v1.8.0-preview.32](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.32) (2022-03-14)
89+
90+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.29...v1.8.0-preview.32)
91+
92+
**Documentation and other chores:**
93+
94+
- Update 4 NuGet dependencies [\#236](https://github.com/nanoframework/System.Net/pull/236)
95+
- Update 1 NuGet dependencies [\#235](https://github.com/nanoframework/System.Net/pull/235)
96+
97+
## [v1.8.0-preview.29](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.29) (2022-02-17)
98+
99+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.26...v1.8.0-preview.29)
100+
101+
**Documentation and other chores:**
102+
103+
- Update 4 NuGet dependencies [\#234](https://github.com/nanoframework/System.Net/pull/234)
104+
105+
## [v1.8.0-preview.26](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.26) (2022-02-05)
106+
107+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.23...v1.8.0-preview.26)
108+
109+
**Fixed bugs:**
110+
111+
- Only Enable DHCP if required [\#232](https://github.com/nanoframework/System.Net/pull/232)
112+
113+
## [v1.8.0-preview.23](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.23) (2022-02-04)
114+
115+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.21...v1.8.0-preview.23)
116+
117+
**Documentation and other chores:**
118+
119+
- Update 2 NuGet dependencies [\#231](https://github.com/nanoframework/System.Net/pull/231)
120+
121+
## [v1.8.0-preview.21](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.21) (2022-02-04)
122+
123+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.19...v1.8.0-preview.21)
124+
125+
**Documentation and other chores:**
126+
127+
- Update 1 NuGet dependencies [\#230](https://github.com/nanoframework/System.Net/pull/230)
128+
129+
## [v1.8.0-preview.19](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.19) (2022-01-28)
130+
131+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.17...v1.8.0-preview.19)
132+
133+
**Documentation and other chores:**
134+
135+
- Update 2 NuGet dependencies [\#229](https://github.com/nanoframework/System.Net/pull/229)
136+
137+
## [v1.8.0-preview.17](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.17) (2022-01-28)
138+
139+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.15...v1.8.0-preview.17)
140+
141+
**Documentation and other chores:**
142+
143+
- Update 5 NuGet dependencies [\#228](https://github.com/nanoframework/System.Net/pull/228)
144+
145+
## [v1.8.0-preview.15](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.15) (2022-01-21)
146+
147+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.13...v1.8.0-preview.15)
148+
149+
**Documentation and other chores:**
150+
151+
- Update 2 NuGet dependencies [\#227](https://github.com/nanoframework/System.Net/pull/227)
152+
153+
## [v1.8.0-preview.13](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.13) (2022-01-21)
154+
155+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.11...v1.8.0-preview.13)
156+
157+
**Documentation and other chores:**
158+
159+
- Update 1 NuGet dependencies [\#226](https://github.com/nanoframework/System.Net/pull/226)
160+
161+
## [v1.8.0-preview.11](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.11) (2022-01-21)
162+
163+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.9...v1.8.0-preview.11)
164+
165+
**Documentation and other chores:**
166+
167+
- Update 3 NuGet dependencies [\#225](https://github.com/nanoframework/System.Net/pull/225)
168+
169+
## [v1.8.0-preview.9](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.9) (2022-01-12)
170+
171+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.5...v1.8.0-preview.9)
172+
173+
**Implemented enhancements:**
174+
175+
- Improvements in get/set socket options [\#223](https://github.com/nanoframework/System.Net/pull/223)
176+
177+
## [v1.8.0-preview.5](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.5) (2022-01-05)
178+
179+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.8.0-preview.3...v1.8.0-preview.5)
180+
181+
**Implemented enhancements:**
182+
183+
- NetworkReady event is now instanciated on constructor [\#222](https://github.com/nanoframework/System.Net/pull/222)
184+
185+
## [v1.8.0-preview.3](https://github.com/nanoframework/System.Net/tree/v1.8.0-preview.3) (2022-01-04)
186+
187+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.2-preview.7...v1.8.0-preview.3)
188+
189+
**Implemented enhancements:**
190+
191+
- Various fixes and improvements [\#221](https://github.com/nanoframework/System.Net/pull/221)
192+
- Add NetworkHelper class [\#216](https://github.com/nanoframework/System.Net/pull/216)
193+
194+
**Documentation and other chores:**
195+
196+
- Add Unit Tests [\#220](https://github.com/nanoframework/System.Net/pull/220)
197+
198+
## [v1.7.2-preview.7](https://github.com/nanoframework/System.Net/tree/v1.7.2-preview.7) (2022-01-03)
199+
200+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.2-preview.6...v1.7.2-preview.7)
201+
202+
**Documentation and other chores:**
203+
204+
- Revert \#217 [\#219](https://github.com/nanoframework/System.Net/pull/219)
205+
206+
## [v1.7.2-preview.6](https://github.com/nanoframework/System.Net/tree/v1.7.2-preview.6) (2022-01-03)
207+
208+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.2-preview.5...v1.7.2-preview.6)
209+
210+
**Documentation and other chores:**
211+
212+
- Bumps nanoFramework.System.Text from 1.1.2 to 1.1.3-preview.4 [\#218](https://github.com/nanoframework/System.Net/pull/218)
213+
214+
## [v1.7.2-preview.5](https://github.com/nanoframework/System.Net/tree/v1.7.2-preview.5) (2021-12-30)
215+
216+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.2-preview.4...v1.7.2-preview.5)
217+
218+
## [v1.7.2-preview.4](https://github.com/nanoframework/System.Net/tree/v1.7.2-preview.4) (2021-12-28)
219+
220+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.1...v1.7.2-preview.4)
221+
222+
**Documentation and other chores:**
223+
224+
- Bumps nanoFramework.Runtime.Events from 1.9.2 to 1.10.0-preview.1 [\#215](https://github.com/nanoframework/System.Net/pull/215)
225+
- Parameter description misplacement [\#214](https://github.com/nanoframework/System.Net/pull/214)
226+
227+
## [v1.7.1](https://github.com/nanoframework/System.Net/tree/v1.7.1) (2021-12-02)
228+
229+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.1-preview.23...v1.7.1)
230+
231+
## [v1.7.1-preview.23](https://github.com/nanoframework/System.Net/tree/v1.7.1-preview.23) (2021-12-02)
232+
5233
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.1-preview.21...v1.7.1-preview.23)
6234

7235
**Documentation and other chores:**

0 commit comments

Comments
 (0)