Skip to content

Commit c89afc1

Browse files
authored
Merge branch 'master' into release-v1.6.1
2 parents b6e49b3 + 5c6b791 commit c89afc1

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

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

3-
## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD)
3+
## [v1.6.1-preview.2](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.1-preview.2) (2020-06-16)
44

55
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.0...HEAD)
66

@@ -471,13 +471,16 @@
471471

472472
**Implemented enhancements:**
473473

474-
- Rework SslStream API [\#53](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/53)
475474
- Fix X509Certificate constructors from string [\#52](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/52)
476475

477476
## [v1.0.2-preview-023](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-023) (2018-12-03)
478477

479478
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-021...v1.0.2-preview-023)
480479

480+
**Implemented enhancements:**
481+
482+
- Rework SslStream API [\#53](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/53)
483+
481484
**Documentation and other chores:**
482485

483486
- Bumps nanoFramework.Runtime.Events from 1.0.2-preview-021 to 1.0.2-preview-023 [\#50](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/50)

source/nanoFramework.System.Net/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
<package id="nanoFramework.Runtime.Events" version="1.8.0" targetFramework="netnanoframework10" />
55
<package id="nanoFramework.System.Text" version="1.1.0" targetFramework="netnanoframework10" />
66
<package id="Nerdbank.GitVersioning" version="3.1.91" developmentDependency="true" targetFramework="netnanoframework10" />
7-
</packages>
7+
</packages>

source/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
"versionIncrement": "build",
2222
"firstUnstableTag": "preview"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)