Skip to content

Commit 04e9eab

Browse files
authored
Merge pull request #25 from nanoframework/release-v1.0.0
release-v1.0.0
2 parents a78a7df + b5873ab commit 04e9eab

30 files changed

+503
-274
lines changed
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
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
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: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
# Changelog
2+
3+
## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/System.IO.Ports/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.52...HEAD)
6+
7+
**Documentation and other chores:**
8+
9+
- Update 2 nuget dependencies [\#24](https://github.com/nanoframework/System.IO.Ports/pull/24)
10+
11+
## [v1.0.0-preview.52](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.52) (2021-07-15)
12+
13+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.50...v1.0.0-preview.52)
14+
15+
**Documentation and other chores:**
16+
17+
- Update 4 nuget dependencies [\#23](https://github.com/nanoframework/System.IO.Ports/pull/23)
18+
19+
## [v1.0.0-preview.50](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.50) (2021-07-14)
20+
21+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.44...v1.0.0-preview.50)
22+
23+
**Documentation and other chores:**
24+
25+
- Update 1 nuget dependencies [\#22](https://github.com/nanoframework/System.IO.Ports/pull/22)
26+
- Update 1 nuget dependencies [\#21](https://github.com/nanoframework/System.IO.Ports/pull/21)
27+
- Update 1 nuget dependencies [\#19](https://github.com/nanoframework/System.IO.Ports/pull/19)
28+
- Improvements in documentation [\#18](https://github.com/nanoframework/System.IO.Ports/pull/18)
29+
- Update 1 nuget dependencies [\#17](https://github.com/nanoframework/System.IO.Ports/pull/17)
30+
31+
## [v1.0.0-preview.44](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.44) (2021-06-26)
32+
33+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.42...v1.0.0-preview.44)
34+
35+
**Implemented enhancements:**
36+
37+
- Improvements and fixes in SerialPort [\#16](https://github.com/nanoframework/System.IO.Ports/pull/16)
38+
39+
## [v1.0.0-preview.42](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.42) (2021-06-20)
40+
41+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.40...v1.0.0-preview.42)
42+
43+
**Documentation and other chores:**
44+
45+
- Update 5 nuget dependencies [\#15](https://github.com/nanoframework/System.IO.Ports/pull/15)
46+
47+
## [v1.0.0-preview.40](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.40) (2021-06-18)
48+
49+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.35...v1.0.0-preview.40)
50+
51+
**Implemented enhancements:**
52+
53+
- Code refactoring [\#14](https://github.com/nanoframework/System.IO.Ports/pull/14)
54+
55+
**Documentation and other chores:**
56+
57+
- Update 1 nuget dependencies [\#12](https://github.com/nanoframework/System.IO.Ports/pull/12)
58+
59+
## [v1.0.0-preview.35](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.35) (2021-06-08)
60+
61+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.33...v1.0.0-preview.35)
62+
63+
**Documentation and other chores:**
64+
65+
- Update 6 nuget dependencies [\#11](https://github.com/nanoframework/System.IO.Ports/pull/11)
66+
67+
## [v1.0.0-preview.33](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.33) (2021-06-07)
68+
69+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.31...v1.0.0-preview.33)
70+
71+
**Documentation and other chores:**
72+
73+
- Update 3 nuget dependencies [\#10](https://github.com/nanoframework/System.IO.Ports/pull/10)
74+
75+
## [v1.0.0-preview.31](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.31) (2021-06-05)
76+
77+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.29...v1.0.0-preview.31)
78+
79+
**Documentation and other chores:**
80+
81+
- Update 1 nuget dependencies [\#9](https://github.com/nanoframework/System.IO.Ports/pull/9)
82+
83+
## [v1.0.0-preview.29](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.29) (2021-06-04)
84+
85+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.27...v1.0.0-preview.29)
86+
87+
**Documentation and other chores:**
88+
89+
- Update 2 nuget dependencies [\#8](https://github.com/nanoframework/System.IO.Ports/pull/8)
90+
91+
## [v1.0.0-preview.27](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.27) (2021-06-02)
92+
93+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.25...v1.0.0-preview.27)
94+
95+
**Documentation and other chores:**
96+
97+
- Update 4 nuget dependencies [\#7](https://github.com/nanoframework/System.IO.Ports/pull/7)
98+
99+
## [v1.0.0-preview.25](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.25) (2021-06-01)
100+
101+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.23...v1.0.0-preview.25)
102+
103+
**Documentation and other chores:**
104+
105+
- Update 4 nuget dependencies [\#6](https://github.com/nanoframework/System.IO.Ports/pull/6)
106+
107+
## [v1.0.0-preview.23](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.23) (2021-05-31)
108+
109+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.21...v1.0.0-preview.23)
110+
111+
**Documentation and other chores:**
112+
113+
- Update 2 nuget dependencies [\#5](https://github.com/nanoframework/System.IO.Ports/pull/5)
114+
115+
## [v1.0.0-preview.21](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.21) (2021-05-30)
116+
117+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.19...v1.0.0-preview.21)
118+
119+
**Documentation and other chores:**
120+
121+
- Update 1 nuget dependencies [\#4](https://github.com/nanoframework/System.IO.Ports/pull/4)
122+
123+
## [v1.0.0-preview.19](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.19) (2021-05-29)
124+
125+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.17...v1.0.0-preview.19)
126+
127+
**Documentation and other chores:**
128+
129+
- Update 1 nuget dependencies [\#3](https://github.com/nanoframework/System.IO.Ports/pull/3)
130+
131+
## [v1.0.0-preview.17](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.17) (2021-05-27)
132+
133+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.15...v1.0.0-preview.17)
134+
135+
**Documentation and other chores:**
136+
137+
- Update 3 nuget dependencies [\#2](https://github.com/nanoframework/System.IO.Ports/pull/2)
138+
139+
## [v1.0.0-preview.15](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.15) (2021-05-26)
140+
141+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.0-preview.12...v1.0.0-preview.15)
142+
143+
## [v1.0.0-preview.12](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.0-preview.12) (2021-05-24)
144+
145+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/e3fcbb11188271f15c64109194b016f944569597...v1.0.0-preview.12)
146+
147+
148+
149+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contributor Code of Conduct
22

3-
Please refer to the contributor Code of Conduct at the Home repository [here](https://github.com/nanoframework/Home/blob/master/CODE_OF_CONDUCT.md.
3+
Please refer to the contributor Code of Conduct at the Home repository [here](https://github.com/nanoframework/Home/blob/main/CODE_OF_CONDUCT.md.
File renamed without changes.

NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="NuGet" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
54
<add key="Azure Artifacts nanoFramework dev" value="https://pkgs.dev.azure.com/nanoframework/feed/_packaging/sandbox/nuget/v3/index.json" protocolVersion="3" />
5+
<add key="NuGet" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
66
</packageSources>
77
</configuration>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
| Component | Build Status | NuGet Package |
1212
|:-|---|---|
13-
| System.IO.Ports | [![Build Status](https://dev.azure.com/nanoframework/System.IO.Ports/_apis/build/status/nanoframework.lib-System.IO.Ports?branchName=develop)](https://dev.azure.com/nanoframework/System.IO.Ports/_build/latest?definitionId=7?branchName=main) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.IO.Ports.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.IO.Ports/) |
14-
| System.IO.Ports (preview) | [![Build Status](https://dev.azure.com/nanoframework/System.IO.Ports/_apis/build/status/nanoframework.lib-System.IO.Ports?branchName=develop)](https://dev.azure.com/nanoframework/System.IO.Ports/_build/latest?definitionId=7?branchName=develop) | [![](https://badgen.net/badge/NuGet/preview/D7B023?icon=https://simpleicons.now.sh/azuredevops/fff)](https://dev.azure.com/nanoframework/feed/_packaging?_a=package&feed=sandbox&package=nanoFramework.System.IO.Ports&protocolType=NuGet&view=overview) |
13+
| System.IO.Ports | [![Build Status](https://dev.azure.com/nanoframework/System.IO.Ports/_apis/build/status/nanoframework.System.IO.Ports?repoName=nanoframework%2FSystem.IO.Ports&branchName=main)](https://dev.azure.com/nanoframework/System.IO.Ports/_build/latest?definitionId=74&repoName=nanoframework%2FSystem.IO.Ports&branchName=main) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.IO.Ports.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.IO.Ports/) |
14+
| System.IO.Ports (preview) | [![Build Status](https://dev.azure.com/nanoframework/System.IO.Ports/_apis/build/status/nanoframework.System.IO.Ports?repoName=nanoframework%2FSystem.IO.Ports&branchName=develop)](https://dev.azure.com/nanoframework/System.IO.Ports/_build/latest?definitionId=74&repoName=nanoframework%2FSystem.IO.Ports&branchName=develop) | [![NuGet](https://img.shields.io/nuget/vpre/nanoFramework.System.IO.Ports.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.IO.Ports/) |
1515

1616
## Usage
1717

System.IO.Ports.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.31229.75

System.IO.Ports/Handshake.cs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
namespace System.IO.Ports
1+
//
2+
// Copyright (c) .NET Foundation and Contributors
3+
// See LICENSE file in the project root for full license information.
4+
//
5+
6+
namespace System.IO.Ports
27
{
38
/// <summary>
49
/// Specifies the control protocol used in establishing a serial port communication
5-
/// for a System.IO.Ports.SerialPort object.
10+
/// for a <see cref="SerialPort"/> object.
611
/// </summary>
712
public enum Handshake
813
{

System.IO.Ports/Parity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace System.IO.Ports
77
{
88
/// <summary>
9-
/// Specifies the parity bit for a System.IO.Ports.SerialPort object.
9+
/// Specifies the parity bit for a <see cref="SerialPort"/> object.
1010
/// </summary>
1111
public enum Parity
1212
{

System.IO.Ports/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
////////////////////////////////////////////////////////////////
1414
// update this whenever the native assembly signature changes //
15-
[assembly: AssemblyNativeVersion("100.1.1.2")]
15+
[assembly: AssemblyNativeVersion("100.1.1.3")]
1616
////////////////////////////////////////////////////////////////
1717

1818
// Setting ComVisible to false makes the types in this assembly not visible

0 commit comments

Comments
 (0)