Skip to content

Commit 3b519d3

Browse files
authored
release-v1.0.4
\r\n***PUBLISH_RELEASE***
2 parents fa96e84 + 550e1d3 commit 3b519d3

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v1.0.4-preview.3](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.4-preview.3) (2022-03-29)
4+
5+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.3...v1.0.4-preview.3)
6+
7+
**Documentation and other chores:**
8+
9+
- Update 1 NuGet dependencies [\#76](https://github.com/nanoframework/System.IO.Ports/pull/76)
10+
11+
## [v1.0.3](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.3) (2022-03-28)
12+
13+
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.3-preview.46...v1.0.3)
14+
315
## [v1.0.3-preview.46](https://github.com/nanoframework/System.IO.Ports/tree/v1.0.3-preview.46) (2022-03-28)
416

517
[Full Changelog](https://github.com/nanoframework/System.IO.Ports/compare/v1.0.3-preview.44...v1.0.3-preview.46)

Tests/UnitTestsSerialPort/UnitTestsSerialPort.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
45-
<Reference Include="nanoFramework.Hardware.Esp32, Version=1.3.5.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
46-
<HintPath>..\..\packages\nanoFramework.Hardware.Esp32.1.3.5-preview.14\lib\nanoFramework.Hardware.Esp32.dll</HintPath>
45+
<Reference Include="nanoFramework.Hardware.Esp32, Version=1.3.6.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
46+
<HintPath>..\..\packages\nanoFramework.Hardware.Esp32.1.3.6\lib\nanoFramework.Hardware.Esp32.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Hardware.Esp32" version="1.3.5-preview.14" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Hardware.Esp32" version="1.3.6" targetFramework="netnanoframework10" />
55
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />
66
<package id="nanoFramework.System.IO.Streams" version="1.0.0" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.System.Text" version="1.1.3" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.TestFramework" version="1.0.185" targetFramework="netnanoframework10" developmentDependency="true" />
9-
</packages>
9+
</packages>

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

0 commit comments

Comments
 (0)