Skip to content

Commit df50727

Browse files
authored
release-v1.5.8
\r\n***PUBLISH_RELEASE***
2 parents a4d7150 + 1d81335 commit df50727

8 files changed

+87
-39
lines changed

.github/workflows/update-dependencies.yml

+5-25
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.Networking.Sntp.sln'

CHANGELOG.md

+52
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,58 @@
22

33
## [v1.5.7-preview.7](https://github.com/nanoframework/nanoFramework.Networking.Sntp/tree/v1.5.7-preview.7) (2021-12-02)
44

5+
[Full Changelog](https://github.com/nanoframework/nanoFramework.Networking.Sntp/compare/v1.5.8-preview.13...HEAD)
6+
7+
**Documentation and other chores:**
8+
9+
- Update 1 NuGet dependencies [\#116](https://github.com/nanoframework/nanoFramework.Networking.Sntp/pull/116)
10+
11+
## [v1.5.8-preview.13](https://github.com/nanoframework/nanoFramework.Networking.Sntp/tree/v1.5.8-preview.13) (2022-03-17)
12+
13+
[Full Changelog](https://github.com/nanoframework/nanoFramework.Networking.Sntp/compare/v1.5.8-preview.11...v1.5.8-preview.13)
14+
15+
**Documentation and other chores:**
16+
17+
- Update 1 NuGet dependencies [\#115](https://github.com/nanoframework/nanoFramework.Networking.Sntp/pull/115)
18+
19+
## [v1.5.8-preview.11](https://github.com/nanoframework/nanoFramework.Networking.Sntp/tree/v1.5.8-preview.11) (2022-03-14)
20+
21+
[Full Changelog](https://github.com/nanoframework/nanoFramework.Networking.Sntp/compare/v1.5.8-preview.8...v1.5.8-preview.11)
22+
23+
**Documentation and other chores:**
24+
25+
- Update 1 NuGet dependencies [\#114](https://github.com/nanoframework/nanoFramework.Networking.Sntp/pull/114)
26+
27+
## [v1.5.8-preview.8](https://github.com/nanoframework/nanoFramework.Networking.Sntp/tree/v1.5.8-preview.8) (2022-02-17)
28+
29+
[Full Changelog](https://github.com/nanoframework/nanoFramework.Networking.Sntp/compare/v1.5.8-preview.6...v1.5.8-preview.8)
30+
31+
**Documentation and other chores:**
32+
33+
- Update 1 NuGet dependencies [\#113](https://github.com/nanoframework/nanoFramework.Networking.Sntp/pull/113)
34+
35+
## [v1.5.8-preview.6](https://github.com/nanoframework/nanoFramework.Networking.Sntp/tree/v1.5.8-preview.6) (2022-01-28)
36+
37+
[Full Changelog](https://github.com/nanoframework/nanoFramework.Networking.Sntp/compare/v1.5.8-preview.4...v1.5.8-preview.6)
38+
39+
**Documentation and other chores:**
40+
41+
- Update 1 NuGet dependencies [\#112](https://github.com/nanoframework/nanoFramework.Networking.Sntp/pull/112)
42+
43+
## [v1.5.8-preview.4](https://github.com/nanoframework/nanoFramework.Networking.Sntp/tree/v1.5.8-preview.4) (2022-01-20)
44+
45+
[Full Changelog](https://github.com/nanoframework/nanoFramework.Networking.Sntp/compare/v1.5.7...v1.5.8-preview.4)
46+
47+
**Documentation and other chores:**
48+
49+
- Update 1 NuGet dependencies [\#111](https://github.com/nanoframework/nanoFramework.Networking.Sntp/pull/111)
50+
51+
## [v1.5.7](https://github.com/nanoframework/nanoFramework.Networking.Sntp/tree/v1.5.7) (2021-12-02)
52+
53+
[Full Changelog](https://github.com/nanoframework/nanoFramework.Networking.Sntp/compare/v1.5.7-preview.7...v1.5.7)
54+
55+
## [v1.5.7-preview.7](https://github.com/nanoframework/nanoFramework.Networking.Sntp/tree/v1.5.7-preview.7) (2021-12-02)
56+
557
[Full Changelog](https://github.com/nanoframework/nanoFramework.Networking.Sntp/compare/v1.5.7-preview.5...v1.5.7-preview.7)
658

759
**Documentation and other chores:**

azure-pipelines.yml

+22-4
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.Networking.Sntp.DELIVERABLES.nuspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<id>nanoFramework.Networking.Sntp.DELIVERABLES</id>
55
<version>$version$</version>
66
<title>nanoFramework.Networking.Sntp.DELIVERABLES</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>

nanoFramework.Networking.Sntp.nuspec

+3-4
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.Networking.Sntp</id>
55
<version>$version$</version>
66
<title>nanoFramework.Networking.Sntp</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>
@@ -20,7 +19,7 @@
2019
This package requires a target with nanoFramework.Networking.Sntp v$nativeVersion$ (checksum $checksum$).</description>
2120
<tags>nanoFramework C# csharp netmf netnf nanoFramework.Networking.Sntp sntp</tags>
2221
<dependencies>
23-
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
22+
<dependency id="nanoFramework.CoreLibrary" version="1.12.0" />
2423
</dependencies>
2524
</metadata>
2625
<files>

nanoFramework.Networking.Sntp/nanoFramework.Networking.Sntp.nfproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<None Include="packages.config" />
4949
</ItemGroup>
5050
<ItemGroup>
51-
<Reference Include="mscorlib, Version=1.11.7.2, Culture=neutral, PublicKeyToken=c07d481e9758c731">
52-
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath>
51+
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
52+
<HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath>
5353
<Private>True</Private>
5454
</Reference>
5555
</ItemGroup>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="nanoFramework.CoreLibrary" version="1.11.7" targetFramework="netnanoframework10" />
3+
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
44
<package id="Nerdbank.GitVersioning" version="3.3.37" developmentDependency="true" targetFramework="netnanoframework10" />
55
</packages>

version.json

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

0 commit comments

Comments
 (0)