Skip to content

Commit ec2c1c8

Browse files
authored
release-v1.0.1
***PUBLISH_RELEASE***
2 parents a300a97 + 35eb80c commit ec2c1c8

File tree

7 files changed

+85
-36
lines changed

7 files changed

+85
-36
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 4 additions & 24 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
2628
uses: actions/checkout@v2
27-
with:
28-
path: main
29-
- name: Checkout tools repo
30-
uses: actions/checkout@v2
31-
with:
32-
repository: nanoframework/nf-tools
33-
path: tools
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.Device.Pwm.sln'

CHANGELOG.md

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

33
## [v1.0.0-preview.20](https://github.com/nanoframework/System.Device.Pwm/tree/v1.0.0-preview.20) (2021-12-02)
44

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

759
**Documentation and other chores:**

System.Device.Pwm/System.Device.Pwm.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
<AdditionalFiles Include="..\.sonarlint\nanoframework_system.device.pwm\CSharp\SonarLint.xml" Link="SonarLint.xml" />
5454
</ItemGroup>
5555
<ItemGroup>
56-
<Reference Include="mscorlib, Version=1.11.7.2, Culture=neutral, PublicKeyToken=c07d481e9758c731">
57-
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath>
56+
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
57+
<HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath>
5858
<Private>True</Private>
5959
</Reference>
6060
</ItemGroup>

System.Device.Pwm/packages.config

Lines changed: 1 addition & 1 deletion
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.4.231" developmentDependency="true" targetFramework="netnanoframework10" />
55
</packages>

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.System.Device.Pwm.nuspec

Lines changed: 3 additions & 4 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.System.Device.Pwm</id>
55
<version>$version$</version>
66
<title>nanoFramework.System.Device.Pwm</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.System.Device.Pwm v$nativeVersion$ (checksum $checksum$).</description>
2120
<tags>nanoFramework C# csharp netmf netnf nanoFramework pwm</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>

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

0 commit comments

Comments
 (0)