Skip to content

Commit 9966e94

Browse files
authored
Merge from nanoframework/release-v1.0.2
2 parents eefa96a + d7ceeb6 commit 9966e94

25 files changed

+274
-677
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# Change Log
22

3+
## [v1.0.0](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.0) (2018-10-17)
4+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-028...HEAD)
5+
6+
**Documentation and other chores:**
7+
8+
- Update 2 NuGet dependencies [\#56](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/56)
9+
10+
## [v1.0.2-preview-028](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-028) (2018-12-13)
11+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-023...v1.0.2-preview-028)
12+
13+
**Implemented enhancements:**
14+
15+
- Rework SslStream API [\#53](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/53) [[Breaking-Change](https://github.com/nanoframework/lib-nanoFramework.System.Net/labels/Breaking-Change)]
16+
- Fix X509Certificate constructors from string [\#52](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/52)
17+
18+
**Fixed bugs:**
19+
20+
- Fix X509Certificate constructors from string [\#52](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/52)
21+
22+
## [v1.0.2-preview-023](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-023) (2018-12-03)
23+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-021...v1.0.2-preview-023)
24+
25+
**Documentation and other chores:**
26+
27+
- 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)
28+
29+
## [v1.0.2-preview-021](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-021) (2018-12-02)
30+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-013...v1.0.2-preview-021)
31+
32+
**Documentation and other chores:**
33+
34+
- Update 2 NuGet dependencies [\#49](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/49)
35+
36+
## [v1.0.2-preview-013](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-013) (2018-11-20)
37+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-001...v1.0.2-preview-013)
38+
39+
**Documentation and other chores:**
40+
41+
- Update 2 NuGet dependencies [\#47](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/47)
42+
- Bumps nanoFramework.Runtime.Events from 1.0.0 to 1.0.2-preview-004 [\#45](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/45)
43+
44+
## [v1.0.2-preview-001](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-001) (2018-11-07)
45+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.0...v1.0.2-preview-001)
46+
347
## [v1.0.0](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.0) (2018-10-17)
448
**Implemented enhancements:**
549

GitVersion.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

README.md

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

1313
| Component | Build Status | NuGet Package |
1414
|:-|---|---|
15-
| System.Net | [![Build status](https://ci.appveyor.com/api/projects/status/jw18rw9nibb41led/branch/master?svg=true)](https://ci.appveyor.com/project/nfbot/lib-system-net/branch/master) | [![NuGet](https://img.shields.io/nuget/vpre/nanoFramework.System.Net.svg)](https://www.nuget.org/packages/nanoFramework.System.Net/) |
16-
| System.Net (preview) | [![Build status](https://ci.appveyor.com/api/projects/status/jw18rw9nibb41led/branch/develop?svg=true)](https://ci.appveyor.com/project/nfbot/lib-system-net/branch/develop) | [![MyGet Pre Release](https://img.shields.io/myget/nanoframework-dev/vpre/nanoFramework.System.Net.svg)](https://www.myget.org/feed/nanoframework-dev/package/nuget/nanoFramework.System.Net) |
15+
| System.Net | [![Build status](https://ci.appveyor.com/api/projects/status/jw18rw9nibb41led/branch/master?svg=true)](https://ci.appveyor.com/project/nfbot/lib-system-net/branch/master) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Net.svg)](https://www.nuget.org/packages/nanoFramework.System.Net/) |
16+
| System.Net (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_apis/build/status/nanoframework.lib-nanoFramework.System.Net)](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_build/latest?definitionId=20) | [![MyGet Pre Release](https://img.shields.io/myget/nanoframework-dev/vpre/nanoFramework.System.Net.svg)](https://www.myget.org/feed/nanoframework-dev/package/nuget/nanoFramework.System.Net) |
1717

1818
## Feedback and documentation
1919

appveyor-discord.ps1

Lines changed: 0 additions & 82 deletions
This file was deleted.

appveyor.yml

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)