From b951beac0478ebbddab4a763711fa5aafca02f05 Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 16 Jun 2020 16:00:13 +0000 Subject: [PATCH 001/104] Set version to '1.6.2-preview.{height}' --- source/version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.json b/source/version.json index 2de4bcb..607485f 100644 --- a/source/version.json +++ b/source/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.6.1-preview.{height}", + "version": "1.6.2-preview.{height}", "assemblyVersion": { "precision": "revision" }, From b77d527fedba0e610509de0c300d8c6135708783 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 1 Jul 2020 15:41:40 +0100 Subject: [PATCH 002/104] Bumps nanoFramework.Runtime.Events from 1.8.0 to 1.8.1-alpha.18 --- source/nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Net.nuspec | 2 +- source/nanoFramework.System.Net/System.Net.nfproj | 6 +++--- source/nanoFramework.System.Net/packages.config | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/nanoFramework.System.Net.DELIVERABLES.nuspec b/source/nanoFramework.System.Net.DELIVERABLES.nuspec index dc413fa..a693618 100644 --- a/source/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/source/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -19,7 +19,7 @@ - + diff --git a/source/nanoFramework.System.Net.nuspec b/source/nanoFramework.System.Net.nuspec index 1a800c4..29eed3c 100644 --- a/source/nanoFramework.System.Net.nuspec +++ b/source/nanoFramework.System.Net.nuspec @@ -21,7 +21,7 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.< nanoFramework C# csharp netmf netnf nanoFramework.System.Net - + diff --git a/source/nanoFramework.System.Net/System.Net.nfproj b/source/nanoFramework.System.Net/System.Net.nfproj index f09273e..de94ba8 100644 --- a/source/nanoFramework.System.Net/System.Net.nfproj +++ b/source/nanoFramework.System.Net/System.Net.nfproj @@ -42,7 +42,7 @@ false - + false @@ -100,8 +100,8 @@ ..\packages\nanoFramework.CoreLibrary.1.7.3\lib\mscorlib.dll True - - ..\packages\nanoFramework.Runtime.Events.1.8.0\lib\nanoFramework.Runtime.Events.dll + + ..\packages\nanoFramework.Runtime.Events.1.8.1-alpha.18\lib\nanoFramework.Runtime.Events.dll True diff --git a/source/nanoFramework.System.Net/packages.config b/source/nanoFramework.System.Net/packages.config index 2a07b3b..3d62803 100644 --- a/source/nanoFramework.System.Net/packages.config +++ b/source/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - + \ No newline at end of file From 29ea1075499e1f571ee0082a5339106f38fa11c5 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 1 Jul 2020 14:46:15 +0000 Subject: [PATCH 003/104] Update CHANGELOG for v1.6.2 ***NO_CI*** --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ccf1cd..41a8a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,23 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.0...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.1...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.Runtime.Events from 1.8.0 to 1.8.1-alpha.18 [\#136](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/136) + +## [v1.6.1](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.1) (2020-06-16) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.1-preview.4...v1.6.1) + +**Documentation and other chores:** + +- Release release-v1.6.1 [\#135](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/135) + +## [v1.6.1-preview.4](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.1-preview.4) (2020-06-16) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.0...v1.6.1-preview.4) **Documentation and other chores:** From 4d42ab8a567d04a078fea8286a87267843e4d9a4 Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 2 Jul 2020 09:19:55 +0100 Subject: [PATCH 004/104] Bumps nanoFramework.Runtime.Events from 1.8.1-alpha.18 to 1.8.1-preview.22 --- source/nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Net.nuspec | 2 +- source/nanoFramework.System.Net/System.Net.nfproj | 4 ++-- source/nanoFramework.System.Net/packages.config | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/nanoFramework.System.Net.DELIVERABLES.nuspec b/source/nanoFramework.System.Net.DELIVERABLES.nuspec index a693618..a7ce747 100644 --- a/source/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/source/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -19,7 +19,7 @@ - + diff --git a/source/nanoFramework.System.Net.nuspec b/source/nanoFramework.System.Net.nuspec index 29eed3c..556fe5f 100644 --- a/source/nanoFramework.System.Net.nuspec +++ b/source/nanoFramework.System.Net.nuspec @@ -21,7 +21,7 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.< nanoFramework C# csharp netmf netnf nanoFramework.System.Net - + diff --git a/source/nanoFramework.System.Net/System.Net.nfproj b/source/nanoFramework.System.Net/System.Net.nfproj index de94ba8..77f86de 100644 --- a/source/nanoFramework.System.Net/System.Net.nfproj +++ b/source/nanoFramework.System.Net/System.Net.nfproj @@ -42,7 +42,7 @@ false - + false @@ -101,7 +101,7 @@ True - ..\packages\nanoFramework.Runtime.Events.1.8.1-alpha.18\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.8.1-preview.22\lib\nanoFramework.Runtime.Events.dll True diff --git a/source/nanoFramework.System.Net/packages.config b/source/nanoFramework.System.Net/packages.config index 3d62803..a66df9c 100644 --- a/source/nanoFramework.System.Net/packages.config +++ b/source/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - + \ No newline at end of file From 34ad0d93761300e62782592dcb13772681b817dc Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 2 Jul 2020 08:24:24 +0000 Subject: [PATCH 005/104] Update CHANGELOG for v1.6.2 ***NO_CI*** --- CHANGELOG.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a8a03..642bbd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.1...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.3...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.Runtime.Events from 1.8.1-alpha.18 to 1.8.1-preview.22 [\#137](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/137) + +## [v1.6.2-preview.3](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.2-preview.3) (2020-07-01) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.1...v1.6.2-preview.3) **Documentation and other chores:** @@ -453,16 +461,13 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.4...v1.0.3-preview-009) -**Documentation and other chores:** - -- Bumps nanoFramework.Runtime.Events from 1.0.4 to 1.0.5-preview-003 [\#61](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/61) - ## [v1.0.4](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.4) (2019-01-22) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.3-preview-003...v1.0.4) **Documentation and other chores:** +- Bumps nanoFramework.Runtime.Events from 1.0.4 to 1.0.5-preview-003 [\#61](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/61) - Update 2 NuGet dependencies [\#59](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/59) ## [v1.0.3-preview-003](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.3-preview-003) (2019-01-03) From 02e9e884ea9c98ee4095652f906ac1ed03dd991a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 2 Jul 2020 09:25:47 +0100 Subject: [PATCH 006/104] Work CD-CI - Add github action to update dependencies. ***NO_CI*** --- .github/workflows/update-dependencies.yml | 50 +++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .github/workflows/update-dependencies.yml diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml new file mode 100644 index 0000000..5852f68 --- /dev/null +++ b/.github/workflows/update-dependencies.yml @@ -0,0 +1,50 @@ +# Copyright (c) 2020 The nanoFramework project contributors +# See LICENSE file in the project root for full license information. + +# This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running. + +name: Daily update dependencies + +on: + schedule: + # At 00:00 UTC every day. + - cron: '00 00 * * *' + repository_dispatch: + types: update-dependencies + +defaults: + run: + shell: pwsh + +jobs: + update-dotnet-preview: + name: Update .NET nanoFramework dependencies + timeout-minutes: 15 + runs-on: windows-latest + steps: + - name: Checkout + uses: actions/checkout@v2.3.1 + with: + path: main + - name: Checkout tools repo + uses: actions/checkout@v2.3.1 + with: + repository: nanoframework/nf-tools + path: tools + - name: Update dependencies + run: ./github-actions/update-nf-dependencies.ps1 + working-directory: tools + - name: Create Pull Request + uses: peter-evans/create-pull-request@v2.8.1 + if: env.CREATE_PR == 'true' + with: + title: '${{ env.PR_TITLE }}' + body: | + ${{ env.PR_MESSAGE }} + + [version update] + + ### :warning: This is an automated update. :warning: + committer: 'nfbot ' + branch: ${{ env.BRANCH_NAME }} + path: main From d1e74ecbc0cdc9c0ceb1a15d0666db68171ebda7 Mon Sep 17 00:00:00 2001 From: josesimoes Date: Tue, 28 Jul 2020 15:31:12 +0100 Subject: [PATCH 007/104] Work CD-CI - Move solution and source files to repo root. ***NO_CI*** --- source/NuGet.Config => NuGet.Config | 0 azure-pipelines.yml | 2 +- ... => nanoFramework.System.Net.DELIVERABLES.nuspec | 0 ...em.Net.nuspec => nanoFramework.System.Net.nuspec | 0 ...k.System.Net.sln => nanoFramework.System.Net.sln | 0 .../DNS.cs | 0 .../EndPoint.cs | 0 .../IPAddress.cs | 0 .../IPEndPoint.cs | 0 .../IPHostEntry.cs | 0 .../NetworkInformation/AddressMode.cs | 0 .../NetworkInformation/AuthenticationType.cs | 0 .../NetworkInformation/EncryptionType.cs | 0 .../NetworkInformation/NetworkChange.cs | 0 .../NetworkInformation/NetworkInformationOptions.cs | 0 .../NetworkInformation/NetworkInterface.cs | 0 .../NetworkInformation/NetworkInterfaceType.cs | 0 .../NetworkInformation/RadioType.cs | 0 .../Wireless80211Configuration.cs | 0 .../NetworkInformation/WirelessAPConfiguration.cs | 0 .../NetworkInformation/WirelessAPStation.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../README.txt | 0 .../Security/CertificateManager.cs | 0 .../Security/NetworkSecurity.cs | 0 .../Security/SslStream.cs | 0 .../SocketAddress.cs | 0 .../SocketException.cs | 0 .../Sockets/AddressFamily.cs | 0 .../Sockets/NetworkStream.cs | 0 .../Sockets/ProtocolFamily.cs | 0 .../Sockets/ProtocolType.cs | 0 .../Sockets/SelectMode.cs | 0 .../Sockets/Socket.cs | 0 .../Sockets/SocketErrors.cs | 0 .../Sockets/SocketFlags.cs | 0 .../Sockets/SocketOptionLevel.cs | 0 .../Sockets/SocketOptionName.cs | 0 .../Sockets/SocketType.cs | 0 .../Sockets/SocketsNative.cs | 0 .../System.Net.nfproj | 0 .../X509Certificates/X509Certificate.cs | 0 .../X509Certificates/X509Certificate2.cs | 0 .../key.snk | Bin .../packages.config | 0 source/readme.txt => readme.txt | 0 source/version.json => version.json | 0 47 files changed, 1 insertion(+), 1 deletion(-) rename source/NuGet.Config => NuGet.Config (100%) rename source/nanoFramework.System.Net.DELIVERABLES.nuspec => nanoFramework.System.Net.DELIVERABLES.nuspec (100%) rename source/nanoFramework.System.Net.nuspec => nanoFramework.System.Net.nuspec (100%) rename source/nanoFramework.System.Net.sln => nanoFramework.System.Net.sln (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/DNS.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/EndPoint.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/IPAddress.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/IPEndPoint.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/IPHostEntry.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/NetworkInformation/AddressMode.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/NetworkInformation/AuthenticationType.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/NetworkInformation/EncryptionType.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/NetworkInformation/NetworkChange.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/NetworkInformation/NetworkInformationOptions.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/NetworkInformation/NetworkInterface.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/NetworkInformation/NetworkInterfaceType.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/NetworkInformation/RadioType.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/NetworkInformation/Wireless80211Configuration.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/NetworkInformation/WirelessAPConfiguration.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/NetworkInformation/WirelessAPStation.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Properties/AssemblyInfo.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/README.txt (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Security/CertificateManager.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Security/NetworkSecurity.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Security/SslStream.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/SocketAddress.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/SocketException.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Sockets/AddressFamily.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Sockets/NetworkStream.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Sockets/ProtocolFamily.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Sockets/ProtocolType.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Sockets/SelectMode.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Sockets/Socket.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Sockets/SocketErrors.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Sockets/SocketFlags.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Sockets/SocketOptionLevel.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Sockets/SocketOptionName.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Sockets/SocketType.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/Sockets/SocketsNative.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/System.Net.nfproj (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/X509Certificates/X509Certificate.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/X509Certificates/X509Certificate2.cs (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/key.snk (100%) rename {source/nanoFramework.System.Net => nanoFramework.System.Net}/packages.config (100%) rename source/readme.txt => readme.txt (100%) rename source/version.json => version.json (100%) diff --git a/source/NuGet.Config b/NuGet.Config similarity index 100% rename from source/NuGet.Config rename to NuGet.Config diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 18cffa3..029f0ed 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,7 +27,7 @@ jobs: variables: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - solution: '**/source/*.sln' + solution: '**/*.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' nugetPackageName: 'nanoFramework.System.Net' diff --git a/source/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec similarity index 100% rename from source/nanoFramework.System.Net.DELIVERABLES.nuspec rename to nanoFramework.System.Net.DELIVERABLES.nuspec diff --git a/source/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec similarity index 100% rename from source/nanoFramework.System.Net.nuspec rename to nanoFramework.System.Net.nuspec diff --git a/source/nanoFramework.System.Net.sln b/nanoFramework.System.Net.sln similarity index 100% rename from source/nanoFramework.System.Net.sln rename to nanoFramework.System.Net.sln diff --git a/source/nanoFramework.System.Net/DNS.cs b/nanoFramework.System.Net/DNS.cs similarity index 100% rename from source/nanoFramework.System.Net/DNS.cs rename to nanoFramework.System.Net/DNS.cs diff --git a/source/nanoFramework.System.Net/EndPoint.cs b/nanoFramework.System.Net/EndPoint.cs similarity index 100% rename from source/nanoFramework.System.Net/EndPoint.cs rename to nanoFramework.System.Net/EndPoint.cs diff --git a/source/nanoFramework.System.Net/IPAddress.cs b/nanoFramework.System.Net/IPAddress.cs similarity index 100% rename from source/nanoFramework.System.Net/IPAddress.cs rename to nanoFramework.System.Net/IPAddress.cs diff --git a/source/nanoFramework.System.Net/IPEndPoint.cs b/nanoFramework.System.Net/IPEndPoint.cs similarity index 100% rename from source/nanoFramework.System.Net/IPEndPoint.cs rename to nanoFramework.System.Net/IPEndPoint.cs diff --git a/source/nanoFramework.System.Net/IPHostEntry.cs b/nanoFramework.System.Net/IPHostEntry.cs similarity index 100% rename from source/nanoFramework.System.Net/IPHostEntry.cs rename to nanoFramework.System.Net/IPHostEntry.cs diff --git a/source/nanoFramework.System.Net/NetworkInformation/AddressMode.cs b/nanoFramework.System.Net/NetworkInformation/AddressMode.cs similarity index 100% rename from source/nanoFramework.System.Net/NetworkInformation/AddressMode.cs rename to nanoFramework.System.Net/NetworkInformation/AddressMode.cs diff --git a/source/nanoFramework.System.Net/NetworkInformation/AuthenticationType.cs b/nanoFramework.System.Net/NetworkInformation/AuthenticationType.cs similarity index 100% rename from source/nanoFramework.System.Net/NetworkInformation/AuthenticationType.cs rename to nanoFramework.System.Net/NetworkInformation/AuthenticationType.cs diff --git a/source/nanoFramework.System.Net/NetworkInformation/EncryptionType.cs b/nanoFramework.System.Net/NetworkInformation/EncryptionType.cs similarity index 100% rename from source/nanoFramework.System.Net/NetworkInformation/EncryptionType.cs rename to nanoFramework.System.Net/NetworkInformation/EncryptionType.cs diff --git a/source/nanoFramework.System.Net/NetworkInformation/NetworkChange.cs b/nanoFramework.System.Net/NetworkInformation/NetworkChange.cs similarity index 100% rename from source/nanoFramework.System.Net/NetworkInformation/NetworkChange.cs rename to nanoFramework.System.Net/NetworkInformation/NetworkChange.cs diff --git a/source/nanoFramework.System.Net/NetworkInformation/NetworkInformationOptions.cs b/nanoFramework.System.Net/NetworkInformation/NetworkInformationOptions.cs similarity index 100% rename from source/nanoFramework.System.Net/NetworkInformation/NetworkInformationOptions.cs rename to nanoFramework.System.Net/NetworkInformation/NetworkInformationOptions.cs diff --git a/source/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs b/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs similarity index 100% rename from source/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs rename to nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs diff --git a/source/nanoFramework.System.Net/NetworkInformation/NetworkInterfaceType.cs b/nanoFramework.System.Net/NetworkInformation/NetworkInterfaceType.cs similarity index 100% rename from source/nanoFramework.System.Net/NetworkInformation/NetworkInterfaceType.cs rename to nanoFramework.System.Net/NetworkInformation/NetworkInterfaceType.cs diff --git a/source/nanoFramework.System.Net/NetworkInformation/RadioType.cs b/nanoFramework.System.Net/NetworkInformation/RadioType.cs similarity index 100% rename from source/nanoFramework.System.Net/NetworkInformation/RadioType.cs rename to nanoFramework.System.Net/NetworkInformation/RadioType.cs diff --git a/source/nanoFramework.System.Net/NetworkInformation/Wireless80211Configuration.cs b/nanoFramework.System.Net/NetworkInformation/Wireless80211Configuration.cs similarity index 100% rename from source/nanoFramework.System.Net/NetworkInformation/Wireless80211Configuration.cs rename to nanoFramework.System.Net/NetworkInformation/Wireless80211Configuration.cs diff --git a/source/nanoFramework.System.Net/NetworkInformation/WirelessAPConfiguration.cs b/nanoFramework.System.Net/NetworkInformation/WirelessAPConfiguration.cs similarity index 100% rename from source/nanoFramework.System.Net/NetworkInformation/WirelessAPConfiguration.cs rename to nanoFramework.System.Net/NetworkInformation/WirelessAPConfiguration.cs diff --git a/source/nanoFramework.System.Net/NetworkInformation/WirelessAPStation.cs b/nanoFramework.System.Net/NetworkInformation/WirelessAPStation.cs similarity index 100% rename from source/nanoFramework.System.Net/NetworkInformation/WirelessAPStation.cs rename to nanoFramework.System.Net/NetworkInformation/WirelessAPStation.cs diff --git a/source/nanoFramework.System.Net/Properties/AssemblyInfo.cs b/nanoFramework.System.Net/Properties/AssemblyInfo.cs similarity index 100% rename from source/nanoFramework.System.Net/Properties/AssemblyInfo.cs rename to nanoFramework.System.Net/Properties/AssemblyInfo.cs diff --git a/source/nanoFramework.System.Net/README.txt b/nanoFramework.System.Net/README.txt similarity index 100% rename from source/nanoFramework.System.Net/README.txt rename to nanoFramework.System.Net/README.txt diff --git a/source/nanoFramework.System.Net/Security/CertificateManager.cs b/nanoFramework.System.Net/Security/CertificateManager.cs similarity index 100% rename from source/nanoFramework.System.Net/Security/CertificateManager.cs rename to nanoFramework.System.Net/Security/CertificateManager.cs diff --git a/source/nanoFramework.System.Net/Security/NetworkSecurity.cs b/nanoFramework.System.Net/Security/NetworkSecurity.cs similarity index 100% rename from source/nanoFramework.System.Net/Security/NetworkSecurity.cs rename to nanoFramework.System.Net/Security/NetworkSecurity.cs diff --git a/source/nanoFramework.System.Net/Security/SslStream.cs b/nanoFramework.System.Net/Security/SslStream.cs similarity index 100% rename from source/nanoFramework.System.Net/Security/SslStream.cs rename to nanoFramework.System.Net/Security/SslStream.cs diff --git a/source/nanoFramework.System.Net/SocketAddress.cs b/nanoFramework.System.Net/SocketAddress.cs similarity index 100% rename from source/nanoFramework.System.Net/SocketAddress.cs rename to nanoFramework.System.Net/SocketAddress.cs diff --git a/source/nanoFramework.System.Net/SocketException.cs b/nanoFramework.System.Net/SocketException.cs similarity index 100% rename from source/nanoFramework.System.Net/SocketException.cs rename to nanoFramework.System.Net/SocketException.cs diff --git a/source/nanoFramework.System.Net/Sockets/AddressFamily.cs b/nanoFramework.System.Net/Sockets/AddressFamily.cs similarity index 100% rename from source/nanoFramework.System.Net/Sockets/AddressFamily.cs rename to nanoFramework.System.Net/Sockets/AddressFamily.cs diff --git a/source/nanoFramework.System.Net/Sockets/NetworkStream.cs b/nanoFramework.System.Net/Sockets/NetworkStream.cs similarity index 100% rename from source/nanoFramework.System.Net/Sockets/NetworkStream.cs rename to nanoFramework.System.Net/Sockets/NetworkStream.cs diff --git a/source/nanoFramework.System.Net/Sockets/ProtocolFamily.cs b/nanoFramework.System.Net/Sockets/ProtocolFamily.cs similarity index 100% rename from source/nanoFramework.System.Net/Sockets/ProtocolFamily.cs rename to nanoFramework.System.Net/Sockets/ProtocolFamily.cs diff --git a/source/nanoFramework.System.Net/Sockets/ProtocolType.cs b/nanoFramework.System.Net/Sockets/ProtocolType.cs similarity index 100% rename from source/nanoFramework.System.Net/Sockets/ProtocolType.cs rename to nanoFramework.System.Net/Sockets/ProtocolType.cs diff --git a/source/nanoFramework.System.Net/Sockets/SelectMode.cs b/nanoFramework.System.Net/Sockets/SelectMode.cs similarity index 100% rename from source/nanoFramework.System.Net/Sockets/SelectMode.cs rename to nanoFramework.System.Net/Sockets/SelectMode.cs diff --git a/source/nanoFramework.System.Net/Sockets/Socket.cs b/nanoFramework.System.Net/Sockets/Socket.cs similarity index 100% rename from source/nanoFramework.System.Net/Sockets/Socket.cs rename to nanoFramework.System.Net/Sockets/Socket.cs diff --git a/source/nanoFramework.System.Net/Sockets/SocketErrors.cs b/nanoFramework.System.Net/Sockets/SocketErrors.cs similarity index 100% rename from source/nanoFramework.System.Net/Sockets/SocketErrors.cs rename to nanoFramework.System.Net/Sockets/SocketErrors.cs diff --git a/source/nanoFramework.System.Net/Sockets/SocketFlags.cs b/nanoFramework.System.Net/Sockets/SocketFlags.cs similarity index 100% rename from source/nanoFramework.System.Net/Sockets/SocketFlags.cs rename to nanoFramework.System.Net/Sockets/SocketFlags.cs diff --git a/source/nanoFramework.System.Net/Sockets/SocketOptionLevel.cs b/nanoFramework.System.Net/Sockets/SocketOptionLevel.cs similarity index 100% rename from source/nanoFramework.System.Net/Sockets/SocketOptionLevel.cs rename to nanoFramework.System.Net/Sockets/SocketOptionLevel.cs diff --git a/source/nanoFramework.System.Net/Sockets/SocketOptionName.cs b/nanoFramework.System.Net/Sockets/SocketOptionName.cs similarity index 100% rename from source/nanoFramework.System.Net/Sockets/SocketOptionName.cs rename to nanoFramework.System.Net/Sockets/SocketOptionName.cs diff --git a/source/nanoFramework.System.Net/Sockets/SocketType.cs b/nanoFramework.System.Net/Sockets/SocketType.cs similarity index 100% rename from source/nanoFramework.System.Net/Sockets/SocketType.cs rename to nanoFramework.System.Net/Sockets/SocketType.cs diff --git a/source/nanoFramework.System.Net/Sockets/SocketsNative.cs b/nanoFramework.System.Net/Sockets/SocketsNative.cs similarity index 100% rename from source/nanoFramework.System.Net/Sockets/SocketsNative.cs rename to nanoFramework.System.Net/Sockets/SocketsNative.cs diff --git a/source/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj similarity index 100% rename from source/nanoFramework.System.Net/System.Net.nfproj rename to nanoFramework.System.Net/System.Net.nfproj diff --git a/source/nanoFramework.System.Net/X509Certificates/X509Certificate.cs b/nanoFramework.System.Net/X509Certificates/X509Certificate.cs similarity index 100% rename from source/nanoFramework.System.Net/X509Certificates/X509Certificate.cs rename to nanoFramework.System.Net/X509Certificates/X509Certificate.cs diff --git a/source/nanoFramework.System.Net/X509Certificates/X509Certificate2.cs b/nanoFramework.System.Net/X509Certificates/X509Certificate2.cs similarity index 100% rename from source/nanoFramework.System.Net/X509Certificates/X509Certificate2.cs rename to nanoFramework.System.Net/X509Certificates/X509Certificate2.cs diff --git a/source/nanoFramework.System.Net/key.snk b/nanoFramework.System.Net/key.snk similarity index 100% rename from source/nanoFramework.System.Net/key.snk rename to nanoFramework.System.Net/key.snk diff --git a/source/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config similarity index 100% rename from source/nanoFramework.System.Net/packages.config rename to nanoFramework.System.Net/packages.config diff --git a/source/readme.txt b/readme.txt similarity index 100% rename from source/readme.txt rename to readme.txt diff --git a/source/version.json b/version.json similarity index 100% rename from source/version.json rename to version.json From 0eabbe5c96cf4035d51254af694a359d13306ed8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2020 01:15:42 +0100 Subject: [PATCH 008/104] Update dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 8 ++++---- nanoFramework.System.Net/packages.config | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index a7ce747..cb33019 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -18,7 +18,7 @@ - + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 556fe5f..53842f4 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -20,7 +20,7 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.< nanoFramework.System.Net assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf nanoFramework.System.Net - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 77f86de..a49650a 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -39,7 +39,7 @@ - + false @@ -96,8 +96,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.7.3\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.8.0-preview.6\lib\mscorlib.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index a66df9c..6de0aaf 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,6 +1,6 @@  - + From bbf71aa89b5319670109efb28912ed8c8a2d290f Mon Sep 17 00:00:00 2001 From: nfbot Date: Sat, 19 Sep 2020 00:20:39 +0000 Subject: [PATCH 009/104] Update CHANGELOG for v1.6.2 ***NO_CI*** --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 642bbd0..010c8bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.3...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.5...HEAD) + +**Documentation and other chores:** + +- Update dependencies [\#138](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/138) + +## [v1.6.2-preview.5](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.2-preview.5) (2020-07-02) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.3...v1.6.2-preview.5) **Documentation and other chores:** @@ -461,13 +469,16 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.4...v1.0.3-preview-009) +**Documentation and other chores:** + +- Bumps nanoFramework.Runtime.Events from 1.0.4 to 1.0.5-preview-003 [\#61](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/61) + ## [v1.0.4](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.4) (2019-01-22) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.3-preview-003...v1.0.4) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.0.4 to 1.0.5-preview-003 [\#61](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/61) - Update 2 NuGet dependencies [\#59](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/59) ## [v1.0.3-preview-003](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.3-preview-003) (2019-01-03) From 3096b9f07912d7d51a0eca6edcd163d4d1cbe6f4 Mon Sep 17 00:00:00 2001 From: nfbot Date: Sat, 19 Sep 2020 01:38:00 +0100 Subject: [PATCH 010/104] Bumps nanoFramework.System.Text from 1.1.0 to 1.1.1-preview.2 --- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 8 ++++---- nanoFramework.System.Net/packages.config | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 53842f4..6e2c330 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -22,7 +22,7 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.< - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index a49650a..e94c337 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -45,7 +45,7 @@ false - + false @@ -104,8 +104,8 @@ ..\packages\nanoFramework.Runtime.Events.1.8.1-preview.22\lib\nanoFramework.Runtime.Events.dll True - - ..\packages\nanoFramework.System.Text.1.1.0\lib\nanoFramework.System.Text.dll + + ..\packages\nanoFramework.System.Text.1.1.1-preview.2\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 6de0aaf..5082faf 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file From 393485d3b24e275ce144023170c79fd297f33677 Mon Sep 17 00:00:00 2001 From: nfbot Date: Sat, 19 Sep 2020 00:43:54 +0000 Subject: [PATCH 011/104] Update CHANGELOG for v1.6.2 ***NO_CI*** --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 010c8bf..f0e17d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.5...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.2...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.System.Text from 1.1.0 to 1.1.1-preview.2 [\#139](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/139) + +## [v1.6.2-preview.2](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.2-preview.2) (2020-09-19) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.5...v1.6.2-preview.2) **Documentation and other chores:** From 593017a5bf3a3bb018138b68fc25b9aab345a75f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 24 Sep 2020 00:58:19 +0100 Subject: [PATCH 012/104] Update and rename LICENSE to LICENSE.md ***NO_CI*** --- LICENSE | 201 ----------------------------------------------------- LICENSE.md | 21 ++++++ 2 files changed, 21 insertions(+), 201 deletions(-) delete mode 100644 LICENSE create mode 100644 LICENSE.md diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 8dada3e..0000000 --- a/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright {yyyy} {name of copyright owner} - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..94286c9 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) .NET Foundation and Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 9714a0df6705f59913825a3c813a51f25bc228b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 24 Sep 2020 01:26:54 +0100 Subject: [PATCH 013/104] Rename LICENSE.md to LICENSE ***NO_CI*** --- LICENSE.md => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE.md => LICENSE (100%) diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE From 62aa978c10dc94cb59799e5c8f70d13574cfdf7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 24 Sep 2020 01:27:22 +0100 Subject: [PATCH 014/104] Update README.md ***NO_CI*** --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb5873d..f5bf6ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Net&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Net) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Net&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Net) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/nanoframework/Home/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://discord.gg/gCyBu8T) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Net&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Net) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Net&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Net) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://discord.gg/gCyBu8T) ![nanoFramework logo](https://github.com/nanoframework/Home/blob/master/resources/logo/nanoFramework-repo-logo.png) @@ -25,7 +25,7 @@ The list of contributors to this project can be found at [CONTRIBUTORS](https:// ## License -The **nanoFramework** Class Libraries are licensed under the [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0). +The **nanoFramework** Class Libraries are licensed under the [MIT license](LICENSE.md). ## Code of Conduct From a86584d2c88b6d206cb61ee1bce85a8f88784e6e Mon Sep 17 00:00:00 2001 From: josesimoes Date: Fri, 25 Sep 2020 14:03:37 +0100 Subject: [PATCH 015/104] Update copyright headers ***NO_CI*** --- .github/workflows/update-dependencies.yml | 2 +- nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/DNS.cs | 2 +- nanoFramework.System.Net/EndPoint.cs | 2 +- nanoFramework.System.Net/IPAddress.cs | 2 +- nanoFramework.System.Net/IPEndPoint.cs | 2 +- nanoFramework.System.Net/IPHostEntry.cs | 2 +- nanoFramework.System.Net/NetworkInformation/AddressMode.cs | 2 +- .../NetworkInformation/AuthenticationType.cs | 2 +- nanoFramework.System.Net/NetworkInformation/EncryptionType.cs | 2 +- nanoFramework.System.Net/NetworkInformation/NetworkChange.cs | 2 +- .../NetworkInformation/NetworkInformationOptions.cs | 2 +- nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs | 2 +- .../NetworkInformation/NetworkInterfaceType.cs | 2 +- nanoFramework.System.Net/NetworkInformation/RadioType.cs | 2 +- .../NetworkInformation/Wireless80211Configuration.cs | 2 +- .../NetworkInformation/WirelessAPConfiguration.cs | 2 +- .../NetworkInformation/WirelessAPStation.cs | 2 +- nanoFramework.System.Net/Properties/AssemblyInfo.cs | 2 +- nanoFramework.System.Net/Security/CertificateManager.cs | 2 +- nanoFramework.System.Net/Security/NetworkSecurity.cs | 2 +- nanoFramework.System.Net/Security/SslStream.cs | 2 +- nanoFramework.System.Net/SocketAddress.cs | 2 +- nanoFramework.System.Net/SocketException.cs | 2 +- nanoFramework.System.Net/Sockets/AddressFamily.cs | 2 +- nanoFramework.System.Net/Sockets/ProtocolFamily.cs | 2 +- nanoFramework.System.Net/Sockets/ProtocolType.cs | 2 +- nanoFramework.System.Net/Sockets/SelectMode.cs | 2 +- nanoFramework.System.Net/Sockets/Socket.cs | 2 +- nanoFramework.System.Net/Sockets/SocketErrors.cs | 2 +- nanoFramework.System.Net/Sockets/SocketFlags.cs | 2 +- nanoFramework.System.Net/Sockets/SocketOptionLevel.cs | 2 +- nanoFramework.System.Net/Sockets/SocketOptionName.cs | 2 +- nanoFramework.System.Net/Sockets/SocketType.cs | 2 +- nanoFramework.System.Net/X509Certificates/X509Certificate.cs | 2 +- nanoFramework.System.Net/X509Certificates/X509Certificate2.cs | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 5852f68..a2c2cf3 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2020 The nanoFramework project contributors +# Copyright (c) .NET Foundation and Contributors # See LICENSE file in the project root for full license information. # This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running. diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index cb33019..a0f0abc 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -12,7 +12,7 @@ false https://github.com/nanoframework/lib-nanoFramework.System.Net https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad - Copyright (c) 2018 The nanoFramework project contributors + Copyright (c) .NET Foundation and Contributors ** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the nanoFramework.System.Net assembly for nanoFramework. These are for testing purposes and for updating the native code base of the library. nanoFramework.System.Net.DELIVERABLES is not meant for development. diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 6e2c330..7c7124b 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -14,7 +14,7 @@ https://github.com/nanoframework/lib-nanoFramework.System.Net https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad - Copyright (c) 2018 The nanoFramework project contributors + Copyright (c) .NET Foundation and Contributors This package includes the nanoFramework..System.Net assembly for nanoFramework C# projects. This package requires a target with nanoFramework..System.Net v$nativeVersion$. nanoFramework.System.Net assembly for nanoFramework C# projects diff --git a/nanoFramework.System.Net/DNS.cs b/nanoFramework.System.Net/DNS.cs index b5f8d10..f1dfc05 100644 --- a/nanoFramework.System.Net/DNS.cs +++ b/nanoFramework.System.Net/DNS.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/EndPoint.cs b/nanoFramework.System.Net/EndPoint.cs index 4675733..ab58fa1 100644 --- a/nanoFramework.System.Net/EndPoint.cs +++ b/nanoFramework.System.Net/EndPoint.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/IPAddress.cs b/nanoFramework.System.Net/IPAddress.cs index de65da8..006eb22 100644 --- a/nanoFramework.System.Net/IPAddress.cs +++ b/nanoFramework.System.Net/IPAddress.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/IPEndPoint.cs b/nanoFramework.System.Net/IPEndPoint.cs index 9e74506..c3e0672 100644 --- a/nanoFramework.System.Net/IPEndPoint.cs +++ b/nanoFramework.System.Net/IPEndPoint.cs @@ -1,6 +1,6 @@ // namespace System.Net // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/IPHostEntry.cs b/nanoFramework.System.Net/IPHostEntry.cs index fc6b7e6..efc1765 100644 --- a/nanoFramework.System.Net/IPHostEntry.cs +++ b/nanoFramework.System.Net/IPHostEntry.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/NetworkInformation/AddressMode.cs b/nanoFramework.System.Net/NetworkInformation/AddressMode.cs index c3b5a39..5fb7445 100644 --- a/nanoFramework.System.Net/NetworkInformation/AddressMode.cs +++ b/nanoFramework.System.Net/NetworkInformation/AddressMode.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/NetworkInformation/AuthenticationType.cs b/nanoFramework.System.Net/NetworkInformation/AuthenticationType.cs index 3b606c4..e552a3a 100644 --- a/nanoFramework.System.Net/NetworkInformation/AuthenticationType.cs +++ b/nanoFramework.System.Net/NetworkInformation/AuthenticationType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2019 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. namespace System.Net.NetworkInformation diff --git a/nanoFramework.System.Net/NetworkInformation/EncryptionType.cs b/nanoFramework.System.Net/NetworkInformation/EncryptionType.cs index 28b650c..7d365f0 100644 --- a/nanoFramework.System.Net/NetworkInformation/EncryptionType.cs +++ b/nanoFramework.System.Net/NetworkInformation/EncryptionType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2019 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. namespace System.Net.NetworkInformation diff --git a/nanoFramework.System.Net/NetworkInformation/NetworkChange.cs b/nanoFramework.System.Net/NetworkInformation/NetworkChange.cs index 158e628..c8599f1 100644 --- a/nanoFramework.System.Net/NetworkInformation/NetworkChange.cs +++ b/nanoFramework.System.Net/NetworkInformation/NetworkChange.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/NetworkInformation/NetworkInformationOptions.cs b/nanoFramework.System.Net/NetworkInformation/NetworkInformationOptions.cs index 64d3a40..5d67373 100644 --- a/nanoFramework.System.Net/NetworkInformation/NetworkInformationOptions.cs +++ b/nanoFramework.System.Net/NetworkInformation/NetworkInformationOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs b/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs index e0e597a..77191d5 100644 --- a/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs +++ b/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/NetworkInformation/NetworkInterfaceType.cs b/nanoFramework.System.Net/NetworkInformation/NetworkInterfaceType.cs index f37c819..958abcd 100644 --- a/nanoFramework.System.Net/NetworkInformation/NetworkInterfaceType.cs +++ b/nanoFramework.System.Net/NetworkInformation/NetworkInterfaceType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/NetworkInformation/RadioType.cs b/nanoFramework.System.Net/NetworkInformation/RadioType.cs index df535d2..7badef6 100644 --- a/nanoFramework.System.Net/NetworkInformation/RadioType.cs +++ b/nanoFramework.System.Net/NetworkInformation/RadioType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2019 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. namespace System.Net.NetworkInformation diff --git a/nanoFramework.System.Net/NetworkInformation/Wireless80211Configuration.cs b/nanoFramework.System.Net/NetworkInformation/Wireless80211Configuration.cs index be5697e..e4f502e 100644 --- a/nanoFramework.System.Net/NetworkInformation/Wireless80211Configuration.cs +++ b/nanoFramework.System.Net/NetworkInformation/Wireless80211Configuration.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2019 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/NetworkInformation/WirelessAPConfiguration.cs b/nanoFramework.System.Net/NetworkInformation/WirelessAPConfiguration.cs index 873eef3..92f381c 100644 --- a/nanoFramework.System.Net/NetworkInformation/WirelessAPConfiguration.cs +++ b/nanoFramework.System.Net/NetworkInformation/WirelessAPConfiguration.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2019 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/NetworkInformation/WirelessAPStation.cs b/nanoFramework.System.Net/NetworkInformation/WirelessAPStation.cs index f0dd018..87694a3 100644 --- a/nanoFramework.System.Net/NetworkInformation/WirelessAPStation.cs +++ b/nanoFramework.System.Net/NetworkInformation/WirelessAPStation.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/Properties/AssemblyInfo.cs b/nanoFramework.System.Net/Properties/AssemblyInfo.cs index 9fccb46..fb40718 100644 --- a/nanoFramework.System.Net/Properties/AssemblyInfo.cs +++ b/nanoFramework.System.Net/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyTitle("System.Net")] [assembly: AssemblyCompany("nanoFramework Contributors")] [assembly: AssemblyProduct("System.Net")] -[assembly: AssemblyCopyright("Copyright © nanoFramework Contributors 2019")] +[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")] //////////////////////////////////////////////////////////////// // update this whenever the native assembly signature changes // diff --git a/nanoFramework.System.Net/Security/CertificateManager.cs b/nanoFramework.System.Net/Security/CertificateManager.cs index 90c9569..c82707f 100644 --- a/nanoFramework.System.Net/Security/CertificateManager.cs +++ b/nanoFramework.System.Net/Security/CertificateManager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/Security/NetworkSecurity.cs b/nanoFramework.System.Net/Security/NetworkSecurity.cs index 054ae6f..697aaec 100644 --- a/nanoFramework.System.Net/Security/NetworkSecurity.cs +++ b/nanoFramework.System.Net/Security/NetworkSecurity.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/Security/SslStream.cs b/nanoFramework.System.Net/Security/SslStream.cs index 23aee04..3f151a8 100644 --- a/nanoFramework.System.Net/Security/SslStream.cs +++ b/nanoFramework.System.Net/Security/SslStream.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/SocketAddress.cs b/nanoFramework.System.Net/SocketAddress.cs index 0ca7e13..3a1b2e7 100644 --- a/nanoFramework.System.Net/SocketAddress.cs +++ b/nanoFramework.System.Net/SocketAddress.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/SocketException.cs b/nanoFramework.System.Net/SocketException.cs index 8161863..048f3da 100644 --- a/nanoFramework.System.Net/SocketException.cs +++ b/nanoFramework.System.Net/SocketException.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/Sockets/AddressFamily.cs b/nanoFramework.System.Net/Sockets/AddressFamily.cs index dd2eee4..3cd2ba9 100644 --- a/nanoFramework.System.Net/Sockets/AddressFamily.cs +++ b/nanoFramework.System.Net/Sockets/AddressFamily.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/Sockets/ProtocolFamily.cs b/nanoFramework.System.Net/Sockets/ProtocolFamily.cs index dc525f0..a8f3ddc 100644 --- a/nanoFramework.System.Net/Sockets/ProtocolFamily.cs +++ b/nanoFramework.System.Net/Sockets/ProtocolFamily.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/Sockets/ProtocolType.cs b/nanoFramework.System.Net/Sockets/ProtocolType.cs index ace0780..8e28197 100644 --- a/nanoFramework.System.Net/Sockets/ProtocolType.cs +++ b/nanoFramework.System.Net/Sockets/ProtocolType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/Sockets/SelectMode.cs b/nanoFramework.System.Net/Sockets/SelectMode.cs index 16c6de3..7157c9e 100644 --- a/nanoFramework.System.Net/Sockets/SelectMode.cs +++ b/nanoFramework.System.Net/Sockets/SelectMode.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/Sockets/Socket.cs b/nanoFramework.System.Net/Sockets/Socket.cs index 1534dc6..b9cdb4b 100644 --- a/nanoFramework.System.Net/Sockets/Socket.cs +++ b/nanoFramework.System.Net/Sockets/Socket.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/Sockets/SocketErrors.cs b/nanoFramework.System.Net/Sockets/SocketErrors.cs index 29e6ae8..c1532bf 100644 --- a/nanoFramework.System.Net/Sockets/SocketErrors.cs +++ b/nanoFramework.System.Net/Sockets/SocketErrors.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/Sockets/SocketFlags.cs b/nanoFramework.System.Net/Sockets/SocketFlags.cs index d61f9ab..7a3ef5c 100644 --- a/nanoFramework.System.Net/Sockets/SocketFlags.cs +++ b/nanoFramework.System.Net/Sockets/SocketFlags.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/Sockets/SocketOptionLevel.cs b/nanoFramework.System.Net/Sockets/SocketOptionLevel.cs index 22c5c21..c59ce23 100644 --- a/nanoFramework.System.Net/Sockets/SocketOptionLevel.cs +++ b/nanoFramework.System.Net/Sockets/SocketOptionLevel.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/Sockets/SocketOptionName.cs b/nanoFramework.System.Net/Sockets/SocketOptionName.cs index e1ebfb4..5ae3674 100644 --- a/nanoFramework.System.Net/Sockets/SocketOptionName.cs +++ b/nanoFramework.System.Net/Sockets/SocketOptionName.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/Sockets/SocketType.cs b/nanoFramework.System.Net/Sockets/SocketType.cs index 3d91a5c..0a75974 100644 --- a/nanoFramework.System.Net/Sockets/SocketType.cs +++ b/nanoFramework.System.Net/Sockets/SocketType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/X509Certificates/X509Certificate.cs b/nanoFramework.System.Net/X509Certificates/X509Certificate.cs index b6da0b3..9776f94 100644 --- a/nanoFramework.System.Net/X509Certificates/X509Certificate.cs +++ b/nanoFramework.System.Net/X509Certificates/X509Certificate.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/nanoFramework.System.Net/X509Certificates/X509Certificate2.cs b/nanoFramework.System.Net/X509Certificates/X509Certificate2.cs index 9ff4e61..1ef0ab2 100644 --- a/nanoFramework.System.Net/X509Certificates/X509Certificate2.cs +++ b/nanoFramework.System.Net/X509Certificates/X509Certificate2.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2019 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // From 3d1e303954d270bfdeb8403e595b4d74b291ed9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Fri, 25 Sep 2020 18:56:33 +0100 Subject: [PATCH 016/104] Update README.md ***NO_CI*** --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5bf6ed..f4516ff 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,9 @@ The **nanoFramework** Class Libraries are licensed under the [MIT license](LICEN ## Code of Conduct -This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) -to clarify expected behavior in our community. +This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. +For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct). + +### .NET Foundation + +This project is supported by the [.NET Foundation](https://dotnetfoundation.org). From dbc87730028c9f4b65e1ab096a891e7fd74ebb55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Sun, 27 Sep 2020 16:19:52 +0100 Subject: [PATCH 017/104] Update version.json - Bump to v1.6.3-preview --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 607485f..67fe77b 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.6.2-preview.{height}", + "version": "1.6.3-preview.{height}", "assemblyVersion": { "precision": "revision" }, @@ -21,4 +21,4 @@ "versionIncrement": "build", "firstUnstableTag": "preview" } -} \ No newline at end of file +} From 59caab1de843477d4dc378919dc2ed3ab05eb4d0 Mon Sep 17 00:00:00 2001 From: nfbot Date: Sun, 27 Sep 2020 15:24:19 +0000 Subject: [PATCH 018/104] Update CHANGELOG for v1.6.3 ***NO_CI*** --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e17d6..f085900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) +## [v1.6.2-preview.4](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.2-preview.4) (2020-09-19) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.2...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.2...v1.6.2-preview.4) **Documentation and other chores:** From 71a05c819b6679975b5597bdba97a5b0f6612a2d Mon Sep 17 00:00:00 2001 From: nfbot Date: Sun, 27 Sep 2020 16:35:31 +0100 Subject: [PATCH 019/104] Bumps nanoFramework.Runtime.Events from 1.8.1-preview.22 to 1.8.2-preview.1 --- nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 6 +++--- nanoFramework.System.Net/packages.config | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index a0f0abc..051f1f6 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -19,7 +19,7 @@ - + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 7c7124b..16a983b 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -21,7 +21,7 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.< nanoFramework C# csharp netmf netnf nanoFramework.System.Net - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index e94c337..c23b280 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -42,7 +42,7 @@ false - + false @@ -100,8 +100,8 @@ ..\packages\nanoFramework.CoreLibrary.1.8.0-preview.6\lib\mscorlib.dll True - - ..\packages\nanoFramework.Runtime.Events.1.8.1-preview.22\lib\nanoFramework.Runtime.Events.dll + + ..\packages\nanoFramework.Runtime.Events.1.8.2-preview.1\lib\nanoFramework.Runtime.Events.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 5082faf..cd4b222 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - + \ No newline at end of file From 753c3557d5f801683137d931c9d33b88f0d54991 Mon Sep 17 00:00:00 2001 From: nfbot Date: Sun, 27 Sep 2020 15:39:39 +0000 Subject: [PATCH 020/104] Update CHANGELOG for v1.6.3 ***NO_CI*** --- CHANGELOG.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f085900..85759be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.1...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.Runtime.Events from 1.8.1-preview.22 to 1.8.2-preview.1 [\#140](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/140) + +## [v1.6.3-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.1) (2020-09-27) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.4...v1.6.3-preview.1) + ## [v1.6.2-preview.4](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.2-preview.4) (2020-09-19) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.2...v1.6.2-preview.4) @@ -362,6 +374,7 @@ **Documentation and other chores:** - Update 2 NuGet dependencies [\#82](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/82) +- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-008 to 1.0.5-preview-010 [\#69](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/69) ## [v1.1.1-preview.5](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.1.1-preview.5) (2019-06-12) @@ -424,10 +437,6 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-013...v1.0.6-preview-015) -**Documentation and other chores:** - -- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-008 to 1.0.5-preview-010 [\#69](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/69) - ## [v1.0.6-preview-013](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-013) (2019-03-26) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-011...v1.0.6-preview-013) From 0d135e686cc52f8e1e24edfe1cc521caf4158087 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 30 Sep 2020 15:15:14 +0100 Subject: [PATCH 021/104] Update 2 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 4 ++-- nanoFramework.System.Net/System.Net.nfproj | 10 +++++----- nanoFramework.System.Net/packages.config | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 051f1f6..2dd60fc 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -18,8 +18,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 16a983b..a26a2d2 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -20,8 +20,8 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.< nanoFramework.System.Net assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - + + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index c23b280..4c6a532 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -39,10 +39,10 @@ - + false - + false @@ -96,12 +96,12 @@ - - ..\packages\nanoFramework.CoreLibrary.1.8.0-preview.6\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.9.0-preview.5\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.8.2-preview.1\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.8.2-preview.3\lib\nanoFramework.Runtime.Events.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index cd4b222..f6f4e5c 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - + + \ No newline at end of file From 45aa9714eda8f1673c0c18f55bc316f2f0a0eafe Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 30 Sep 2020 14:20:04 +0000 Subject: [PATCH 022/104] Update CHANGELOG for v1.6.3 ***NO_CI*** --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85759be..9cfd17c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.1...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.3...HEAD) + +**Documentation and other chores:** + +- Update 2 NuGet dependencies [\#141](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/141) + +## [v1.6.3-preview.3](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.3) (2020-09-27) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.1...v1.6.3-preview.3) **Documentation and other chores:** @@ -374,7 +382,6 @@ **Documentation and other chores:** - Update 2 NuGet dependencies [\#82](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/82) -- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-008 to 1.0.5-preview-010 [\#69](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/69) ## [v1.1.1-preview.5](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.1.1-preview.5) (2019-06-12) @@ -437,6 +444,10 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-013...v1.0.6-preview-015) +**Documentation and other chores:** + +- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-008 to 1.0.5-preview-010 [\#69](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/69) + ## [v1.0.6-preview-013](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-013) (2019-03-26) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-011...v1.0.6-preview-013) From 21b2df89697caae20ea0601a96f766814df6c038 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 30 Sep 2020 15:37:12 +0100 Subject: [PATCH 023/104] Bumps nanoFramework.Runtime.Events from 1.8.2-preview.3 to 1.8.2-preview.5 --- nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 4 ++-- nanoFramework.System.Net/packages.config | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 2dd60fc..47050d5 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -19,7 +19,7 @@ - + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index a26a2d2..264a5f4 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -21,7 +21,7 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.< nanoFramework C# csharp netmf netnf nanoFramework.System.Net - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 4c6a532..b2ecdda 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -42,7 +42,7 @@ false - + false @@ -101,7 +101,7 @@ True - ..\packages\nanoFramework.Runtime.Events.1.8.2-preview.3\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.8.2-preview.5\lib\nanoFramework.Runtime.Events.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index f6f4e5c..50ec327 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - + \ No newline at end of file From 8e25129cd58153f59bd35ea6c779f73e724c8d4f Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 30 Sep 2020 14:41:49 +0000 Subject: [PATCH 024/104] Update CHANGELOG for v1.6.3 ***NO_CI*** --- CHANGELOG.md | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cfd17c..2712388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.3...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.5...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.3 to 1.8.2-preview.5 [\#142](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/142) + +## [v1.6.3-preview.5](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.5) (2020-09-30) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.3...v1.6.3-preview.5) **Documentation and other chores:** @@ -110,10 +118,6 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.5.0-preview.1...v1.5.0-preview.2) -**Fixed bugs:** - -- Fix declaration of wireless config enums [\#127](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/127) - ## [v1.5.0-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.5.0-preview.1) (2020-06-03) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.21...v1.5.0-preview.1) @@ -126,6 +130,10 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.20...v1.4.1-preview.21) +**Fixed bugs:** + +- Fix declaration of wireless config enums [\#127](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/127) + **Documentation and other chores:** - Bumps nanoFramework.System.Text from 1.0.0-preview.16 to 1.0.0-preview.22 [\#125](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/125) @@ -407,15 +415,12 @@ - Remove SSL3 and Default from SslProtocols [\#75](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/75) - Major rework on Sockets [\#74](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/74) +- Add remote end point field to Socket [\#73](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/73) ## [v1.0.6-preview-026](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-026) (2019-05-31) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-024...v1.0.6-preview-026) -**Implemented enhancements:** - -- Add remote end point field to Socket [\#73](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/73) - ## [v1.0.6-preview-024](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-024) (2019-04-24) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-023...v1.0.6-preview-024) @@ -452,10 +457,6 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-011...v1.0.6-preview-013) -**Fixed bugs:** - -- Fix missing setting of socket type [\#68](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/68) - ## [v1.0.6-preview-011](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-011) (2019-03-22) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-009...v1.0.6-preview-011) @@ -497,6 +498,10 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.4...v1.0.3-preview-009) +**Fixed bugs:** + +- Fix missing setting of socket type [\#68](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/68) + **Documentation and other chores:** - Bumps nanoFramework.Runtime.Events from 1.0.4 to 1.0.5-preview-003 [\#61](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/61) @@ -532,7 +537,6 @@ **Implemented enhancements:** - Rework SslStream API [\#53](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/53) -- Fix X509Certificate constructors from string [\#52](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/52) ## [v1.0.2-preview-023](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-023) (2018-12-03) @@ -554,6 +558,10 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-001...v1.0.2-preview-013) +**Implemented enhancements:** + +- Fix X509Certificate constructors from string [\#52](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/52) + **Documentation and other chores:** - Update 2 NuGet dependencies [\#47](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/47) From fef8cf6b385768fce6371b65172bbf37d8dd9647 Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 1 Oct 2020 01:39:16 +0100 Subject: [PATCH 025/104] Bumps nanoFramework.System.Text from 1.1.1-preview.2 to 1.1.1-preview.10 --- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 4 ++-- nanoFramework.System.Net/packages.config | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 264a5f4..1485b1e 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -22,7 +22,7 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.< - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index b2ecdda..dbc4e08 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -45,7 +45,7 @@ false - + false @@ -105,7 +105,7 @@ True - ..\packages\nanoFramework.System.Text.1.1.1-preview.2\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.10\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 50ec327..2e951d3 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file From 0b132d13ab27cd0fac28f800c851b7f2645fd5f6 Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 1 Oct 2020 00:43:54 +0000 Subject: [PATCH 026/104] Update CHANGELOG for v1.6.3 ***NO_CI*** --- CHANGELOG.md | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2712388..31eeb8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.5...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.7...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.System.Text from 1.1.1-preview.2 to 1.1.1-preview.10 [\#143](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/143) + +## [v1.6.3-preview.7](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.7) (2020-09-30) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.5...v1.6.3-preview.7) **Documentation and other chores:** @@ -118,6 +126,10 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.5.0-preview.1...v1.5.0-preview.2) +**Fixed bugs:** + +- Fix declaration of wireless config enums [\#127](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/127) + ## [v1.5.0-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.5.0-preview.1) (2020-06-03) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.21...v1.5.0-preview.1) @@ -130,10 +142,6 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.20...v1.4.1-preview.21) -**Fixed bugs:** - -- Fix declaration of wireless config enums [\#127](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/127) - **Documentation and other chores:** - Bumps nanoFramework.System.Text from 1.0.0-preview.16 to 1.0.0-preview.22 [\#125](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/125) @@ -415,12 +423,15 @@ - Remove SSL3 and Default from SslProtocols [\#75](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/75) - Major rework on Sockets [\#74](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/74) -- Add remote end point field to Socket [\#73](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/73) ## [v1.0.6-preview-026](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-026) (2019-05-31) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-024...v1.0.6-preview-026) +**Implemented enhancements:** + +- Add remote end point field to Socket [\#73](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/73) + ## [v1.0.6-preview-024](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-024) (2019-04-24) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-023...v1.0.6-preview-024) @@ -449,6 +460,10 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-013...v1.0.6-preview-015) +**Fixed bugs:** + +- Fix missing setting of socket type [\#68](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/68) + **Documentation and other chores:** - Bumps nanoFramework.Runtime.Events from 1.0.5-preview-008 to 1.0.5-preview-010 [\#69](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/69) @@ -498,10 +513,6 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.4...v1.0.3-preview-009) -**Fixed bugs:** - -- Fix missing setting of socket type [\#68](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/68) - **Documentation and other chores:** - Bumps nanoFramework.Runtime.Events from 1.0.4 to 1.0.5-preview-003 [\#61](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/61) @@ -537,6 +548,7 @@ **Implemented enhancements:** - Rework SslStream API [\#53](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/53) +- Fix X509Certificate constructors from string [\#52](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/52) ## [v1.0.2-preview-023](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-023) (2018-12-03) @@ -558,10 +570,6 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-001...v1.0.2-preview-013) -**Implemented enhancements:** - -- Fix X509Certificate constructors from string [\#52](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/52) - **Documentation and other chores:** - Update 2 NuGet dependencies [\#47](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/47) From 90ae70083a3c55122dcc12b7b59ac3890d14f83d Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 20 Oct 2020 19:04:06 +0100 Subject: [PATCH 027/104] Update 3 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 6 +++--- nanoFramework.System.Net/System.Net.nfproj | 14 +++++++------- nanoFramework.System.Net/packages.config | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 47050d5..9a0e761 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -18,8 +18,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 1485b1e..53b0dbd 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -20,9 +20,9 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.< nanoFramework.System.Net assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - - + + + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index dbc4e08..f68e508 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -39,13 +39,13 @@ - + false - + false - + false @@ -96,16 +96,16 @@ - - ..\packages\nanoFramework.CoreLibrary.1.9.0-preview.5\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.9.1-preview.4\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.8.2-preview.5\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.8.2-preview.7\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Text.1.1.1-preview.10\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.12\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 2e951d3..b91a179 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file From deabc5851ab30a9005d228adb4d682914b55d2d0 Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 20 Oct 2020 19:07:47 +0100 Subject: [PATCH 028/104] Update 3 NuGet dependencies From 238842ddc767f8b846a9771d5624fc7f26072759 Mon Sep 17 00:00:00 2001 From: josesimoes Date: Tue, 20 Oct 2020 19:15:09 +0100 Subject: [PATCH 029/104] Work CD-CI - Remove amqplite from update list. ***NO_CI*** --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 029f0ed..180900f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -70,7 +70,6 @@ jobs: repositoriesToUpdate: | lib-nanoFramework.System.Net.Http paho.mqtt.m2mqtt - amqpnetlite displayName: Update dependent class libs ################################## From e2552a5ac4720be4eb78c87ff2ed15036893e68c Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 20 Oct 2020 20:51:53 +0100 Subject: [PATCH 030/104] Update 2 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 4 ++-- nanoFramework.System.Net/System.Net.nfproj | 8 ++++---- nanoFramework.System.Net/packages.config | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 9a0e761..670e8c9 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -18,8 +18,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 53b0dbd..8ae6e49 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -20,8 +20,8 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.< nanoFramework.System.Net assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - + + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index f68e508..e879124 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -39,10 +39,10 @@ - + false - + false @@ -97,11 +97,11 @@ - ..\packages\nanoFramework.CoreLibrary.1.9.1-preview.4\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.9.1-preview.6\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.8.2-preview.7\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.8.2-preview.10\lib\nanoFramework.Runtime.Events.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index b91a179..44d2d48 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - + + \ No newline at end of file From bb4b1020e6919e597efb5f2f660bb2475cf108b5 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 21 Oct 2020 01:41:43 +0100 Subject: [PATCH 031/104] Bumps nanoFramework.System.Text from 1.1.1-preview.12 to 1.1.1-preview.14 --- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 4 ++-- nanoFramework.System.Net/packages.config | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 8ae6e49..a24e030 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -22,7 +22,7 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.< - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index e879124..93f56f0 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -45,7 +45,7 @@ false - + false @@ -105,7 +105,7 @@ True - ..\packages\nanoFramework.System.Text.1.1.1-preview.12\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.14\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 44d2d48..9aba1e9 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file From b5757b62a4b32aced0bac9a785a367e168a524f1 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 21 Oct 2020 00:46:49 +0000 Subject: [PATCH 032/104] Update CHANGELOG for v1.6.3 ***NO_CI*** --- CHANGELOG.md | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31eeb8d..7d09f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,25 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.7...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.11...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.System.Text from 1.1.1-preview.12 to 1.1.1-preview.14 [\#147](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/147) +- Update 2 NuGet dependencies [\#146](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/146) +- Update 3 NuGet dependencies [\#145](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/145) + +## [v1.6.3-preview.11](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.11) (2020-10-20) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.9...v1.6.3-preview.11) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#144](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/144) + +## [v1.6.3-preview.9](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.9) (2020-10-01) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.7...v1.6.3-preview.9) **Documentation and other chores:** @@ -423,15 +441,12 @@ - Remove SSL3 and Default from SslProtocols [\#75](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/75) - Major rework on Sockets [\#74](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/74) +- Add SocketType property to Socket [\#67](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/67) ## [v1.0.6-preview-026](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-026) (2019-05-31) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-024...v1.0.6-preview-026) -**Implemented enhancements:** - -- Add remote end point field to Socket [\#73](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/73) - ## [v1.0.6-preview-024](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-024) (2019-04-24) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-023...v1.0.6-preview-024) @@ -460,10 +475,6 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-013...v1.0.6-preview-015) -**Fixed bugs:** - -- Fix missing setting of socket type [\#68](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/68) - **Documentation and other chores:** - Bumps nanoFramework.Runtime.Events from 1.0.5-preview-008 to 1.0.5-preview-010 [\#69](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/69) @@ -472,13 +483,17 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-011...v1.0.6-preview-013) +**Fixed bugs:** + +- Fix missing setting of socket type [\#68](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/68) + ## [v1.0.6-preview-011](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-011) (2019-03-22) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-009...v1.0.6-preview-011) **Implemented enhancements:** -- Add SocketType property to Socket [\#67](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/67) +- Add remote end point field to Socket [\#73](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/73) ## [v1.0.6-preview-009](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-009) (2019-03-11) From 9e4511d9ef564c4f4e605fecff348198eebbf333 Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 7 Dec 2020 15:29:00 +0000 Subject: [PATCH 033/104] Update 3 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 6 +++--- nanoFramework.System.Net/System.Net.nfproj | 14 +++++++------- nanoFramework.System.Net/packages.config | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 670e8c9..00f71f5 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -18,8 +18,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index a24e030..b604db4 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -20,9 +20,9 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.< nanoFramework.System.Net assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - - + + + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 93f56f0..9d33d1f 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -39,13 +39,13 @@ - + false - + false - + false @@ -96,16 +96,16 @@ - - ..\packages\nanoFramework.CoreLibrary.1.9.1-preview.6\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.10.0-preview.4\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.8.2-preview.10\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.8.2-preview.13\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Text.1.1.1-preview.14\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.17\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 9aba1e9..f12fd6c 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file From 74ce321e2683962d1e5dccaadecb15bd737fa378 Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 7 Dec 2020 15:34:05 +0000 Subject: [PATCH 034/104] Update 3 NuGet dependencies From fded0976fe71f282b1bab2783b5923aa2f4fc7be Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 7 Dec 2020 16:58:35 +0000 Subject: [PATCH 035/104] Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 --- nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 6 +++--- nanoFramework.System.Net/packages.config | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 00f71f5..ce4a645 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -19,7 +19,7 @@ - + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index b604db4..1c2aa96 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -21,7 +21,7 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.< nanoFramework C# csharp netmf netnf nanoFramework.System.Net - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 9d33d1f..704bff8 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -42,7 +42,7 @@ false - + false @@ -100,8 +100,8 @@ ..\packages\nanoFramework.CoreLibrary.1.10.0-preview.4\lib\mscorlib.dll True - - ..\packages\nanoFramework.Runtime.Events.1.8.2-preview.13\lib\nanoFramework.Runtime.Events.dll + + ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.2\lib\nanoFramework.Runtime.Events.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index f12fd6c..d1cd088 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - + \ No newline at end of file From beaadffc9968050ddc67eee437efdaa524ce325a Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 7 Dec 2020 16:59:12 +0000 Subject: [PATCH 036/104] Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 From 629f99a161fb986af6eb03d11e9f8c76f64eb7c4 Mon Sep 17 00:00:00 2001 From: josesimoes Date: Tue, 22 Dec 2020 01:36:20 +0000 Subject: [PATCH 037/104] Work CI-CD - Add config files for code sign. ***NO_CI*** --- config/SignClient.json | 14 ++++++++++++++ config/filelist.txt | 1 + 2 files changed, 15 insertions(+) create mode 100644 config/SignClient.json create mode 100644 config/filelist.txt diff --git a/config/SignClient.json b/config/SignClient.json new file mode 100644 index 0000000..482177d --- /dev/null +++ b/config/SignClient.json @@ -0,0 +1,14 @@ +{ + "SignClient": { + "AzureAd": { + "AADInstance": "https://login.microsoftonline.com/", + "ClientId": "c248d68a-ba6f-4aa9-8a68-71fe872063f8", + "TenantId": "16076fdc-fcc1-4a15-b1ca-32c9a255900e" + }, + "Service": { + "Url": "https://codesign.dotnetfoundation.org/", + "ResourceId": "https://SignService/3c30251f-36f3-490b-a955-520addb85001" + } + } + } + \ No newline at end of file diff --git a/config/filelist.txt b/config/filelist.txt new file mode 100644 index 0000000..5fdbd55 --- /dev/null +++ b/config/filelist.txt @@ -0,0 +1 @@ +**/nanoFramework.System.Net.* \ No newline at end of file From c8ff20425c39ef51d15f791104e440ef2ec97192 Mon Sep 17 00:00:00 2001 From: josesimoes Date: Tue, 22 Dec 2020 01:40:52 +0000 Subject: [PATCH 038/104] Work CI-CD - Update nuspec files. - Add logo files. - Remove unnecessary files. ***NO_CI*** --- CODE_OF_CONDUCT.md | 3 --- CONTRIBUTING.md | 3 --- LICENSE => LICENSE.md | 0 assets/nf-logo.png | Bin 0 -> 4129 bytes readme.txt => assets/readme.txt | 0 nanoFramework.System.Net.DELIVERABLES.nuspec | 1 + nanoFramework.System.Net.nuspec | 15 ++++++++------- 7 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 CODE_OF_CONDUCT.md delete mode 100644 CONTRIBUTING.md rename LICENSE => LICENSE.md (100%) create mode 100644 assets/nf-logo.png rename readme.txt => assets/readme.txt (100%) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index 7feff0a..0000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,3 +0,0 @@ -# Contributor Code of Conduct - -Please refer to the contributor Code of Conduct at the Home repository [here](https://github.com/nanoframework/Home/blob/master/CODE_OF_CONDUCT.md. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 5a6a6c1..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,3 +0,0 @@ -# Contributing to **nanoFramework** - -Please refer to the contribution guidelines at the Home repository [here](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md). diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/assets/nf-logo.png b/assets/nf-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..6f576caa11431ae1f032fde71fd1ec0bd049ed39 GIT binary patch literal 4129 zcmaKv_dnH-7sucCa#f_8J+E~yvPrg#n@whsWDAA3GBeBGD_gcGnc3sodyi5!*Uq)K z%l-QN1K%Icc|D%zaejWC*9p_sR3;^+Ck6n3R8>Vm_eTBytJ_33y+g));6_02b(N7o z=`iEw4G`MMKa~f7iWm}{Ipl`#IH?%E2LK}R{|e+BZA}9J&>B?*`DY#`*e@jIjIR@W zMmAH^-JNZAND0G>{0oXwjQ1hob#>HZw^etVmp<8-P_mP(GPHqdP*ih}?|T*1;09f7 zhy|C^P_r0o=rX~l+}`k*MFJgGdP++bYYyna*5*(A#1(s|_{5y>=FZIHxfV68tiz$f zAs0XV^@Uf)t{pWQcdtOwUz(NANI;_SzT7YuVeETi&`QStM~xVw1KOu~x>qh1l8_y{ zie_4)R2A#xIazbB3- z)N6Yj(>=nMdLM{!fMr+CMzP@$36v16oQ6Gay39iZ%zFG}EqK>}XA}oimX@rbJuDGm{p~|bJ$a~G?*UI~A9J|73-fZ;Wbvh~c{2Ic=zKb!$ zQDB;hnmSV#*8H}E*VXJon`N~x_hGUb|Dor-h$#X3sVwKGPx_q| zKR~n{y-CZ`9~ZJut9y`W{g&;am?3J;Umq=|1J|c?)zriC{4IY)Q-3XMyVGB6}8^&55%LpG`X8Sbp$h}XaZ>~3!H4t#@p zO=jUdAM1wfltN!w%py|mw5`6i6=x9oNKwtO|KTGFV+|jgzd{-|nT70or9DdqE-Q+6 zyZ_a#cMgN6WiZ5+r_!kpK$Pf^uM?#gHfHE4^)M=i#Qp@UB0L%9lsA>ERmP(dMZE=? z>X05(4~ya)jrFe1m^T&n)ryZYY6UHRZ=yKeuw)5RUy{KVbhlSjDR-YI9ScV;Bv_Ra zir@e3hl!#Hg;kv!_8f`?XEV=mG#w%&4hT>FX!@uDWC45nU#Rh{MAnbcw%GKR0F-EVjQzBb57;`zqm}f5 z$hBf{@q(DIR;(T9f%W+2+Z4wWU2oK06vMY?Xx*ftdE4=aPj?{MbyUr2uIyX49EDY{ zZ)4@=maQvSI1EjECiAW1kpPhxb@nUffKA!3mEEz{#OgDWmX8nKB8K%X)H_C+R1254 zFbtK|N@5EVf2QT=4 zi_q#C;$R$+8f$oAiBm`=2km|5E9-ggEj76A$z|N`^5yPx8M7u86lc=OzR!bFEkRY( zc;M~%TV%MheF``Vw5Q-h*jQ!}!2#&45Yv4#acEN6*N4ws0zWVsx*50cWWnKA*Lr{0 zICMaJ{Uwg917o@T{Sam+;N7jLqz7>U3ph618gs`s@7-pG*|majA#&D=HWnsF z#s~^e&cPys%Tc0EzOPncjJ1`02mF|B5{k4K?|}WAEpmV^|EDLu@6e*Hd+ZhOljkt* zXv(s%m!>g1&(gn|-}lDYoK2UZBF5eDB<0Qbj9%=Q$w9>8fD{G7R*I+zCrz;R`p!CC z2AX;KPz#eDARgBs`A28oD2J94#s5&R9o}{X-B=(Y3t(~A{pJ$Hn|>;lu-I-n1I?4U zgo}%oR1tk{!o}V_EjF{@WCcy?#1Y%;UfnSmc>PGbdBS*d3Gk?_3GBS!)!b3n(7iu` z6whKExc6JCBE8)?=jzv}3w>B+LbJr#;9=I;ew=E|et%yqm7gwOe=~05LguG$EM=wmFw`Z4 zJ5C{3f#&2I%Lrbq-}s-L*s%`n!1ufa^2QxMY7;fTrTa*c8+Lenhm1OqKCWS1+KGin zje$NcsOEoGM*_ZjO)*Xe1iKmhnjVoVMNXA1ir|;R8aZ2vA!_8{J)Y&liQEf@NEor0 zum46+W-`6z+I}}r6fAUxtJ6CgH51qCAx94OnBATk`|DJy$oxpZ(Do8@Ckb3V1IhNb$!F@PrC+HZEw6l1Bwt-H`o8#D8#4we6z=WNJf8o z_txGA^rNGO$AdQg+ITfgb&$a?P1cYWf{7Lytc2*I%K~!SJK*Fl?uF8u7*%ML*m=G$ zv5D-hDZhK5iP|@1u5OLTklDqF>u`Ppit;MbmlAH9MTp;Ap{BsRyxr~U1*a{|&_!wY zX#)n2$_m;cJ{V7#2Nyc~>9B!bo?CNg>aGBi2ijYJfuP__*$q zKxf}XfsvCuQ5!T4yT~1R@=;s*WKx5BWGs7FGx(=FCdD4Nm95APwSq<;7x)%uE2};P zk5>DgidOTF_N6`kP$@;)PRrTotSP4Gb6?u9k&%u+i;f8 zeO5gV0K$23Ek?<)hor;OSNCI>~7h z3&mbO3fQ~{Tg>@t`04!JV{D2pXgi=s6ejO8krW4y&>_39LBM8TO)jHgGM+Sv{k2^p zVp+#Rl?4~DGg2N6UD_&I)1Y1NkhGJ4mAf)z%IXMyT~_}9)a9i6aEeyaV1Z#3Yc$W5 z*_qN-UWZ+6PCd=hD-Z!5!agNpHBf>Yei5DijF{z(Mn%~~dxvxy`cB*{_4jVZzetM1 z)=YpV=Yf4&Ra+_9K}*|AwgCyFBq*-+ES0ks>=c1JKR#WaFPUpJ2P6HE>|R`Hm42c( zH&_Z(havY$!-q%u$4k-^Jy}x-EYtMb!TxyUMXs5VF zXvXo@gy4|PUg+LvFTeAKf}zf@RF%i-UkS|`Y+V&9^5n+(>s5kz=!t$$AS7vB9@Kq# z!hXRqcqVKbl8jZ$B@xk}N+koZUtB4;T{!6lOaf(C^Da4KP9FUi#KndcN(sBhl)IR1 zjTJ*azL(#EEDkeTT;!uL${VFseCza_n*tze5v5q33&BvqjaN@#JyZS()xCqmms@Z7hlQdp~%Mj(y?yU_VQLEXjUmbXQ2;n*zHv)L?!CU2noM zaj8YrgA==5d`73qa%0orSyE7EQVomATEUr)q-O9s(Nmj$bmPWg@gt@GlD2haMuBf? zSshPsqG8B~fWo}w+1GQ?jzr|*~+$lvC2X-&?{ zvC+`h!nC@M1;1CtzXf>=G=_HntF@%Bs7~v#<78-IpTGR^j}j6Xt;(wfQx)Fi2T|6z z=&-lUOBg$2WtbejO)!LWieK(FRr-Rp9-;kDkIkv%VbY>u#}Lc)V2!}QoHI08nS9r& zjLTnrnC$4ZFDHrI0!v5YqHE-b$fIO{e|2D={A3I}9W6_5bT&wH0lP`i=9txRjoWg; z>+h5}O8lvMF6tY@zP$G`&omXY$|scj9rKJyP}n^$^4HAMq{#lgR%ld~)I&G`VS5o3 zFUJg}>2l_F#g(vEHl?MXwdh-^0pXlrU#da;p>BhmZM@pa{+ZEf>gU<`xo_qdj+H`4 zHs$~Z>$kPJk0T87YRaHl+(0T-t4yZRpkY$`qz!g6($oPgSvM|r|Ikv98KKPax~o;- zSPC){=Lw=@q)#m-pj1$2_0Q0|&9Y7j?v)4voHhS1l8)gC81tmXyP8B_+`RRGs-mVs JDbnoI{{Xpk+?xOZ literal 0 HcmV?d00001 diff --git a/readme.txt b/assets/readme.txt similarity index 100% rename from readme.txt rename to assets/readme.txt diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index ce4a645..fe20b2f 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -7,6 +7,7 @@ nanoFramework project contributors nanoFramework project contributors false + LICENSE.md false diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 1c2aa96..3d59058 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -5,19 +5,18 @@ $version$ nanoFramework.System.Net nanoFramework project contributors - nanoFramework project contributors + nanoFramework project contributors,dotnetfoundation false - Apache-2.0 + LICENSE.md false https://github.com/nanoframework/lib-nanoFramework.System.Net - https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad + nf-logo.png Copyright (c) .NET Foundation and Contributors This package includes the nanoFramework..System.Net assembly for nanoFramework C# projects. -This package requires a target with nanoFramework..System.Net v$nativeVersion$. - nanoFramework.System.Net assembly for nanoFramework C# projects +This package requires a target with nanoFramework..System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net @@ -31,7 +30,9 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.< - - + + + + \ No newline at end of file From 2f66aa96339a743e88be3a25ae5f32a5c1c0c0a8 Mon Sep 17 00:00:00 2001 From: Jim Montgomery <62192313+skigrinder@users.noreply.github.com> Date: Wed, 23 Dec 2020 14:44:03 -0700 Subject: [PATCH 039/104] Exception handling & memory leak fixes (#152) --- nanoFramework.System.Net/Sockets/Socket.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nanoFramework.System.Net/Sockets/Socket.cs b/nanoFramework.System.Net/Sockets/Socket.cs index b9cdb4b..0a01a91 100644 --- a/nanoFramework.System.Net/Sockets/Socket.cs +++ b/nanoFramework.System.Net/Sockets/Socket.cs @@ -34,7 +34,7 @@ public class Socket : IDisposable // socket type [Diagnostics.DebuggerBrowsable(Diagnostics.DebuggerBrowsableState.Never)] - private SocketType _socketType; + private SocketType _socketType = SocketType.Unknown; // Our internal state doesn't automatically get updated after a non-blocking connect // completes. Keep track of whether we're doing a non-blocking connect, and make sure @@ -344,7 +344,7 @@ public void Connect(EndPoint remoteEP) EndPoint endPointSnapshot = remoteEP; Snapshot(ref endPointSnapshot); - if(m_fBlocking) + if (m_fBlocking) { // blocking connect _nonBlockingConnectInProgress = false; @@ -355,7 +355,7 @@ public void Connect(EndPoint remoteEP) _nonBlockingConnectInProgress = true; _nonBlockingConnectRightEndPoint = endPointSnapshot; } - + NativeSocket.connect(this, endPointSnapshot, !m_fBlocking); if (m_fBlocking) From 859a990a8333f4d69dadb02c839c1715ff6399ae Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 23 Dec 2020 21:48:45 +0000 Subject: [PATCH 040/104] Update CHANGELOG for v1.6.3 ***NO_CI*** --- CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 41 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d09f70..618d01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,36 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.11...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.19...HEAD) + +**Fixed bugs:** + +- Exception handling & memory leak fixes [\#152](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/152) + +**Documentation and other chores:** + +- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 [\#151](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/151) + +## [v1.6.3-preview.19](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.19) (2020-12-07) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.17...v1.6.3-preview.19) + +**Documentation and other chores:** + +- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 [\#150](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/150) +- Update 3 NuGet dependencies [\#149](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/149) + +## [v1.6.3-preview.17](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.17) (2020-12-07) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.15...v1.6.3-preview.17) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#148](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/148) + +## [v1.6.3-preview.15](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.15) (2020-10-21) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.11...v1.6.3-preview.15) **Documentation and other chores:** @@ -246,6 +275,7 @@ **Documentation and other chores:** - Update 2 NuGet dependencies [\#111](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/111) +- Update 2 NuGet dependencies [\#109](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/109) ## [v1.4.1-preview.3](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.3) (2020-01-13) @@ -259,10 +289,6 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.1...v1.4.1-preview.2) -**Documentation and other chores:** - -- Update 2 NuGet dependencies [\#109](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/109) - ## [v1.4.1-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.1) (2019-11-12) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.0-preview.7...v1.4.1-preview.1) @@ -278,6 +304,7 @@ **Documentation and other chores:** - Update 2 NuGet dependencies [\#107](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/107) +- Update 2 NuGet dependencies [\#103](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/103) ## [v1.4.0-preview.6](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.0-preview.6) (2019-11-05) @@ -299,10 +326,6 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.0-preview.3...v1.4.0-preview.4) -**Documentation and other chores:** - -- Update 2 NuGet dependencies [\#103](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/103) - ## [v1.4.0-preview.3](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.0-preview.3) (2019-10-18) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.3.0...v1.4.0-preview.3) @@ -441,12 +464,15 @@ - Remove SSL3 and Default from SslProtocols [\#75](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/75) - Major rework on Sockets [\#74](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/74) -- Add SocketType property to Socket [\#67](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/67) ## [v1.0.6-preview-026](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-026) (2019-05-31) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-024...v1.0.6-preview-026) +**Implemented enhancements:** + +- Add remote end point field to Socket [\#73](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/73) + ## [v1.0.6-preview-024](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-024) (2019-04-24) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-023...v1.0.6-preview-024) @@ -493,7 +519,7 @@ **Implemented enhancements:** -- Add remote end point field to Socket [\#73](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/73) +- Add SocketType property to Socket [\#67](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/67) ## [v1.0.6-preview-009](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-009) (2019-03-11) @@ -544,10 +570,6 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2...v1.0.3-preview-003) -**Implemented enhancements:** - -- Add CertificateManager class [\#51](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/51) - ## [v1.0.2](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2) (2018-12-15) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-028...v1.0.2) @@ -585,6 +607,10 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-001...v1.0.2-preview-013) +**Implemented enhancements:** + +- Add CertificateManager class [\#51](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/51) + **Documentation and other chores:** - Update 2 NuGet dependencies [\#47](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/47) From 155c3c1f8400db13bfbc682b24f4ec17ca9e2eb2 Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 28 Dec 2020 14:07:36 +0000 Subject: [PATCH 041/104] Update 3 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 7 +++---- nanoFramework.System.Net/System.Net.nfproj | 14 +++++++------- nanoFramework.System.Net/packages.config | 6 +++--- 4 files changed, 15 insertions(+), 16 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index fe20b2f..9310624 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -19,8 +19,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 3d59058..f3533ee 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -19,9 +19,9 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - - + + + @@ -30,7 +30,6 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$ ( - diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 704bff8..478a1b1 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -39,13 +39,13 @@ - + false - + false - + false @@ -96,16 +96,16 @@ - - ..\packages\nanoFramework.CoreLibrary.1.10.0-preview.4\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.10.1-preview.6\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.2\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.5\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Text.1.1.1-preview.17\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.19\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index d1cd088..5b18538 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file From f0a58882072a3702093ef7648221352e7bb84da0 Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 28 Dec 2020 14:07:54 +0000 Subject: [PATCH 042/104] Update 3 NuGet dependencies From 12dbe4961dd0d6ce07fb69676688d307fab99524 Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 29 Dec 2020 13:49:13 +0000 Subject: [PATCH 043/104] Update 3 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 6 +++--- nanoFramework.System.Net/System.Net.nfproj | 12 ++++++------ nanoFramework.System.Net/packages.config | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 9310624..9534e96 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -19,8 +19,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index f3533ee..35ad86c 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -19,9 +19,9 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - - + + + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 478a1b1..154d705 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -39,13 +39,13 @@ - + false - + false - + false @@ -97,15 +97,15 @@ - ..\packages\nanoFramework.CoreLibrary.1.10.1-preview.6\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.10.1-preview.7\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.5\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.7\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Text.1.1.1-preview.19\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.22\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 5b18538..63ef925 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file From 864acb6af4a1b316f4122035376c4d8a4a9e1929 Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 29 Dec 2020 13:52:24 +0000 Subject: [PATCH 044/104] Update 3 NuGet dependencies From c2bf5b10fd5cfc564f98eac4ea21e80024d33be1 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 6 Jan 2021 14:14:14 +0000 Subject: [PATCH 045/104] Update 3 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 6 +++--- nanoFramework.System.Net/System.Net.nfproj | 12 ++++++------ nanoFramework.System.Net/packages.config | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 9534e96..cea4292 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -19,8 +19,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 35ad86c..e0577d4 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -19,9 +19,9 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - - + + + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 154d705..a33530f 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -39,13 +39,13 @@ - + false - + false - + false @@ -97,15 +97,15 @@ - ..\packages\nanoFramework.CoreLibrary.1.10.1-preview.7\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.10.1-preview.9\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.7\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.9\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Text.1.1.1-preview.22\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.24\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 63ef925..f6d503d 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file From 0049b1396d24e180f56d9f8b8fae12bc7d9e4975 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 6 Jan 2021 14:18:34 +0000 Subject: [PATCH 046/104] Update 3 NuGet dependencies From ea809e21e4c9eb74ac40918a870c1fb8af9264e7 Mon Sep 17 00:00:00 2001 From: josesimoes Date: Tue, 19 Jan 2021 10:02:42 +0000 Subject: [PATCH 047/104] Minor fixes in nuspec ***NO_CI*** --- nanoFramework.System.Net.nuspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index e0577d4..3958634 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -15,8 +15,8 @@ nf-logo.png Copyright (c) .NET Foundation and Contributors - This package includes the nanoFramework..System.Net assembly for nanoFramework C# projects. -This package requires a target with nanoFramework..System.Net v$nativeVersion$ (checksum $checksum$). + This package includes the .NET nanoFramework System.Net assembly for nanoFramework C# projects. +This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net From 34ae309ec5154587266f3d19552722e27f51cc2b Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Thu, 11 Feb 2021 12:21:15 +0000 Subject: [PATCH 048/104] Update update-dependencies.yml - Update PR github action to v3. ***NO_CI*** --- .github/workflows/update-dependencies.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index a2c2cf3..58a5045 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -35,7 +35,7 @@ jobs: run: ./github-actions/update-nf-dependencies.ps1 working-directory: tools - name: Create Pull Request - uses: peter-evans/create-pull-request@v2.8.1 + uses: peter-evans/create-pull-request@v3 if: env.CREATE_PR == 'true' with: title: '${{ env.PR_TITLE }}' @@ -45,6 +45,8 @@ jobs: [version update] ### :warning: This is an automated update. :warning: - committer: 'nfbot ' + committer: 'nfbot ' branch: ${{ env.BRANCH_NAME }} path: main + labels: | + Type: dependencies From a16e8b5509916a3c9deffd4e7e73df56d72a860e Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 2 Mar 2021 12:51:17 +0000 Subject: [PATCH 049/104] Update 3 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 6 +++--- nanoFramework.System.Net/System.Net.nfproj | 12 ++++++------ nanoFramework.System.Net/packages.config | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index cea4292..1047541 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -19,8 +19,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 3958634..6522f1b 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -19,9 +19,9 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - - + + + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index a33530f..bd33ba4 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -39,13 +39,13 @@ - + false - + false - + false @@ -97,15 +97,15 @@ - ..\packages\nanoFramework.CoreLibrary.1.10.1-preview.9\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.10.1-preview.11\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.9\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.14\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Text.1.1.1-preview.24\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.29\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index f6d503d..cdb191a 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file From 12061704c218b551a5f449a658898bf20280204d Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 2 Mar 2021 13:01:35 +0000 Subject: [PATCH 050/104] Update CHANGELOG for v1.6.3 ***NO_CI*** --- CHANGELOG.md | 57 ++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 49 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 618d01c..494ce8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,42 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.19...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.29...HEAD) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#159](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/159) +- Update 3 NuGet dependencies [\#158](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/158) + +## [v1.6.3-preview.29](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.29) (2021-01-06) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.27...v1.6.3-preview.29) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#157](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/157) +- Update 3 NuGet dependencies [\#156](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/156) + +## [v1.6.3-preview.27](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.27) (2020-12-29) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.25...v1.6.3-preview.27) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#155](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/155) +- Update 3 NuGet dependencies [\#154](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/154) + +## [v1.6.3-preview.25](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.25) (2020-12-28) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.23...v1.6.3-preview.25) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#153](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/153) + +## [v1.6.3-preview.23](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.23) (2020-12-23) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.19...v1.6.3-preview.23) **Fixed bugs:** @@ -275,7 +310,6 @@ **Documentation and other chores:** - Update 2 NuGet dependencies [\#111](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/111) -- Update 2 NuGet dependencies [\#109](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/109) ## [v1.4.1-preview.3](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.3) (2020-01-13) @@ -289,6 +323,10 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.1...v1.4.1-preview.2) +**Documentation and other chores:** + +- Update 2 NuGet dependencies [\#109](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/109) + ## [v1.4.1-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.1) (2019-11-12) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.0-preview.7...v1.4.1-preview.1) @@ -304,7 +342,6 @@ **Documentation and other chores:** - Update 2 NuGet dependencies [\#107](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/107) -- Update 2 NuGet dependencies [\#103](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/103) ## [v1.4.0-preview.6](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.0-preview.6) (2019-11-05) @@ -326,6 +363,10 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.0-preview.3...v1.4.0-preview.4) +**Documentation and other chores:** + +- Update 2 NuGet dependencies [\#103](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/103) + ## [v1.4.0-preview.3](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.0-preview.3) (2019-10-18) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.3.0...v1.4.0-preview.3) @@ -570,6 +611,10 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2...v1.0.3-preview-003) +**Implemented enhancements:** + +- Add CertificateManager class [\#51](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/51) + ## [v1.0.2](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2) (2018-12-15) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-028...v1.0.2) @@ -607,14 +652,11 @@ [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-001...v1.0.2-preview-013) -**Implemented enhancements:** - -- Add CertificateManager class [\#51](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/51) - **Documentation and other chores:** - Update 2 NuGet dependencies [\#47](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/47) - 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) +- Update 2 NuGet dependencies [\#32](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/32) ## [v1.0.2-preview-001](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-001) (2018-11-07) @@ -640,7 +682,6 @@ - Update 2 NuGet dependencies [\#38](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/38) - Update 2 NuGet dependencies [\#34](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/34) -- Update 2 NuGet dependencies [\#32](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/32) - Update 2 NuGet dependencies [\#31](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/31) - Bump nanoFramework.Runtime.Events from 1.0.0-preview188 to 1.0.0-preview191 in /source [\#19](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/19) - Bump nanoFramework.CoreLibrary and nanoFramework.Runtime.Events in /source [\#16](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/16) From 27079702ce1f975578cd616535aa677c7cc268de Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 17 Mar 2021 00:41:18 +0000 Subject: [PATCH 051/104] Bumps nanoFramework.System.Text from 1.1.1-preview.29 to 1.1.1-preview.33 --- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 4 ++-- nanoFramework.System.Net/packages.config | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 6522f1b..67161ef 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -21,7 +21,7 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (c - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index bd33ba4..a92c29b 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -45,7 +45,7 @@ false - + false @@ -105,7 +105,7 @@ True - ..\packages\nanoFramework.System.Text.1.1.1-preview.29\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.33\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index cdb191a..00838da 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file From 537150b07a1848228cf902cf0dc0865c57bd1dc3 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 17 Mar 2021 00:46:15 +0000 Subject: [PATCH 052/104] Update CHANGELOG for v1.6.3 ***NO_CI*** --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 494ce8d..1c21177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.29...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.33...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.System.Text from 1.1.1-preview.29 to 1.1.1-preview.33 [\#161](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/161) + +## [v1.6.3-preview.33](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.33) (2021-03-02) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.29...v1.6.3-preview.33) **Documentation and other chores:** @@ -656,7 +664,6 @@ - Update 2 NuGet dependencies [\#47](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/47) - 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) -- Update 2 NuGet dependencies [\#32](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/32) ## [v1.0.2-preview-001](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-001) (2018-11-07) @@ -682,6 +689,7 @@ - Update 2 NuGet dependencies [\#38](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/38) - Update 2 NuGet dependencies [\#34](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/34) +- Update 2 NuGet dependencies [\#32](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/32) - Update 2 NuGet dependencies [\#31](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/31) - Bump nanoFramework.Runtime.Events from 1.0.0-preview188 to 1.0.0-preview191 in /source [\#19](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/19) - Bump nanoFramework.CoreLibrary and nanoFramework.Runtime.Events in /source [\#16](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/16) From b5b26151c075bf0ada69869cdc34ad2a597354d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 18 Mar 2021 19:04:25 +0000 Subject: [PATCH 053/104] Improvements in Network information (#162) ***NO_CI*** --- .gitignore | 1 + .../NetworkInformation/IPGlobalProperties.cs | 25 +++++++++++ .../NetworkInformation/NetworkInterface.cs | 19 +++++--- .../Properties/AssemblyInfo.cs | 2 +- nanoFramework.System.Net/System.Net.nfproj | 44 ++++++++++++++++++- version.json | 2 +- 6 files changed, 84 insertions(+), 9 deletions(-) create mode 100644 nanoFramework.System.Net/NetworkInformation/IPGlobalProperties.cs diff --git a/.gitignore b/.gitignore index ce3e1b1..36fda64 100644 --- a/.gitignore +++ b/.gitignore @@ -253,3 +253,4 @@ paket-files/ #SoundCloud *.sonarqube/ +.sonarlint diff --git a/nanoFramework.System.Net/NetworkInformation/IPGlobalProperties.cs b/nanoFramework.System.Net/NetworkInformation/IPGlobalProperties.cs new file mode 100644 index 0000000..2ad328d --- /dev/null +++ b/nanoFramework.System.Net/NetworkInformation/IPGlobalProperties.cs @@ -0,0 +1,25 @@ +// +// Copyright (c) .NET Foundation and Contributors +// See LICENSE file in the project root for full license information. +// + +using System.Runtime.CompilerServices; + +namespace System.Net.NetworkInformation +{ + /// + /// Provides information about the network connectivity of the local computer. + /// + public static class IPGlobalProperties + { + /// + /// Gets the IP address of the network interface. + /// + /// An if a valid IP address is available; otherwise, an . + /// + /// This method is exclusive of .NET nanoFramework. + /// + [MethodImpl(MethodImplOptions.InternalCall)] + public extern static IPAddress GetIPAddress(); + } +} diff --git a/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs b/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs index 77191d5..df292e8 100644 --- a/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs +++ b/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs @@ -22,12 +22,12 @@ public class NetworkInterface [Flags] internal enum UpdateOperation : byte { - Invalid = 0x00, - Dns = 0x01, - Dhcp = 0x02, - DhcpRenew = 0x04, - DhcpRelease = 0x08, - Mac = 0x10, + Invalid = 0x00, + Dns = 0x01, + Dhcp = 0x02, + DhcpRenew = 0x04, + DhcpRelease = 0x08, + Mac = 0x10, } private readonly int _interfaceIndex; @@ -53,6 +53,13 @@ internal enum UpdateOperation : byte private NetworkInterfaceType _networkInterfaceType; + /// + /// Indicates whether any network connection is available. + /// + /// if a network connection is available; otherwise, . + [MethodImpl(MethodImplOptions.InternalCall)] + public extern static bool GetIsNetworkAvailable(); + /// /// Initializes a new instance of the class. /// diff --git a/nanoFramework.System.Net/Properties/AssemblyInfo.cs b/nanoFramework.System.Net/Properties/AssemblyInfo.cs index fb40718..6215019 100644 --- a/nanoFramework.System.Net/Properties/AssemblyInfo.cs +++ b/nanoFramework.System.Net/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ //////////////////////////////////////////////////////////////// // update this whenever the native assembly signature changes // -[assembly: AssemblyNativeVersion("100.1.3.1")] +[assembly: AssemblyNativeVersion("100.1.3.2")] //////////////////////////////////////////////////////////////// // Setting ComVisible to false makes the types in this assembly not visible diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index a92c29b..a08aaee 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -32,11 +32,51 @@ bin\$(Configuration)\Stubs sys_net_native System.Net + ..\.sonarlint\nanoframework_lib-nanoframework.system.netcsharp.ruleset false + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + @@ -57,6 +97,7 @@ + @@ -93,6 +134,7 @@ + @@ -122,4 +164,4 @@ - + \ No newline at end of file diff --git a/version.json b/version.json index 67fe77b..a51b395 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.6.3-preview.{height}", + "version": "1.6.4-preview.{height}", "assemblyVersion": { "precision": "revision" }, From c3e62191dd99a0c8031569e10c7aa7359f604f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 18 Mar 2021 20:39:36 +0000 Subject: [PATCH 054/104] Expose Address field in IPAddress (#163) ***NO_CI*** --- nanoFramework.System.Net/IPAddress.cs | 27 +++++++++++------------ nanoFramework.System.Net/IPEndPoint.cs | 8 +++---- nanoFramework.System.Net/SocketAddress.cs | 8 +++---- 3 files changed, 21 insertions(+), 22 deletions(-) diff --git a/nanoFramework.System.Net/IPAddress.cs b/nanoFramework.System.Net/IPAddress.cs index 006eb22..e74e75c 100644 --- a/nanoFramework.System.Net/IPAddress.cs +++ b/nanoFramework.System.Net/IPAddress.cs @@ -26,8 +26,7 @@ public class IPAddress /// public static readonly IPAddress Loopback = new IPAddress(0x000000000100007F); - [Diagnostics.DebuggerBrowsable(Diagnostics.DebuggerBrowsableState.Never)] - internal long _address; + internal long Address; [Diagnostics.DebuggerBrowsable(Diagnostics.DebuggerBrowsableState.Never)] private AddressFamily _family = AddressFamily.InterNetwork; @@ -63,7 +62,7 @@ public IPAddress(long newAddress) throw new ArgumentOutOfRangeException(); } - _address = newAddress; + Address = newAddress; // default to InterNetwork _family = AddressFamily.InterNetwork; @@ -79,7 +78,7 @@ public IPAddress(byte[] address) { _family = AddressFamily.InterNetwork; // need to offset address by 4 (1st are family, 2nd are port - _address = ((address[3 + 4] << 24 | address[2 + 4] << 16 | address[1 + 4] << 8 | address[0 + 4]) & 0x0FFFFFFFF); + Address = ((address[3 + 4] << 24 | address[2 + 4] << 16 | address[1 + 4] << 8 | address[0 + 4]) & 0x0FFFFFFFF); } else if (address[0] == (byte)AddressFamily.InterNetworkV6) { @@ -108,7 +107,7 @@ public override bool Equals(object obj) if (obj == null) return false; - return this._address == addr._address; + return this.Address == addr.Address; } /// @@ -119,10 +118,10 @@ public byte[] GetAddressBytes() { return new byte[] { - (byte)(_address), - (byte)(_address >> 8), - (byte)(_address >> 16), - (byte)(_address >> 24) + (byte)(Address), + (byte)(Address >> 8), + (byte)(Address >> 16), + (byte)(Address >> 24) }; } @@ -180,13 +179,13 @@ public static IPAddress Parse(string ipString) /// public override string ToString() { - return ((byte)(_address)).ToString() + + return ((byte)(Address)).ToString() + "." + - ((byte)(_address >> 8)).ToString() + + ((byte)(Address >> 8)).ToString() + "." + - ((byte)(_address >> 16)).ToString() + + ((byte)(Address >> 16)).ToString() + "." + - ((byte)(_address >> 24)).ToString(); + ((byte)(Address >> 24)).ToString(); } /// @@ -223,7 +222,7 @@ internal IPAddress Snapshot() switch (_family) { case AddressFamily.InterNetwork: - return new IPAddress(_address); + return new IPAddress(Address); //case AddressFamily.InterNetworkV6: // return new IPAddress(m_Numbers, (uint)m_ScopeId); diff --git a/nanoFramework.System.Net/IPEndPoint.cs b/nanoFramework.System.Net/IPEndPoint.cs index c3e0672..1b57252 100644 --- a/nanoFramework.System.Net/IPEndPoint.cs +++ b/nanoFramework.System.Net/IPEndPoint.cs @@ -105,10 +105,10 @@ public override SocketAddress Serialize() buffer[2] = unchecked((byte)(_port >> 8)); buffer[3] = unchecked((byte)(_port)); - buffer[4] = unchecked((byte)(_address._address)); - buffer[5] = unchecked((byte)(_address._address >> 8)); - buffer[6] = unchecked((byte)(_address._address >> 16)); - buffer[7] = unchecked((byte)(_address._address >> 24)); + buffer[4] = unchecked((byte)(_address.Address)); + buffer[5] = unchecked((byte)(_address.Address >> 8)); + buffer[6] = unchecked((byte)(_address.Address >> 16)); + buffer[7] = unchecked((byte)(_address.Address >> 24)); return socketAddress; } diff --git a/nanoFramework.System.Net/SocketAddress.cs b/nanoFramework.System.Net/SocketAddress.cs index 3a1b2e7..ac79d94 100644 --- a/nanoFramework.System.Net/SocketAddress.cs +++ b/nanoFramework.System.Net/SocketAddress.cs @@ -73,10 +73,10 @@ internal SocketAddress(IPAddress ipAddress) //else { // IPv4 Address serialization - m_Buffer[4] = unchecked((byte)(ipAddress._address)); - m_Buffer[5] = unchecked((byte)(ipAddress._address >> 8)); - m_Buffer[6] = unchecked((byte)(ipAddress._address >> 16)); - m_Buffer[7] = unchecked((byte)(ipAddress._address >> 24)); + m_Buffer[4] = unchecked((byte)(ipAddress.Address)); + m_Buffer[5] = unchecked((byte)(ipAddress.Address >> 8)); + m_Buffer[6] = unchecked((byte)(ipAddress.Address >> 16)); + m_Buffer[7] = unchecked((byte)(ipAddress.Address >> 24)); } } From 47907713b322be96f077edeed4f7b92df3aac612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Fri, 19 Mar 2021 02:17:15 +0000 Subject: [PATCH 055/104] Replace conversion with native implementations (#164) --- nanoFramework.System.Net/IPAddress.cs | 49 ++++--------------- .../NetworkInformation/NetworkInterface.cs | 39 +++++---------- .../Properties/AssemblyInfo.cs | 2 +- 3 files changed, 24 insertions(+), 66 deletions(-) diff --git a/nanoFramework.System.Net/IPAddress.cs b/nanoFramework.System.Net/IPAddress.cs index e74e75c..c65df3d 100644 --- a/nanoFramework.System.Net/IPAddress.cs +++ b/nanoFramework.System.Net/IPAddress.cs @@ -6,6 +6,7 @@ using System.Net.NetworkInformation; using System.Net.Sockets; +using System.Runtime.CompilerServices; namespace System.Net { @@ -133,38 +134,7 @@ public byte[] GetAddressBytes() /// public static IPAddress Parse(string ipString) { - if (ipString == null) - throw new ArgumentNullException(); - - ulong ipAddress = 0L; - int lastIndex = 0; - int shiftIndex = 0; - ulong mask = 0x00000000000000FF; - ulong octet = 0L; - int length = ipString.Length; - - for (int i = 0; i < length; ++i) - { - // Parse to '.' or end of IP address - if (ipString[i] == '.' || i == length - 1) - // If the IP starts with a '.' - // or a segment is longer than 3 characters or shiftIndex > last bit position throw. - if (i == 0 || i - lastIndex > 3 || shiftIndex > 24) - { - throw new ArgumentException(); - } - else - { - i = i == length - 1 ? ++i : i; - octet = ulong.Parse(ipString.Substring(lastIndex, i - lastIndex)) & 0x00000000000000FF; - ipAddress = ipAddress + ((octet << shiftIndex) & mask); - lastIndex = i + 1; - shiftIndex = shiftIndex + 8; - mask = (mask << 8); - } - } - - return new IPAddress((long)ipAddress); + return new IPAddress(NetworkInterface.IPAddressFromString(ipString)); } /// @@ -179,13 +149,7 @@ public static IPAddress Parse(string ipString) /// public override string ToString() { - return ((byte)(Address)).ToString() + - "." + - ((byte)(Address >> 8)).ToString() + - "." + - ((byte)(Address >> 16)).ToString() + - "." + - ((byte)(Address >> 24)).ToString(); + return IPv4ToString((uint)Address); } /// @@ -230,5 +194,12 @@ internal IPAddress Snapshot() throw new NotSupportedException(); } + + #region native methods + + [MethodImpl(MethodImplOptions.InternalCall)] + internal static extern string IPv4ToString(uint ipv4Address); + + #endregion } } diff --git a/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs b/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs index df292e8..46be569 100644 --- a/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs +++ b/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs @@ -96,19 +96,6 @@ public static NetworkInterface[] GetAllNetworkInterfaces() return ifaces; } - private string IPv4AddressToString(uint ipv4Address) - { - return string.Concat( - ((ipv4Address >> 0) & 0xFF).ToString(), - ".", - ((ipv4Address >> 8) & 0xFF).ToString(), - ".", - ((ipv4Address >> 16) & 0xFF).ToString(), - ".", - ((ipv4Address >> 24) & 0xFF).ToString() - ); - } - private string IPv6AddressToString(uint[] ipv6Address) { throw new NotImplementedException(); @@ -134,9 +121,9 @@ public void EnableStaticIPv4(string ipv4Address, string ipv4SubnetMask, string i { try { - _ipv4Address = IPAddressFromString(ipv4Address); - _ipv4NetMask = IPAddressFromString(ipv4SubnetMask); - _ipv4GatewayAddress = IPAddressFromString(ipv4GatewayAddress); + _ipv4Address = (uint)IPAddressFromString(ipv4Address); + _ipv4NetMask = (uint)IPAddressFromString(ipv4SubnetMask); + _ipv4GatewayAddress = (uint)IPAddressFromString(ipv4GatewayAddress); _startupAddressMode = AddressMode.Static; UpdateConfiguration((int)UpdateOperation.Dhcp); @@ -190,9 +177,9 @@ public void EnableStaticIP(string ipv4Address, string ipv4subnetMask, string ipv { throw new NotImplementedException(); - _ipv4Address = IPAddressFromString(ipv4Address); - _ipv4NetMask = IPAddressFromString(ipv4subnetMask); - _ipv4GatewayAddress = IPAddressFromString(ipv4gatewayAddress); + _ipv4Address = (uint)IPAddressFromString(ipv4Address); + _ipv4NetMask = (uint)IPAddressFromString(ipv4subnetMask); + _ipv4GatewayAddress = (uint)IPAddressFromString(ipv4gatewayAddress); // FIXME // need to test this @@ -242,7 +229,7 @@ public void EnableStaticIPv4Dns(string[] dnsAddresses) int iAddress = 0; for (int i = 0; i < dnsAddresses.Length; i++) { - uint address = IPAddressFromString(dnsAddresses[i]); + uint address = (uint)IPAddressFromString(dnsAddresses[i]); addresses[iAddress] = address; @@ -351,7 +338,7 @@ public bool IsAutomaticDnsEnabled /// public string IPv4Address { - get { return IPv4AddressToString(_ipv4Address); } + get { return IPAddress.IPv4ToString(_ipv4Address); } } /// @@ -359,7 +346,7 @@ public string IPv4Address /// public string IPv4GatewayAddress { - get { return IPv4AddressToString(_ipv4GatewayAddress); } + get { return IPAddress.IPv4ToString(_ipv4GatewayAddress); } } /// @@ -367,7 +354,7 @@ public string IPv4GatewayAddress /// public string IPv4SubnetMask { - get { return IPv4AddressToString(_ipv4NetMask); } + get { return IPAddress.IPv4ToString(_ipv4NetMask); } } /// @@ -390,12 +377,12 @@ public string[] IPv4DnsAddresses if (_ipv4dnsAddress1 != 0) { - list.Add(IPv4AddressToString(_ipv4dnsAddress1)); + list.Add(IPAddress.IPv4ToString(_ipv4dnsAddress1)); } if (_ipv4dnsAddress2 != 0) { - list.Add(IPv4AddressToString(_ipv4dnsAddress2)); + list.Add(IPAddress.IPv4ToString(_ipv4dnsAddress2)); } return (string[])list.ToArray(typeof(string)); @@ -489,7 +476,7 @@ public NetworkInterfaceType NetworkInterfaceType private extern void UpdateConfiguration(int updateType); [MethodImpl(MethodImplOptions.InternalCall)] - private static extern uint IPAddressFromString(string ipAddress); + internal static extern long IPAddressFromString(string ipAddress); #endregion } diff --git a/nanoFramework.System.Net/Properties/AssemblyInfo.cs b/nanoFramework.System.Net/Properties/AssemblyInfo.cs index 6215019..a5c758d 100644 --- a/nanoFramework.System.Net/Properties/AssemblyInfo.cs +++ b/nanoFramework.System.Net/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ //////////////////////////////////////////////////////////////// // update this whenever the native assembly signature changes // -[assembly: AssemblyNativeVersion("100.1.3.2")] +[assembly: AssemblyNativeVersion("100.1.3.3")] //////////////////////////////////////////////////////////////// // Setting ComVisible to false makes the types in this assembly not visible From f8d50ce682acb0dc767c6b2b809ddd5ec62443f4 Mon Sep 17 00:00:00 2001 From: nfbot Date: Fri, 19 Mar 2021 02:22:20 +0000 Subject: [PATCH 056/104] Update CHANGELOG for v1.6.4 ***NO_CI*** --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c21177..283f9d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.33...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.35...HEAD) + +**Implemented enhancements:** + +- Replace conversion with native implementations [\#164](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/164) +- Expose Address field in IPAddress [\#163](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/163) +- Improvements in Network information [\#162](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/162) + +## [v1.6.3-preview.35](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.35) (2021-03-17) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.33...v1.6.3-preview.35) **Documentation and other chores:** From 96e226c0670c3aa3df7f8a886a56094bef011e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Fri, 19 Mar 2021 19:55:46 +0000 Subject: [PATCH 057/104] Add UseStoredDeviceCertificate to SecureSocket (#165) ***NO_CI*** --- .../Properties/AssemblyInfo.cs | 2 +- .../Security/NetworkSecurity.cs | 14 ++++++- .../Security/SslStream.cs | 39 ++++++++++++++++++- version.json | 2 +- 4 files changed, 51 insertions(+), 6 deletions(-) diff --git a/nanoFramework.System.Net/Properties/AssemblyInfo.cs b/nanoFramework.System.Net/Properties/AssemblyInfo.cs index a5c758d..fc22ed0 100644 --- a/nanoFramework.System.Net/Properties/AssemblyInfo.cs +++ b/nanoFramework.System.Net/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ //////////////////////////////////////////////////////////////// // update this whenever the native assembly signature changes // -[assembly: AssemblyNativeVersion("100.1.3.3")] +[assembly: AssemblyNativeVersion("100.1.3.4")] //////////////////////////////////////////////////////////////// // Setting ComVisible to false makes the types in this assembly not visible diff --git a/nanoFramework.System.Net/Security/NetworkSecurity.cs b/nanoFramework.System.Net/Security/NetworkSecurity.cs index 697aaec..28d84fc 100644 --- a/nanoFramework.System.Net/Security/NetworkSecurity.cs +++ b/nanoFramework.System.Net/Security/NetworkSecurity.cs @@ -70,10 +70,20 @@ public enum SslVerification internal static class SslNative { [MethodImplAttribute(MethodImplOptions.InternalCall)] - internal static extern int SecureServerInit(int sslProtocols, int sslCertVerify, X509Certificate certificate, X509Certificate ca); + internal static extern int SecureServerInit( + int sslProtocols, + int sslCertVerify, + X509Certificate certificate, + X509Certificate ca, + bool useDeviceCertificate); [MethodImplAttribute(MethodImplOptions.InternalCall)] - internal static extern int SecureClientInit(int sslProtocols, int sslCertVerify, X509Certificate certificate, X509Certificate ca); + internal static extern int SecureClientInit( + int sslProtocols, + int sslCertVerify, + X509Certificate certificate, + X509Certificate ca, + bool useDeviceCertificate); [MethodImplAttribute(MethodImplOptions.InternalCall)] internal static extern void SecureAccept(int contextHandle, object socket); diff --git a/nanoFramework.System.Net/Security/SslStream.cs b/nanoFramework.System.Net/Security/SslStream.cs index 3f151a8..b14b91d 100644 --- a/nanoFramework.System.Net/Security/SslStream.cs +++ b/nanoFramework.System.Net/Security/SslStream.cs @@ -18,6 +18,7 @@ namespace System.Net.Security public class SslStream : NetworkStream { private SslVerification _sslVerification; + private bool _useStoredDeviceCertificate = false; // Internal flags private int _sslContext; @@ -29,6 +30,16 @@ public class SslStream : NetworkStream /// public SslVerification SslVerification { get => _sslVerification; set => _sslVerification = value; } + /// + /// Option to use the certificate stored in the device as client or server certificate. + /// The default option is . + /// + /// + /// This property is exclusive of .NET nanoFramework. + /// In case there is no device certificate stored, the authentication will use whatever is provided (or not) in the parameter of the method being called. + /// + public bool UseStoredDeviceCertificate { get => _useStoredDeviceCertificate; set => _useStoredDeviceCertificate = value; } + //--// /// @@ -71,6 +82,9 @@ public void AuthenticateAsClient(string targetHost, SslProtocols enabledSslProto /// The name of the server that will share this SslStream. /// The client certificate. /// The value that represents the protocol used for authentication. + /// + /// Instead of providing the client certificate in the parameter the property can be used to use the certificate stored in the device. + /// public void AuthenticateAsClient(string targetHost, X509Certificate clientCertificate, SslProtocols enabledSslProtocols) { Authenticate(false, targetHost, clientCertificate, null, enabledSslProtocols); @@ -84,6 +98,9 @@ public void AuthenticateAsClient(string targetHost, X509Certificate clientCertif /// The client certificate. /// Certificate Authority certificate to use for authentication with the server. /// The value that represents the protocol used for authentication. + /// + /// Instead of providing the client certificate in the parameter the property can be used to use the certificate stored in the device. + /// public void AuthenticateAsClient(string targetHost, X509Certificate clientCertificate, X509Certificate ca, SslProtocols enabledSslProtocols) { Authenticate(false, targetHost, clientCertificate, ca, enabledSslProtocols); @@ -95,6 +112,9 @@ public void AuthenticateAsClient(string targetHost, X509Certificate clientCertif /// /// The certificate used to authenticate the server. /// The protocols that may be used for authentication. + /// + /// Instead of providing the server certificate in the parameter the property can be used to use the certificate stored in the device. + /// public void AuthenticateAsServer(X509Certificate serverCertificate, SslProtocols enabledSslProtocols) { Authenticate(true, "", serverCertificate, null, enabledSslProtocols); @@ -106,6 +126,9 @@ public void AuthenticateAsServer(X509Certificate serverCertificate, SslProtocols /// The X509Certificate used to authenticate the server. /// A value that specifies whether the client is asked for a certificate for authentication. Note that this is only a request, if no certificate is provided, the server still accepts the connection request. /// The protocols that may be used for authentication. + /// + /// Instead of providing the server certificate in the parameter the property can be used to use the certificate stored in the device. + /// public void AuthenticateAsServer(X509Certificate serverCertificate, bool clientCertificateRequired, SslProtocols enabledSslProtocols) { SslVerification = clientCertificateRequired ? SslVerification.VerifyClientOnce : SslVerification.NoVerification; @@ -123,12 +146,24 @@ internal void Authenticate(bool isServer, string targetHost, X509Certificate cer { if (isServer) { - _sslContext = SslNative.SecureServerInit((int)enabledSslProtocols, (int)_sslVerification, certificate, ca); + _sslContext = SslNative.SecureServerInit( + (int)enabledSslProtocols, + (int)_sslVerification, + certificate, + ca, + _useStoredDeviceCertificate); + SslNative.SecureAccept(_sslContext, _socket); } else { - _sslContext = SslNative.SecureClientInit((int)enabledSslProtocols, (int)_sslVerification, certificate, ca); + _sslContext = SslNative.SecureClientInit( + (int)enabledSslProtocols, + (int)_sslVerification, + certificate, + ca, + _useStoredDeviceCertificate); + SslNative.SecureConnect(_sslContext, targetHost, _socket); } } diff --git a/version.json b/version.json index a51b395..9f3b0f3 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.6.4-preview.{height}", + "version": "1.6.5-preview.{height}", "assemblyVersion": { "precision": "revision" }, From 4264e2bd450e57bcbab01eb5bd54699c1516a358 Mon Sep 17 00:00:00 2001 From: nfbot Date: Sun, 21 Mar 2021 04:21:38 +0000 Subject: [PATCH 058/104] Update 3 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 6 +++--- nanoFramework.System.Net/System.Net.nfproj | 16 ++++++++-------- nanoFramework.System.Net/packages.config | 6 +++--- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 1047541..ce3acb6 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -19,8 +19,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 67161ef..234ef36 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -19,9 +19,9 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - - + + + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index a08aaee..933f5b2 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -79,13 +79,13 @@ - + false - + false - + false @@ -138,16 +138,16 @@ - - ..\packages\nanoFramework.CoreLibrary.1.10.1-preview.11\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.10.3-preview.7\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.14\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.16\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Text.1.1.1-preview.33\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.35\lib\nanoFramework.System.Text.dll True @@ -164,4 +164,4 @@ - \ No newline at end of file + diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 00838da..46fc410 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file From 4c740cd721be84e7d0ce04ba78318b764177d85e Mon Sep 17 00:00:00 2001 From: nfbot Date: Sun, 21 Mar 2021 04:28:07 +0000 Subject: [PATCH 059/104] Update 3 NuGet dependencies From e7b26ee3b666be875532103b58d23f05e0360840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Tue, 23 Mar 2021 12:52:46 +0000 Subject: [PATCH 060/104] Improve documentation comment on GetIsNetworkAvailable ***NO_CI*** --- .../NetworkInformation/NetworkInterface.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs b/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs index 46be569..7b93c37 100644 --- a/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs +++ b/nanoFramework.System.Net/NetworkInformation/NetworkInterface.cs @@ -56,7 +56,12 @@ internal enum UpdateOperation : byte /// /// Indicates whether any network connection is available. /// - /// if a network connection is available; otherwise, . + /// + /// if a network connection is available; otherwise, . + /// + /// + /// A network connection is considered to be available if any network interface is marked "up" and is not a loopback or tunnel interface. + /// [MethodImpl(MethodImplOptions.InternalCall)] public extern static bool GetIsNetworkAvailable(); From 645f6436b9a5f94313bd9bd1c6c061f7ab57f575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 25 Mar 2021 15:18:25 +0000 Subject: [PATCH 061/104] Work CI-CD ***NO_CI*** --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 180900f..b78b6fd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,7 +31,7 @@ jobs: buildPlatform: 'Any CPU' buildConfiguration: 'Release' nugetPackageName: 'nanoFramework.System.Net' - repoName: 'lib-nanoFramework.System.Net' + repoName: 'nanoFramework.System.Net' steps: @@ -68,7 +68,7 @@ jobs: inputs: gitHubToken: $(GitHubToken) repositoriesToUpdate: | - lib-nanoFramework.System.Net.Http + nanoFramework.System.Net.Http paho.mqtt.m2mqtt displayName: Update dependent class libs From 19ddf6fb374177d4fbc623eecf6e03d825f592e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 25 Mar 2021 15:19:38 +0000 Subject: [PATCH 062/104] Work CI-CD ***NO_CI*** --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b78b6fd..6479e55 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,6 @@ trigger: branches: - include: [master, develop, "release-*" ] + include: [main, develop, "release-*" ] paths: exclude: ["*.md", .gitignore] tags: From 7c174e0b32253ffdfeff12668d10edd58058f477 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Apr 2021 07:49:50 +0100 Subject: [PATCH 063/104] Update 1 nuget dependencies (#168) --- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net.sln | 2 +- nanoFramework.System.Net/System.Net.nfproj | 6 +++--- nanoFramework.System.Net/packages.config | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 234ef36..c1a3b9f 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -21,7 +21,7 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (c - + diff --git a/nanoFramework.System.Net.sln b/nanoFramework.System.Net.sln index a5acb39..2df9258 100644 --- a/nanoFramework.System.Net.sln +++ b/nanoFramework.System.Net.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27703.2047 diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 933f5b2..7276f7e 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -85,7 +85,7 @@ false - + false @@ -147,7 +147,7 @@ True - ..\packages\nanoFramework.System.Text.1.1.1-preview.35\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.40\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 46fc410..0fbf51b 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file From f8215bbd99d85641cd7fc71c7a5311b772edd8e6 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Mon, 12 Apr 2021 21:56:30 +0100 Subject: [PATCH 064/104] Update version.json ***NO_CI*** --- version.json | 1 + 1 file changed, 1 insertion(+) diff --git a/version.json b/version.json index 9f3b0f3..bf87ca7 100644 --- a/version.json +++ b/version.json @@ -10,6 +10,7 @@ }, "publicReleaseRefSpec": [ "^refs/heads/master$", + "^refs/heads/main$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { From f9bdfb10e63435f9e368d0d0c05b2d11667ba898 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Tue, 13 Apr 2021 00:15:40 +0100 Subject: [PATCH 065/104] Update version.json ***NO_CI*** --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index bf87ca7..f8da1f0 100644 --- a/version.json +++ b/version.json @@ -9,7 +9,7 @@ "semVer": 2.0 }, "publicReleaseRefSpec": [ - "^refs/heads/master$", + "^refs/heads/develop$", "^refs/heads/main$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], From 4dc1a43086af972195f91fed9dda904182295efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Tue, 4 May 2021 11:16:07 +0100 Subject: [PATCH 066/104] Work CI-CD - Update VM to use VS2019. ***NO_CI*** --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6479e55..eb6d0db 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,7 @@ jobs: condition: or( eq(variables['UPDATE_DEPENDENTS'], 'false'), eq(variables['StartReleaseCandidate'], 'true') ) pool: - vmImage: 'VS2017-Win2016' + vmImage: 'windows-2019' variables: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true @@ -49,7 +49,7 @@ jobs: - Build_Library pool: - vmImage: 'VS2017-Win2016' + vmImage: 'windows-2019' variables: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true @@ -82,7 +82,7 @@ jobs: condition: or( failed('Build_Library'), failed('Update_Dependents')) pool: - vmImage: 'VS2017-Win2016' + vmImage: 'windows-2019' steps: - checkout: self From 4f2cac086f791e7028ed8bef3e79ce02ace387a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 01:12:43 +0100 Subject: [PATCH 067/104] Update 1 nuget dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 4 ++-- nanoFramework.System.Net/packages.config | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index ce3acb6..0f364b2 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -19,7 +19,7 @@ - + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index c1a3b9f..ebcf8f6 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -19,7 +19,7 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 7276f7e..03a709b 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -79,7 +79,7 @@ - + false @@ -139,7 +139,7 @@ - ..\packages\nanoFramework.CoreLibrary.1.10.3-preview.7\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.10.3-preview.20\lib\mscorlib.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 0fbf51b..4a59309 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,6 +1,6 @@  - + From e7d153159670fa79a7d2d58f8a6f8a8368a59ef6 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 5 May 2021 01:34:20 +0100 Subject: [PATCH 068/104] Bumps nanoFramework.System.Text from 1.1.1-preview.40 to 1.1.1-preview.45 --- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 6 +++--- nanoFramework.System.Net/packages.config | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index ebcf8f6..fa3ef45 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -21,7 +21,7 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (c - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 03a709b..8f0e34e 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -85,7 +85,7 @@ false - + false @@ -147,7 +147,7 @@ True - ..\packages\nanoFramework.System.Text.1.1.1-preview.40\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.45\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 4a59309..20ef67e 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file From 59e67b71145d18c753ad00f57e14af52fe6f5857 Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 6 May 2021 01:33:46 +0100 Subject: [PATCH 069/104] Bumps nanoFramework.System.Text from 1.1.1-preview.45 to 1.1.1-preview.46 --- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 4 ++-- nanoFramework.System.Net/packages.config | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index fa3ef45..32b9260 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -21,7 +21,7 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (c - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 8f0e34e..fe3ab70 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -85,7 +85,7 @@ false - + false @@ -147,7 +147,7 @@ True - ..\packages\nanoFramework.System.Text.1.1.1-preview.45\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.46\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 20ef67e..4a8d998 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file From acea2b1ebf1b3f2c2da3ba3b10c2e9aa1597fc79 Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 11 May 2021 16:33:25 +0100 Subject: [PATCH 070/104] Bumps nanoFramework.Runtime.Events from 1.9.0-preview.16 to 1.9.0-preview.22 --- nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 4 ++-- nanoFramework.System.Net/packages.config | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 0f364b2..7cb7aae 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -20,7 +20,7 @@ - + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 32b9260..d05144e 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -20,7 +20,7 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (c nanoFramework C# csharp netmf netnf nanoFramework.System.Net - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index fe3ab70..15f418e 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -82,7 +82,7 @@ false - + false @@ -143,7 +143,7 @@ True - ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.16\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.22\lib\nanoFramework.Runtime.Events.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 4a8d998..06cc9b7 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - + \ No newline at end of file From 0ced8926fe71ffa8f7995b62ea7be0eb6822fed1 Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 13 May 2021 15:36:24 +0100 Subject: [PATCH 071/104] Update 3 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 6 +++--- nanoFramework.System.Net/System.Net.nfproj | 14 +++++++------- nanoFramework.System.Net/packages.config | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 7cb7aae..688b771 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -19,8 +19,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index d05144e..54af19d 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -19,9 +19,9 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - - + + + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 15f418e..f243903 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -79,13 +79,13 @@ - + false - + false - + false @@ -138,16 +138,16 @@ - - ..\packages\nanoFramework.CoreLibrary.1.10.3-preview.20\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.10.4-preview.4\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.22\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.24\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Text.1.1.1-preview.46\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.47\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 06cc9b7..e6d9924 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file From bfb0d70989b2f220c929814718b314841c04c4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Fri, 14 May 2021 12:32:03 +0100 Subject: [PATCH 072/104] Work CI-CD - Update nuspecs and readme. ***NO_CI*** --- .github_changelog_generator | 2 +- README.md | 10 +++++----- azure-pipelines.yml | 2 +- nanoFramework.System.Net.DELIVERABLES.nuspec | 7 +++++-- nanoFramework.System.Net.nuspec | 12 ++++++------ 5 files changed, 18 insertions(+), 15 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index d9cc02b..165e344 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,5 +1,5 @@ user=nanoframework -project=lib-nanoFramework.System.Net +project=nanoFramework.System.Net issues=true add_issues_wo_labels=false add_pr_wo_labels=false diff --git a/README.md b/README.md index f4516ff..5aa02a2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Net&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Net) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Net&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Net) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://discord.gg/gCyBu8T) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Net&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Net) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Net&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Net) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/main/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://discord.gg/gCyBu8T) -![nanoFramework logo](https://github.com/nanoframework/Home/blob/master/resources/logo/nanoFramework-repo-logo.png) +![nanoFramework logo](https://github.com/nanoframework/Home/blob/main/resources/logo/nanoFramework-repo-logo.png) ----- @@ -10,8 +10,8 @@ | Component | Build Status | NuGet Package | |:-|---|---| -| System.Net | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_apis/build/status/nanoframework.lib-nanoFramework.System.Net?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_build/latest?definitionId=20?branchName=master) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) | -| System.Net (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_apis/build/status/nanoframework.lib-nanoFramework.System.Net?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_build/latest?definitionId=20?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.Net&protocolType=NuGet&view=overview) | +| System.Net | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_apis/build/status/nanoframework.lib-nanoFramework.System.Net?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_build/latest?definitionId=20?branchName=main) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) | +| System.Net (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_apis/build/status/nanoframework.lib-nanoFramework.System.Net?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_build/latest?definitionId=20?branchName=develop) | [![NuGet](https://img.shields.io/nuget/vpre/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) | ## Feedback and documentation @@ -21,7 +21,7 @@ Join our Discord community [here](https://discord.gg/gCyBu8T). ## Credits -The list of contributors to this project can be found at [CONTRIBUTORS](https://github.com/nanoframework/Home/blob/master/CONTRIBUTORS.md). +The list of contributors to this project can be found at [CONTRIBUTORS](https://github.com/nanoframework/Home/blob/main/CONTRIBUTORS.md). ## License diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eb6d0db..a9d4bf4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ trigger: branches: include: [main, develop, "release-*" ] paths: - exclude: ["*.md", .gitignore] + exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore] tags: include: ["v*"] diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 688b771..7ad9e7e 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -5,14 +5,15 @@ $version$ nanoFramework.System.Net.DELIVERABLES nanoFramework project contributors - nanoFramework project contributors + nanoFramework project contributors,dotnetfoundation false LICENSE.md false - https://github.com/nanoframework/lib-nanoFramework.System.Net + https://github.com/nanoframework/nanoFramework.System.Net https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad + images\nf-logo.png Copyright (c) .NET Foundation and Contributors ** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the nanoFramework.System.Net assembly for nanoFramework. These are for testing purposes and for updating the native code base of the library. nanoFramework.System.Net.DELIVERABLES is not meant for development. @@ -30,5 +31,7 @@ + + \ No newline at end of file diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 54af19d..14918e7 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -11,12 +11,11 @@ false - https://github.com/nanoframework/lib-nanoFramework.System.Net - nf-logo.png - + https://github.com/nanoframework/nanoFramework.System.Net + images\nf-logo.png + Copyright (c) .NET Foundation and Contributors - This package includes the .NET nanoFramework System.Net assembly for nanoFramework C# projects. -This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$). + This package includes the .NET nanoFramework System.Net assembly for nanoFramework C# projects. This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net @@ -30,8 +29,9 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (c + - + \ No newline at end of file From 6a63dbb69d2ab4c4709de944c06f59d3313c0f49 Mon Sep 17 00:00:00 2001 From: nfbot Date: Sat, 15 May 2021 01:17:08 +0100 Subject: [PATCH 073/104] Bumps nanoFramework.System.Text from 1.1.1-preview.47 to 1.1.1-preview.48 --- nanoFramework.System.Net.DELIVERABLES.nuspec | 1 - nanoFramework.System.Net.nuspec | 6 +++--- nanoFramework.System.Net/System.Net.nfproj | 4 ++-- nanoFramework.System.Net/packages.config | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 7ad9e7e..1bdedfc 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -31,7 +31,6 @@ - \ No newline at end of file diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 14918e7..c9acde6 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -15,12 +15,13 @@ images\nf-logo.png Copyright (c) .NET Foundation and Contributors - This package includes the .NET nanoFramework System.Net assembly for nanoFramework C# projects. This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$). + This package includes the .NET nanoFramework System.Net assembly for nanoFramework C# projects. +This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - + @@ -29,7 +30,6 @@ - diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index f243903..363876a 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -85,7 +85,7 @@ false - + false @@ -147,7 +147,7 @@ True - ..\packages\nanoFramework.System.Text.1.1.1-preview.47\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.48\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index e6d9924..faa33cf 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file From 7b049f59655aba51d10cffc95530e127211d4541 Mon Sep 17 00:00:00 2001 From: nfbot Date: Sat, 15 May 2021 00:21:23 +0000 Subject: [PATCH 074/104] Update CHANGELOG for v1.6.5 ***NO_CI*** --- CHANGELOG.md | 639 +++++++++++++++++++++++++++------------------------ 1 file changed, 345 insertions(+), 294 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 283f9d6..0c2e0a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,708 +1,759 @@ # Changelog -## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/HEAD) +## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.35...HEAD) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.15...HEAD) -**Implemented enhancements:** +**Documentation and other chores:** -- Replace conversion with native implementations [\#164](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/164) -- Expose Address field in IPAddress [\#163](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/163) -- Improvements in Network information [\#162](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/162) +- Bumps nanoFramework.System.Text from 1.1.1-preview.47 to 1.1.1-preview.48 [\#174](https://github.com/nanoframework/nanoFramework.System.Net/pull/174) -## [v1.6.3-preview.35](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.35) (2021-03-17) +## [v1.6.5-preview.15](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.15) (2021-05-13) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.33...v1.6.3-preview.35) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.14...v1.6.5-preview.15) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.1.1-preview.29 to 1.1.1-preview.33 [\#161](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/161) +- Update 3 NuGet dependencies [\#173](https://github.com/nanoframework/nanoFramework.System.Net/pull/173) -## [v1.6.3-preview.33](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.33) (2021-03-02) +## [v1.6.5-preview.14](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.14) (2021-05-11) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.29...v1.6.3-preview.33) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.13...v1.6.5-preview.14) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#159](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/159) -- Update 3 NuGet dependencies [\#158](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/158) +- Bumps nanoFramework.Runtime.Events from 1.9.0-preview.16 to 1.9.0-preview.22 [\#172](https://github.com/nanoframework/nanoFramework.System.Net/pull/172) -## [v1.6.3-preview.29](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.29) (2021-01-06) +## [v1.6.5-preview.13](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.13) (2021-05-06) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.27...v1.6.3-preview.29) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.12...v1.6.5-preview.13) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#157](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/157) -- Update 3 NuGet dependencies [\#156](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/156) +- Bumps nanoFramework.System.Text from 1.1.1-preview.45 to 1.1.1-preview.46 [\#171](https://github.com/nanoframework/nanoFramework.System.Net/pull/171) -## [v1.6.3-preview.27](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.27) (2020-12-29) +## [v1.6.5-preview.12](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.12) (2021-05-05) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.25...v1.6.3-preview.27) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.11...v1.6.5-preview.12) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#155](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/155) -- Update 3 NuGet dependencies [\#154](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/154) +- Bumps nanoFramework.System.Text from 1.1.1-preview.40 to 1.1.1-preview.45 [\#170](https://github.com/nanoframework/nanoFramework.System.Net/pull/170) -## [v1.6.3-preview.25](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.25) (2020-12-28) +## [v1.6.5-preview.11](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.11) (2021-05-05) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.23...v1.6.3-preview.25) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.7...v1.6.5-preview.11) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#153](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/153) +- Update 1 nuget dependencies [\#169](https://github.com/nanoframework/nanoFramework.System.Net/pull/169) -## [v1.6.3-preview.23](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.23) (2020-12-23) +## [v1.6.5-preview.7](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.7) (2021-04-10) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.19...v1.6.3-preview.23) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.2...v1.6.5-preview.7) -**Fixed bugs:** +**Documentation and other chores:** -- Exception handling & memory leak fixes [\#152](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/152) +- Update 1 nuget dependencies [\#168](https://github.com/nanoframework/nanoFramework.System.Net/pull/168) +- Update 3 NuGet dependencies [\#167](https://github.com/nanoframework/nanoFramework.System.Net/pull/167) + +## [v1.6.5-preview.2](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.2) (2021-03-21) + +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.4-preview.3...v1.6.5-preview.2) + +**Implemented enhancements:** + +- Add UseStoredDeviceCertificate to SecureSocket [\#165](https://github.com/nanoframework/nanoFramework.System.Net/pull/165) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 [\#151](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/151) +- Update 3 NuGet dependencies [\#166](https://github.com/nanoframework/nanoFramework.System.Net/pull/166) + +## [v1.6.4-preview.3](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.4-preview.3) (2021-03-19) + +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.35...v1.6.4-preview.3) + +**Implemented enhancements:** -## [v1.6.3-preview.19](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.19) (2020-12-07) +- Replace conversion with native implementations [\#164](https://github.com/nanoframework/nanoFramework.System.Net/pull/164) +- Expose Address field in IPAddress [\#163](https://github.com/nanoframework/nanoFramework.System.Net/pull/163) +- Improvements in Network information [\#162](https://github.com/nanoframework/nanoFramework.System.Net/pull/162) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.17...v1.6.3-preview.19) +## [v1.6.3-preview.35](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.35) (2021-03-17) + +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.33...v1.6.3-preview.35) + +**Documentation and other chores:** + +- Bumps nanoFramework.System.Text from 1.1.1-preview.29 to 1.1.1-preview.33 [\#161](https://github.com/nanoframework/nanoFramework.System.Net/pull/161) + +## [v1.6.3-preview.33](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.33) (2021-03-02) + +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.29...v1.6.3-preview.33) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 [\#150](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/150) -- Update 3 NuGet dependencies [\#149](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/149) +- Update 3 NuGet dependencies [\#159](https://github.com/nanoframework/nanoFramework.System.Net/pull/159) +- Update 3 NuGet dependencies [\#158](https://github.com/nanoframework/nanoFramework.System.Net/pull/158) -## [v1.6.3-preview.17](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.17) (2020-12-07) +## [v1.6.3-preview.29](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.29) (2021-01-06) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.15...v1.6.3-preview.17) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.27...v1.6.3-preview.29) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#148](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/148) +- Update 3 NuGet dependencies [\#157](https://github.com/nanoframework/nanoFramework.System.Net/pull/157) +- Update 3 NuGet dependencies [\#156](https://github.com/nanoframework/nanoFramework.System.Net/pull/156) -## [v1.6.3-preview.15](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.15) (2020-10-21) +## [v1.6.3-preview.27](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.27) (2020-12-29) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.11...v1.6.3-preview.15) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.25...v1.6.3-preview.27) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.1.1-preview.12 to 1.1.1-preview.14 [\#147](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/147) -- Update 2 NuGet dependencies [\#146](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/146) -- Update 3 NuGet dependencies [\#145](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/145) +- Update 3 NuGet dependencies [\#155](https://github.com/nanoframework/nanoFramework.System.Net/pull/155) +- Update 3 NuGet dependencies [\#154](https://github.com/nanoframework/nanoFramework.System.Net/pull/154) + +## [v1.6.3-preview.25](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.25) (2020-12-28) + +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.23...v1.6.3-preview.25) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#153](https://github.com/nanoframework/nanoFramework.System.Net/pull/153) + +## [v1.6.3-preview.23](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.23) (2020-12-23) -## [v1.6.3-preview.11](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.11) (2020-10-20) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.19...v1.6.3-preview.23) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.9...v1.6.3-preview.11) +**Fixed bugs:** + +- Exception handling & memory leak fixes [\#152](https://github.com/nanoframework/nanoFramework.System.Net/pull/152) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#144](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/144) +- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 [\#151](https://github.com/nanoframework/nanoFramework.System.Net/pull/151) -## [v1.6.3-preview.9](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.9) (2020-10-01) +## [v1.6.3-preview.19](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.19) (2020-12-07) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.7...v1.6.3-preview.9) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.17...v1.6.3-preview.19) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.1.1-preview.2 to 1.1.1-preview.10 [\#143](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/143) +- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 [\#150](https://github.com/nanoframework/nanoFramework.System.Net/pull/150) +- Update 3 NuGet dependencies [\#149](https://github.com/nanoframework/nanoFramework.System.Net/pull/149) -## [v1.6.3-preview.7](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.7) (2020-09-30) +## [v1.6.3-preview.17](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.17) (2020-12-07) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.5...v1.6.3-preview.7) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.15...v1.6.3-preview.17) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.3 to 1.8.2-preview.5 [\#142](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/142) +- Update 3 NuGet dependencies [\#148](https://github.com/nanoframework/nanoFramework.System.Net/pull/148) -## [v1.6.3-preview.5](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.5) (2020-09-30) +## [v1.6.3-preview.15](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.15) (2020-10-21) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.3...v1.6.3-preview.5) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.11...v1.6.3-preview.15) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#141](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/141) +- Bumps nanoFramework.System.Text from 1.1.1-preview.12 to 1.1.1-preview.14 [\#147](https://github.com/nanoframework/nanoFramework.System.Net/pull/147) +- Update 2 NuGet dependencies [\#146](https://github.com/nanoframework/nanoFramework.System.Net/pull/146) +- Update 3 NuGet dependencies [\#145](https://github.com/nanoframework/nanoFramework.System.Net/pull/145) -## [v1.6.3-preview.3](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.3) (2020-09-27) +## [v1.6.3-preview.11](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.11) (2020-10-20) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.3-preview.1...v1.6.3-preview.3) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.9...v1.6.3-preview.11) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.8.1-preview.22 to 1.8.2-preview.1 [\#140](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/140) +- Update 3 NuGet dependencies [\#144](https://github.com/nanoframework/nanoFramework.System.Net/pull/144) -## [v1.6.3-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.3-preview.1) (2020-09-27) +## [v1.6.3-preview.9](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.9) (2020-10-01) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.4...v1.6.3-preview.1) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.7...v1.6.3-preview.9) + +**Documentation and other chores:** -## [v1.6.2-preview.4](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.2-preview.4) (2020-09-19) +- Bumps nanoFramework.System.Text from 1.1.1-preview.2 to 1.1.1-preview.10 [\#143](https://github.com/nanoframework/nanoFramework.System.Net/pull/143) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.2...v1.6.2-preview.4) +## [v1.6.3-preview.7](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.7) (2020-09-30) + +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.5...v1.6.3-preview.7) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.1.0 to 1.1.1-preview.2 [\#139](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/139) +- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.3 to 1.8.2-preview.5 [\#142](https://github.com/nanoframework/nanoFramework.System.Net/pull/142) -## [v1.6.2-preview.2](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.2-preview.2) (2020-09-19) +## [v1.6.3-preview.5](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.5) (2020-09-30) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.5...v1.6.2-preview.2) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.3...v1.6.3-preview.5) **Documentation and other chores:** -- Update dependencies [\#138](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/138) +- Update 2 NuGet dependencies [\#141](https://github.com/nanoframework/nanoFramework.System.Net/pull/141) -## [v1.6.2-preview.5](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.2-preview.5) (2020-07-02) +## [v1.6.3-preview.3](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.3) (2020-09-27) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.2-preview.3...v1.6.2-preview.5) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.1...v1.6.3-preview.3) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.8.1-alpha.18 to 1.8.1-preview.22 [\#137](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/137) +- Bumps nanoFramework.Runtime.Events from 1.8.1-preview.22 to 1.8.2-preview.1 [\#140](https://github.com/nanoframework/nanoFramework.System.Net/pull/140) + +## [v1.6.3-preview.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.1) (2020-09-27) + +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.2-preview.4...v1.6.3-preview.1) -## [v1.6.2-preview.3](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.2-preview.3) (2020-07-01) +## [v1.6.2-preview.4](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.2-preview.4) (2020-09-19) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.1...v1.6.2-preview.3) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.2-preview.2...v1.6.2-preview.4) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.8.0 to 1.8.1-alpha.18 [\#136](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/136) +- Bumps nanoFramework.System.Text from 1.1.0 to 1.1.1-preview.2 [\#139](https://github.com/nanoframework/nanoFramework.System.Net/pull/139) -## [v1.6.1](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.1) (2020-06-16) +## [v1.6.2-preview.2](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.2-preview.2) (2020-09-19) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.1-preview.4...v1.6.1) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.2-preview.5...v1.6.2-preview.2) **Documentation and other chores:** -- Release release-v1.6.1 [\#135](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/135) +- Update dependencies [\#138](https://github.com/nanoframework/nanoFramework.System.Net/pull/138) -## [v1.6.1-preview.4](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.1-preview.4) (2020-06-16) +## [v1.6.2-preview.5](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.2-preview.5) (2020-07-02) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.0...v1.6.1-preview.4) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.2-preview.3...v1.6.2-preview.5) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.0.0 to 1.1.0 [\#134](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/134) +- Bumps nanoFramework.Runtime.Events from 1.8.1-alpha.18 to 1.8.1-preview.22 [\#137](https://github.com/nanoframework/nanoFramework.System.Net/pull/137) -## [v1.6.0](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.0) (2020-06-16) +## [v1.6.2-preview.3](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.2-preview.3) (2020-07-01) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.1-preview.2...v1.6.0) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.1...v1.6.2-preview.3) **Documentation and other chores:** -- Release release-v1.6.0 [\#133](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/133) +- Bumps nanoFramework.Runtime.Events from 1.8.0 to 1.8.1-alpha.18 [\#136](https://github.com/nanoframework/nanoFramework.System.Net/pull/136) -## [v1.6.1-preview.2](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.1-preview.2) (2020-06-16) +## [v1.6.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.1) (2020-06-16) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.0-preview.6...v1.6.1-preview.2) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.1-preview.4...v1.6.1) -## [v1.6.0-preview.6](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.0-preview.6) (2020-06-16) +## [v1.6.1-preview.4](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.1-preview.4) (2020-06-16) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.5.0...v1.6.0-preview.6) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.0...v1.6.1-preview.4) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#132](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/132) +- Bumps nanoFramework.System.Text from 1.0.0 to 1.1.0 [\#134](https://github.com/nanoframework/nanoFramework.System.Net/pull/134) -## [v1.5.0](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.5.0) (2020-06-12) +## [v1.6.0](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.0) (2020-06-16) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.5.0-preview.7...v1.5.0) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.1-preview.2...v1.6.0) + +## [v1.6.1-preview.2](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.1-preview.2) (2020-06-16) + +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.0-preview.6...v1.6.1-preview.2) + +## [v1.6.0-preview.6](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.0-preview.6) (2020-06-16) + +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.5.0...v1.6.0-preview.6) **Documentation and other chores:** -- Release release-v1.5.0 [\#131](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/131) +- Update 3 NuGet dependencies [\#132](https://github.com/nanoframework/nanoFramework.System.Net/pull/132) + +## [v1.5.0](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.5.0) (2020-06-12) + +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.5.0-preview.7...v1.5.0) -## [v1.5.0-preview.7](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.5.0-preview.7) (2020-06-12) +## [v1.5.0-preview.7](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.5.0-preview.7) (2020-06-12) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.5.0-preview.2...v1.5.0-preview.7) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.5.0-preview.2...v1.5.0-preview.7) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#130](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/130) -- Update 3 NuGet dependencies [\#129](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/129) -- Update 3 NuGet dependencies [\#128](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/128) +- Update 2 NuGet dependencies [\#130](https://github.com/nanoframework/nanoFramework.System.Net/pull/130) +- Update 3 NuGet dependencies [\#129](https://github.com/nanoframework/nanoFramework.System.Net/pull/129) +- Update 3 NuGet dependencies [\#128](https://github.com/nanoframework/nanoFramework.System.Net/pull/128) -## [v1.5.0-preview.2](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.5.0-preview.2) (2020-06-03) +## [v1.5.0-preview.2](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.5.0-preview.2) (2020-06-03) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.5.0-preview.1...v1.5.0-preview.2) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.5.0-preview.1...v1.5.0-preview.2) **Fixed bugs:** -- Fix declaration of wireless config enums [\#127](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/127) +- Fix declaration of wireless config enums [\#127](https://github.com/nanoframework/nanoFramework.System.Net/pull/127) -## [v1.5.0-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.5.0-preview.1) (2020-06-03) +## [v1.5.0-preview.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.5.0-preview.1) (2020-06-03) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.21...v1.5.0-preview.1) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.21...v1.5.0-preview.1) **Implemented enhancements:** -- Update Wireless ConfigurationOptions [\#126](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/126) +- Update Wireless ConfigurationOptions [\#126](https://github.com/nanoframework/nanoFramework.System.Net/pull/126) -## [v1.4.1-preview.21](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.21) (2020-05-31) +## [v1.4.1-preview.21](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.21) (2020-05-31) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.20...v1.4.1-preview.21) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.20...v1.4.1-preview.21) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.0.0-preview.16 to 1.0.0-preview.22 [\#125](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/125) +- Bumps nanoFramework.System.Text from 1.0.0-preview.16 to 1.0.0-preview.22 [\#125](https://github.com/nanoframework/nanoFramework.System.Net/pull/125) -## [v1.4.1-preview.20](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.20) (2020-05-30) +## [v1.4.1-preview.20](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.20) (2020-05-30) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.19...v1.4.1-preview.20) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.19...v1.4.1-preview.20) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#124](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/124) +- Update 2 NuGet dependencies [\#124](https://github.com/nanoframework/nanoFramework.System.Net/pull/124) -## [v1.4.1-preview.19](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.19) (2020-05-08) +## [v1.4.1-preview.19](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.19) (2020-05-08) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.18...v1.4.1-preview.19) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.18...v1.4.1-preview.19) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#123](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/123) +- Update 3 NuGet dependencies [\#123](https://github.com/nanoframework/nanoFramework.System.Net/pull/123) -## [v1.4.1-preview.18](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.18) (2020-05-08) +## [v1.4.1-preview.18](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.18) (2020-05-08) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.16...v1.4.1-preview.18) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.16...v1.4.1-preview.18) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#122](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/122) -- Update 3 NuGet dependencies [\#121](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/121) +- Update 3 NuGet dependencies [\#122](https://github.com/nanoframework/nanoFramework.System.Net/pull/122) +- Update 3 NuGet dependencies [\#121](https://github.com/nanoframework/nanoFramework.System.Net/pull/121) -## [v1.4.1-preview.16](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.16) (2020-04-27) +## [v1.4.1-preview.16](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.16) (2020-04-27) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.15...v1.4.1-preview.16) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.15...v1.4.1-preview.16) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#120](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/120) +- Update 3 NuGet dependencies [\#120](https://github.com/nanoframework/nanoFramework.System.Net/pull/120) -## [v1.4.1-preview.15](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.15) (2020-04-16) +## [v1.4.1-preview.15](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.15) (2020-04-16) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.13...v1.4.1-preview.15) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.13...v1.4.1-preview.15) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#119](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/119) +- Update 3 NuGet dependencies [\#119](https://github.com/nanoframework/nanoFramework.System.Net/pull/119) -## [v1.4.1-preview.13](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.13) (2020-04-14) +## [v1.4.1-preview.13](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.13) (2020-04-14) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.12...v1.4.1-preview.13) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.12...v1.4.1-preview.13) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#118](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/118) +- Update 3 NuGet dependencies [\#118](https://github.com/nanoframework/nanoFramework.System.Net/pull/118) -## [v1.4.1-preview.12](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.12) (2020-03-15) +## [v1.4.1-preview.12](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.12) (2020-03-15) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.8...v1.4.1-preview.12) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.8...v1.4.1-preview.12) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.4.1-preview.9 to 1.4.2-preview.1 [\#117](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/117) -- Bumps nanoFramework.System.Text from 1.0.0-preview.1 to 1.0.0-preview.8 [\#116](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/116) +- Bumps nanoFramework.Runtime.Events from 1.4.1-preview.9 to 1.4.2-preview.1 [\#117](https://github.com/nanoframework/nanoFramework.System.Net/pull/117) +- Bumps nanoFramework.System.Text from 1.0.0-preview.1 to 1.0.0-preview.8 [\#116](https://github.com/nanoframework/nanoFramework.System.Net/pull/116) -## [v1.4.1-preview.8](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.8) (2020-03-10) +## [v1.4.1-preview.8](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.8) (2020-03-10) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.6...v1.4.1-preview.8) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.6...v1.4.1-preview.8) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.0.0-preview.1 to 1.0.0-preview.8 [\#115](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/115) -- Update 2 NuGet dependencies [\#114](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/114) +- Bumps nanoFramework.System.Text from 1.0.0-preview.1 to 1.0.0-preview.8 [\#115](https://github.com/nanoframework/nanoFramework.System.Net/pull/115) +- Update 2 NuGet dependencies [\#114](https://github.com/nanoframework/nanoFramework.System.Net/pull/114) -## [v1.4.1-preview.6](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.6) (2020-03-10) +## [v1.4.1-preview.6](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.6) (2020-03-10) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.5...v1.4.1-preview.6) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.5...v1.4.1-preview.6) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#113](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/113) +- Update 2 NuGet dependencies [\#113](https://github.com/nanoframework/nanoFramework.System.Net/pull/113) -## [v1.4.1-preview.5](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.5) (2020-03-09) +## [v1.4.1-preview.5](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.5) (2020-03-09) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.3...v1.4.1-preview.5) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.3...v1.4.1-preview.5) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#111](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/111) +- Update 2 NuGet dependencies [\#111](https://github.com/nanoframework/nanoFramework.System.Net/pull/111) -## [v1.4.1-preview.3](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.3) (2020-01-13) +## [v1.4.1-preview.3](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.3) (2020-01-13) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.2...v1.4.1-preview.3) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.2...v1.4.1-preview.3) **Fixed bugs:** -- Fix return value of GetEndpoint\(\) [\#110](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/110) +- Fix return value of GetEndpoint\(\) [\#110](https://github.com/nanoframework/nanoFramework.System.Net/pull/110) -## [v1.4.1-preview.2](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.2) (2019-11-14) +## [v1.4.1-preview.2](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.2) (2019-11-14) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.1-preview.1...v1.4.1-preview.2) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.1...v1.4.1-preview.2) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#109](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/109) +- Update 2 NuGet dependencies [\#109](https://github.com/nanoframework/nanoFramework.System.Net/pull/109) -## [v1.4.1-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.1-preview.1) (2019-11-12) +## [v1.4.1-preview.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.1) (2019-11-12) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.0-preview.7...v1.4.1-preview.1) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.0-preview.7...v1.4.1-preview.1) **Documentation and other chores:** -- Update and fix Authenticate methods [\#108](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/108) +- Update and fix Authenticate methods [\#108](https://github.com/nanoframework/nanoFramework.System.Net/pull/108) -## [v1.4.0-preview.7](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.0-preview.7) (2019-11-07) +## [v1.4.0-preview.7](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.0-preview.7) (2019-11-07) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.0-preview.6...v1.4.0-preview.7) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.0-preview.6...v1.4.0-preview.7) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#107](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/107) +- Update 2 NuGet dependencies [\#107](https://github.com/nanoframework/nanoFramework.System.Net/pull/107) -## [v1.4.0-preview.6](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.0-preview.6) (2019-11-05) +## [v1.4.0-preview.6](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.0-preview.6) (2019-11-05) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.0-preview.5...v1.4.0-preview.6) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.0-preview.5...v1.4.0-preview.6) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.4.1-preview.1 to 1.4.1-preview.2 [\#106](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/106) +- Bumps nanoFramework.Runtime.Events from 1.4.1-preview.1 to 1.4.1-preview.2 [\#106](https://github.com/nanoframework/nanoFramework.System.Net/pull/106) -## [v1.4.0-preview.5](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.0-preview.5) (2019-11-04) +## [v1.4.0-preview.5](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.0-preview.5) (2019-11-04) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.0-preview.4...v1.4.0-preview.5) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.0-preview.4...v1.4.0-preview.5) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#105](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/105) +- Update 2 NuGet dependencies [\#105](https://github.com/nanoframework/nanoFramework.System.Net/pull/105) -## [v1.4.0-preview.4](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.0-preview.4) (2019-10-23) +## [v1.4.0-preview.4](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.0-preview.4) (2019-10-23) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.4.0-preview.3...v1.4.0-preview.4) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.0-preview.3...v1.4.0-preview.4) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#103](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/103) +- Update 2 NuGet dependencies [\#103](https://github.com/nanoframework/nanoFramework.System.Net/pull/103) -## [v1.4.0-preview.3](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.4.0-preview.3) (2019-10-18) +## [v1.4.0-preview.3](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.0-preview.3) (2019-10-18) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.3.0...v1.4.0-preview.3) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.3.0...v1.4.0-preview.3) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#102](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/102) +- Update 2 NuGet dependencies [\#102](https://github.com/nanoframework/nanoFramework.System.Net/pull/102) -## [v1.3.0](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.3.0) (2019-10-17) +## [v1.3.0](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.3.0) (2019-10-17) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.3.0-preview.4...v1.3.0) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.3.0-preview.4...v1.3.0) -**Documentation and other chores:** - -- Update 2 NuGet dependencies [\#96](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/96) - -## [v1.3.0-preview.4](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.3.0-preview.4) (2019-10-17) +## [v1.3.0-preview.4](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.3.0-preview.4) (2019-10-17) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.2.2...v1.3.0-preview.4) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.2...v1.3.0-preview.4) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#100](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/100) +- Update 2 NuGet dependencies [\#100](https://github.com/nanoframework/nanoFramework.System.Net/pull/100) -## [v1.2.2](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.2.2) (2019-10-15) +## [v1.2.2](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.2) (2019-10-15) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.2.2-preview.8...v1.2.2) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.2-preview.8...v1.2.2) -## [v1.2.2-preview.8](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.2.2-preview.8) (2019-10-15) +## [v1.2.2-preview.8](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.2-preview.8) (2019-10-15) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.2.2-preview.7...v1.2.2-preview.8) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.2-preview.7...v1.2.2-preview.8) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.1.1-preview.4 to 1.1.1 [\#94](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/94) +- Bumps nanoFramework.Runtime.Events from 1.1.1-preview.4 to 1.1.1 [\#94](https://github.com/nanoframework/nanoFramework.System.Net/pull/94) -## [v1.2.2-preview.7](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.2.2-preview.7) (2019-10-15) +## [v1.2.2-preview.7](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.2-preview.7) (2019-10-15) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.2.2-preview.5...v1.2.2-preview.7) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.2-preview.5...v1.2.2-preview.7) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#93](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/93) +- Update 2 NuGet dependencies [\#93](https://github.com/nanoframework/nanoFramework.System.Net/pull/93) -## [v1.2.2-preview.5](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.2.2-preview.5) (2019-10-01) +## [v1.2.2-preview.5](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.2-preview.5) (2019-10-01) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.2.2-preview.4...v1.2.2-preview.5) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.2-preview.4...v1.2.2-preview.5) -## [v1.2.2-preview.4](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.2.2-preview.4) (2019-09-30) +## [v1.2.2-preview.4](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.2-preview.4) (2019-09-30) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.2.2-preview.1...v1.2.2-preview.4) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.2-preview.1...v1.2.2-preview.4) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.1.0-preview.4 to 1.1.1-preview.1 [\#92](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/92) +- Bumps nanoFramework.Runtime.Events from 1.1.0-preview.4 to 1.1.1-preview.1 [\#92](https://github.com/nanoframework/nanoFramework.System.Net/pull/92) -## [v1.2.2-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.2.2-preview.1) (2019-08-30) +## [v1.2.2-preview.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.2-preview.1) (2019-08-30) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.2.0-preview.6...v1.2.2-preview.1) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.0-preview.6...v1.2.2-preview.1) **Implemented enhancements:** -- Soft Access Point configuration for ESP32 [\#91](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/91) +- Soft Access Point configuration for ESP32 [\#91](https://github.com/nanoframework/nanoFramework.System.Net/pull/91) -## [v1.2.0-preview.6](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.2.0-preview.6) (2019-08-23) +## [v1.2.0-preview.6](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.0-preview.6) (2019-08-23) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.2.0-preview.1...v1.2.0-preview.6) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.0-preview.1...v1.2.0-preview.6) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#90](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/90) +- Update 2 NuGet dependencies [\#90](https://github.com/nanoframework/nanoFramework.System.Net/pull/90) -## [v1.2.0-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.2.0-preview.1) (2019-07-18) +## [v1.2.0-preview.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.0-preview.1) (2019-07-18) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.1.1-preview.24...v1.2.0-preview.1) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.1.1-preview.24...v1.2.0-preview.1) **Implemented enhancements:** -- Add X509Certificate2 [\#89](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/89) +- Add X509Certificate2 [\#89](https://github.com/nanoframework/nanoFramework.System.Net/pull/89) -## [v1.1.1-preview.24](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.1.1-preview.24) (2019-07-18) +## [v1.1.1-preview.24](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.1.1-preview.24) (2019-07-18) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.1.1-preview.18...v1.1.1-preview.24) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.1.1-preview.18...v1.1.1-preview.24) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#88](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/88) -- Update readme.txt [\#87](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/87) +- Update 2 NuGet dependencies [\#88](https://github.com/nanoframework/nanoFramework.System.Net/pull/88) +- Update readme.txt [\#87](https://github.com/nanoframework/nanoFramework.System.Net/pull/87) -## [v1.1.1-preview.18](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.1.1-preview.18) (2019-06-23) +## [v1.1.1-preview.18](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.1.1-preview.18) (2019-06-23) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.1.1-preview.12...v1.1.1-preview.18) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.1.1-preview.12...v1.1.1-preview.18) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#86](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/86) -- Work on native assembly declaration [\#84](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/84) +- Update 2 NuGet dependencies [\#86](https://github.com/nanoframework/nanoFramework.System.Net/pull/86) +- Work on native assembly declaration [\#84](https://github.com/nanoframework/nanoFramework.System.Net/pull/84) -## [v1.1.1-preview.12](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.1.1-preview.12) (2019-06-20) +## [v1.1.1-preview.12](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.1.1-preview.12) (2019-06-20) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.1.1-preview.9...v1.1.1-preview.12) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.1.1-preview.9...v1.1.1-preview.12) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#83](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/83) +- Update 2 NuGet dependencies [\#83](https://github.com/nanoframework/nanoFramework.System.Net/pull/83) -## [v1.1.1-preview.9](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.1.1-preview.9) (2019-06-12) +## [v1.1.1-preview.9](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.1.1-preview.9) (2019-06-12) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.1.1-preview.5...v1.1.1-preview.9) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.1.1-preview.5...v1.1.1-preview.9) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#82](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/82) +- Update 2 NuGet dependencies [\#82](https://github.com/nanoframework/nanoFramework.System.Net/pull/82) -## [v1.1.1-preview.5](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.1.1-preview.5) (2019-06-12) +## [v1.1.1-preview.5](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.1.1-preview.5) (2019-06-12) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.1.1-preview.1...v1.1.1-preview.5) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.1.1-preview.1...v1.1.1-preview.5) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#81](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/81) +- Update 2 NuGet dependencies [\#81](https://github.com/nanoframework/nanoFramework.System.Net/pull/81) -## [v1.1.1-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.1.1-preview.1) (2019-06-05) +## [v1.1.1-preview.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.1.1-preview.1) (2019-06-05) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.1.0-preview.1...v1.1.1-preview.1) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.1.0-preview.1...v1.1.1-preview.1) **Fixed bugs:** -- Fix calls address parameters [\#76](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/76) +- Fix calls address parameters [\#76](https://github.com/nanoframework/nanoFramework.System.Net/pull/76) -## [v1.1.0-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.1.0-preview.1) (2019-06-04) +## [v1.1.0-preview.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.1.0-preview.1) (2019-06-04) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-026...v1.1.0-preview.1) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-026...v1.1.0-preview.1) **Implemented enhancements:** -- Remove SSL3 and Default from SslProtocols [\#75](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/75) -- Major rework on Sockets [\#74](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/74) +- Remove SSL3 and Default from SslProtocols [\#75](https://github.com/nanoframework/nanoFramework.System.Net/pull/75) +- Major rework on Sockets [\#74](https://github.com/nanoframework/nanoFramework.System.Net/pull/74) -## [v1.0.6-preview-026](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-026) (2019-05-31) +## [v1.0.6-preview-026](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-026) (2019-05-31) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-024...v1.0.6-preview-026) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-024...v1.0.6-preview-026) **Implemented enhancements:** -- Add remote end point field to Socket [\#73](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/73) +- Add remote end point field to Socket [\#73](https://github.com/nanoframework/nanoFramework.System.Net/pull/73) -## [v1.0.6-preview-024](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-024) (2019-04-24) +## [v1.0.6-preview-024](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-024) (2019-04-24) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-023...v1.0.6-preview-024) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-023...v1.0.6-preview-024) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-019 to 1.0.6-preview-001 [\#72](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/72) +- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-019 to 1.0.6-preview-001 [\#72](https://github.com/nanoframework/nanoFramework.System.Net/pull/72) -## [v1.0.6-preview-023](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-023) (2019-04-23) +## [v1.0.6-preview-023](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-023) (2019-04-23) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-017...v1.0.6-preview-023) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-017...v1.0.6-preview-023) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#71](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/71) +- Update 2 NuGet dependencies [\#71](https://github.com/nanoframework/nanoFramework.System.Net/pull/71) -## [v1.0.6-preview-017](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-017) (2019-04-07) +## [v1.0.6-preview-017](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-017) (2019-04-07) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-015...v1.0.6-preview-017) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-015...v1.0.6-preview-017) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-010 to 1.0.5-preview-012 [\#70](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/70) +- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-010 to 1.0.5-preview-012 [\#70](https://github.com/nanoframework/nanoFramework.System.Net/pull/70) -## [v1.0.6-preview-015](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-015) (2019-04-03) +## [v1.0.6-preview-015](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-015) (2019-04-03) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-013...v1.0.6-preview-015) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-013...v1.0.6-preview-015) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-008 to 1.0.5-preview-010 [\#69](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/69) +- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-008 to 1.0.5-preview-010 [\#69](https://github.com/nanoframework/nanoFramework.System.Net/pull/69) -## [v1.0.6-preview-013](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-013) (2019-03-26) +## [v1.0.6-preview-013](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-013) (2019-03-26) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-011...v1.0.6-preview-013) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-011...v1.0.6-preview-013) **Fixed bugs:** -- Fix missing setting of socket type [\#68](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/68) +- Fix missing setting of socket type [\#68](https://github.com/nanoframework/nanoFramework.System.Net/pull/68) -## [v1.0.6-preview-011](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-011) (2019-03-22) +## [v1.0.6-preview-011](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-011) (2019-03-22) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-009...v1.0.6-preview-011) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-009...v1.0.6-preview-011) **Implemented enhancements:** -- Add SocketType property to Socket [\#67](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/67) +- Add SocketType property to Socket [\#67](https://github.com/nanoframework/nanoFramework.System.Net/pull/67) -## [v1.0.6-preview-009](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-009) (2019-03-11) +## [v1.0.6-preview-009](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-009) (2019-03-11) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-005...v1.0.6-preview-009) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-005...v1.0.6-preview-009) **Implemented enhancements:** -- Remove local implementation of Int32 converter [\#66](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/66) -- Fix GetDefaultLocalAddress [\#65](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/65) +- Remove local implementation of Int32 converter [\#66](https://github.com/nanoframework/nanoFramework.System.Net/pull/66) +- Fix GetDefaultLocalAddress [\#65](https://github.com/nanoframework/nanoFramework.System.Net/pull/65) -## [v1.0.6-preview-005](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-005) (2019-03-11) +## [v1.0.6-preview-005](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-005) (2019-03-11) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.6-preview-003...v1.0.6-preview-005) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-003...v1.0.6-preview-005) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-007 to 1.0.5-preview-008 [\#64](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/64) +- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-007 to 1.0.5-preview-008 [\#64](https://github.com/nanoframework/nanoFramework.System.Net/pull/64) -## [v1.0.6-preview-003](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.6-preview-003) (2019-03-10) +## [v1.0.6-preview-003](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-003) (2019-03-10) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.5-preview-001...v1.0.6-preview-003) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.5-preview-001...v1.0.6-preview-003) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-003 to 1.0.5-preview-007 [\#63](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/63) +- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-003 to 1.0.5-preview-007 [\#63](https://github.com/nanoframework/nanoFramework.System.Net/pull/63) -## [v1.0.5-preview-001](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.5-preview-001) (2019-03-07) +## [v1.0.5-preview-001](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.5-preview-001) (2019-03-07) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.3-preview-009...v1.0.5-preview-001) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.3-preview-009...v1.0.5-preview-001) -## [v1.0.3-preview-009](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.3-preview-009) (2019-03-06) +## [v1.0.3-preview-009](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.3-preview-009) (2019-03-06) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.4...v1.0.3-preview-009) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.4...v1.0.3-preview-009) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.0.4 to 1.0.5-preview-003 [\#61](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/61) +- Bumps nanoFramework.Runtime.Events from 1.0.4 to 1.0.5-preview-003 [\#61](https://github.com/nanoframework/nanoFramework.System.Net/pull/61) +- Update 2 NuGet dependencies [\#59](https://github.com/nanoframework/nanoFramework.System.Net/pull/59) -## [v1.0.4](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.4) (2019-01-22) - -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.3-preview-003...v1.0.4) - -**Documentation and other chores:** +## [v1.0.4](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.4) (2019-01-22) -- Update 2 NuGet dependencies [\#59](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/59) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.3-preview-003...v1.0.4) -## [v1.0.3-preview-003](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.3-preview-003) (2019-01-03) +## [v1.0.3-preview-003](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.3-preview-003) (2019-01-03) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2...v1.0.3-preview-003) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.2...v1.0.3-preview-003) **Implemented enhancements:** -- Add CertificateManager class [\#51](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/51) +- Add CertificateManager class [\#51](https://github.com/nanoframework/nanoFramework.System.Net/pull/51) -## [v1.0.2](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2) (2018-12-15) +**Documentation and other chores:** -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-028...v1.0.2) +- Merge back from Release v1.0.2 [\#58](https://github.com/nanoframework/nanoFramework.System.Net/pull/58) +- Update 2 NuGet dependencies [\#56](https://github.com/nanoframework/nanoFramework.System.Net/pull/56) -**Documentation and other chores:** +## [v1.0.2](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.2) (2018-12-15) -- Update 2 NuGet dependencies [\#56](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/56) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.2-preview-028...v1.0.2) -## [v1.0.2-preview-028](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-028) (2018-12-13) +## [v1.0.2-preview-028](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.2-preview-028) (2018-12-13) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-023...v1.0.2-preview-028) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.2-preview-023...v1.0.2-preview-028) **Implemented enhancements:** -- Rework SslStream API [\#53](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/53) -- Fix X509Certificate constructors from string [\#52](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/52) +- Rework SslStream API [\#53](https://github.com/nanoframework/nanoFramework.System.Net/pull/53) +- Fix X509Certificate constructors from string [\#52](https://github.com/nanoframework/nanoFramework.System.Net/pull/52) -## [v1.0.2-preview-023](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-023) (2018-12-03) +## [v1.0.2-preview-023](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.2-preview-023) (2018-12-03) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-021...v1.0.2-preview-023) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.2-preview-021...v1.0.2-preview-023) **Documentation and other chores:** -- 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) +- Bumps nanoFramework.Runtime.Events from 1.0.2-preview-021 to 1.0.2-preview-023 [\#50](https://github.com/nanoframework/nanoFramework.System.Net/pull/50) -## [v1.0.2-preview-021](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-021) (2018-12-02) +## [v1.0.2-preview-021](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.2-preview-021) (2018-12-02) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-013...v1.0.2-preview-021) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.2-preview-013...v1.0.2-preview-021) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#49](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/49) +- Update 2 NuGet dependencies [\#49](https://github.com/nanoframework/nanoFramework.System.Net/pull/49) -## [v1.0.2-preview-013](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-013) (2018-11-20) +## [v1.0.2-preview-013](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.2-preview-013) (2018-11-20) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.2-preview-001...v1.0.2-preview-013) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.2-preview-001...v1.0.2-preview-013) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#47](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/47) -- 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) - -## [v1.0.2-preview-001](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.2-preview-001) (2018-11-07) +- Update 2 NuGet dependencies [\#47](https://github.com/nanoframework/nanoFramework.System.Net/pull/47) +- Bumps nanoFramework.Runtime.Events from 1.0.0 to 1.0.2-preview-004 [\#45](https://github.com/nanoframework/nanoFramework.System.Net/pull/45) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.0.0...v1.0.2-preview-001) +## [v1.0.2-preview-001](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.2-preview-001) (2018-11-07) -## [v1.0.0](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.0.0) (2018-10-17) - -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/8fa2d6800a15f8ea79c6ef141cdec7300d2269ac...v1.0.0) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.0...v1.0.2-preview-001) **Implemented enhancements:** -- Update snk to match mscorlib [\#18](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/18) -- Work on X509Certificate class [\#13](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/13) -- SSL Update for System.Net [\#9](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/9) -- Work on NetworkInformation [\#3](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/3) -- System.Net updated with NetworkInformation [\#2](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/2) +- Update snk to match mscorlib [\#18](https://github.com/nanoframework/nanoFramework.System.Net/pull/18) +- Work on X509Certificate class [\#13](https://github.com/nanoframework/nanoFramework.System.Net/pull/13) +- SSL Update for System.Net [\#9](https://github.com/nanoframework/nanoFramework.System.Net/pull/9) +- Work on NetworkInformation [\#3](https://github.com/nanoframework/nanoFramework.System.Net/pull/3) +- System.Net updated with NetworkInformation [\#2](https://github.com/nanoframework/nanoFramework.System.Net/pull/2) **Fixed bugs:** -- Work on NetworkInterface [\#15](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/15) +- Work on NetworkInterface [\#15](https://github.com/nanoframework/nanoFramework.System.Net/pull/15) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#38](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/38) -- Update 2 NuGet dependencies [\#34](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/34) -- Update 2 NuGet dependencies [\#32](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/32) -- Update 2 NuGet dependencies [\#31](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/31) -- Bump nanoFramework.Runtime.Events from 1.0.0-preview188 to 1.0.0-preview191 in /source [\#19](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/19) -- Bump nanoFramework.CoreLibrary and nanoFramework.Runtime.Events in /source [\#16](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/16) +- Update 2 NuGet dependencies [\#34](https://github.com/nanoframework/nanoFramework.System.Net/pull/34) +- Update 2 NuGet dependencies [\#32](https://github.com/nanoframework/nanoFramework.System.Net/pull/32) +- Update 2 NuGet dependencies [\#31](https://github.com/nanoframework/nanoFramework.System.Net/pull/31) +- Bump nanoFramework.Runtime.Events from 1.0.0-preview188 to 1.0.0-preview191 in /source [\#19](https://github.com/nanoframework/nanoFramework.System.Net/pull/19) +- Bump nanoFramework.CoreLibrary and nanoFramework.Runtime.Events in /source [\#16](https://github.com/nanoframework/nanoFramework.System.Net/pull/16) +- Update Nuget packages [\#1](https://github.com/nanoframework/nanoFramework.System.Net/pull/1) + +## [v1.0.0](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.0) (2018-10-17) + +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/8fa2d6800a15f8ea79c6ef141cdec7300d2269ac...v1.0.0) From 39442f5b95bfab4a7fadc3974f04f5cff9550510 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 19 May 2021 10:20:50 +0100 Subject: [PATCH 075/104] Update 2 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 4 ++-- nanoFramework.System.Net/System.Net.nfproj | 8 ++++---- nanoFramework.System.Net/packages.config | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 1bdedfc..c80afdb 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -20,8 +20,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index c9acde6..81e9bd9 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -19,8 +19,8 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - + + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 363876a..3218240 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -79,10 +79,10 @@ - + false - + false @@ -139,11 +139,11 @@ - ..\packages\nanoFramework.CoreLibrary.1.10.4-preview.4\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.10.4-preview.6\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.24\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.25\lib\nanoFramework.Runtime.Events.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index faa33cf..276ccee 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - + + \ No newline at end of file From 63364ae7a4ed548ca1ae7325412c5c39352cb90a Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 19 May 2021 09:25:18 +0000 Subject: [PATCH 076/104] Update CHANGELOG for v1.6.5 ***NO_CI*** --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c2e0a8..63d5972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.15...HEAD) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.17...HEAD) + +**Documentation and other chores:** + +- Update 2 NuGet dependencies [\#175](https://github.com/nanoframework/nanoFramework.System.Net/pull/175) + +## [v1.6.5-preview.17](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.17) (2021-05-15) + +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.15...v1.6.5-preview.17) **Documentation and other chores:** From e465dbf50fa4597e29208c794a028cc14c10616c Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 19 May 2021 12:24:33 +0100 Subject: [PATCH 077/104] Update 3 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 6 +++--- nanoFramework.System.Net/System.Net.nfproj | 12 ++++++------ nanoFramework.System.Net/packages.config | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index c80afdb..c2bcfce 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -20,8 +20,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 81e9bd9..8435a7e 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -19,9 +19,9 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - - + + + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 3218240..12fc754 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -79,13 +79,13 @@ - + false - + false - + false @@ -139,15 +139,15 @@ - ..\packages\nanoFramework.CoreLibrary.1.10.4-preview.6\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.10.4-preview.11\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.25\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.26\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Text.1.1.1-preview.48\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.49\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 276ccee..23ad740 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file From 076be19fc6b0c476ee73f1897da0473ee06a5641 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 19 May 2021 11:34:52 +0000 Subject: [PATCH 078/104] Update CHANGELOG for v1.6.5 ***NO_CI*** --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d5972..dee5960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.17...HEAD) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.19...HEAD) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#176](https://github.com/nanoframework/nanoFramework.System.Net/pull/176) + +## [v1.6.5-preview.19](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.19) (2021-05-19) + +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.17...v1.6.5-preview.19) **Documentation and other chores:** From d9da199984002f3f32d3a80e95c3573226238c9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 01:04:25 +0100 Subject: [PATCH 079/104] Update 1 nuget dependencies --- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 6 +++--- nanoFramework.System.Net/packages.config | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 8435a7e..1b2876d 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -21,7 +21,7 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (c - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 12fc754..806d2ed 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -85,7 +85,7 @@ false - + false @@ -147,7 +147,7 @@ True - ..\packages\nanoFramework.System.Text.1.1.1-preview.49\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.50\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 23ad740..c60993e 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file From 5fbac1e430716dfbbf9aa0bca36a791705e71b81 Mon Sep 17 00:00:00 2001 From: nfbot Date: Fri, 21 May 2021 00:10:30 +0000 Subject: [PATCH 080/104] Update CHANGELOG for v1.6.5 ***NO_CI*** --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dee5960..c375aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/nanoFramework.System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.19...HEAD) +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.21...HEAD) + +**Documentation and other chores:** + +- Update 1 nuget dependencies [\#177](https://github.com/nanoframework/nanoFramework.System.Net/pull/177) + +## [v1.6.5-preview.21](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.21) (2021-05-19) + +[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.19...v1.6.5-preview.21) **Documentation and other chores:** From 98b3f715290a254cce6582f59c6a28896e653337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Tue, 25 May 2021 09:13:45 +0100 Subject: [PATCH 081/104] Work CI-CD - Update HTTP repo name. ***NO_CI*** --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a9d4bf4..64048ab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -68,7 +68,7 @@ jobs: inputs: gitHubToken: $(GitHubToken) repositoriesToUpdate: | - nanoFramework.System.Net.Http + System.Net.Http paho.mqtt.m2mqtt displayName: Update dependent class libs From 1cd6c1ea45648edbe8be82af7efc41c5c09dc701 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 01:08:26 +0100 Subject: [PATCH 082/104] Update 1 nuget dependencies --- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 4 ++-- nanoFramework.System.Net/packages.config | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 1b2876d..5f9f144 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -21,7 +21,7 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (c - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 806d2ed..0c9dc46 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -85,7 +85,7 @@ false - + false @@ -147,7 +147,7 @@ True - ..\packages\nanoFramework.System.Text.1.1.1-preview.50\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.51\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index c60993e..d5b9d5d 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file From 2571b1d7f1f7088c56c096225af34bb8fc7a3244 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 May 2021 01:15:25 +0100 Subject: [PATCH 083/104] Update 1 nuget dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 6 +++--- nanoFramework.System.Net/packages.config | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index c2bcfce..ff88183 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -20,7 +20,7 @@ - + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 5f9f144..8d9de5d 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -19,7 +19,7 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 0c9dc46..2277f37 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -79,7 +79,7 @@ - + false @@ -138,8 +138,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.10.4-preview.11\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.10.5-alpha.145.6\lib\mscorlib.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index d5b9d5d..82aac46 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,6 +1,6 @@  - + From b5ad69adfabe46790a64027d7a7267f5fb3d1f0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 01:17:37 +0100 Subject: [PATCH 084/104] Update 1 nuget dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 4 ++-- nanoFramework.System.Net/packages.config | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index ff88183..2c183ad 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -21,7 +21,7 @@ - + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 8d9de5d..47397ad 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -20,7 +20,7 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (c nanoFramework C# csharp netmf netnf nanoFramework.System.Net - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 2277f37..ac09f5c 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -82,7 +82,7 @@ false - + false @@ -143,7 +143,7 @@ True - ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.26\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.27\lib\nanoFramework.Runtime.Events.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 82aac46..d3bd5fa 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - + \ No newline at end of file From 46477dba15a952dc826a82a843ad01907ba0d59c Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 31 May 2021 19:46:21 +0100 Subject: [PATCH 085/104] Update 2 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 4 ++-- nanoFramework.System.Net.sln | 2 +- nanoFramework.System.Net/System.Net.nfproj | 10 +++++----- nanoFramework.System.Net/packages.config | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 2c183ad..ab5d03c 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -20,8 +20,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 47397ad..d38c60a 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -19,8 +19,8 @@ This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - + + diff --git a/nanoFramework.System.Net.sln b/nanoFramework.System.Net.sln index 2df9258..a5acb39 100644 --- a/nanoFramework.System.Net.sln +++ b/nanoFramework.System.Net.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27703.2047 diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index ac09f5c..ee3eb5d 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -79,10 +79,10 @@ - + false - + false @@ -139,11 +139,11 @@ - ..\packages\nanoFramework.CoreLibrary.1.10.5-alpha.145.6\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.10.5-preview.4\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.27\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.28\lib\nanoFramework.Runtime.Events.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index d3bd5fa..dcd097b 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - + + \ No newline at end of file From c6b0758c37e21cbbab3a257447750a8be3e1d967 Mon Sep 17 00:00:00 2001 From: josesimoes Date: Tue, 1 Jun 2021 11:19:10 +0100 Subject: [PATCH 086/104] Work CI-CD - Replace NuGet installer with template. - Various fixes in nuspecs. - Swap feed order in NuGet config. ***NO_CI*** --- NuGet.Config | 2 +- azure-pipelines.yml | 13 +++++-------- nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- nanoFramework.System.Net.nuspec | 7 +++---- 4 files changed, 10 insertions(+), 14 deletions(-) diff --git a/NuGet.Config b/NuGet.Config index ef0bacf..0521fe6 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,7 +1,7 @@ - + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 64048ab..47d7b95 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,12 +26,11 @@ jobs: vmImage: 'windows-2019' variables: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true + DOTNET_NOLOGO: true solution: '**/*.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' nugetPackageName: 'nanoFramework.System.Net' - repoName: 'nanoFramework.System.Net' steps: @@ -58,31 +57,29 @@ jobs: - checkout: none - - task: NuGetToolInstaller@0 - inputs: - versionSpec: '5.4.0' - displayName: 'Install specific version of NuGet' + - template: install-nuget.yml # update dependencies - task: UpdatenFDependencies@1 + displayName: Update dependent class libs inputs: gitHubToken: $(GitHubToken) repositoriesToUpdate: | System.Net.Http paho.mqtt.m2mqtt - displayName: Update dependent class libs ################################## # report build failure to Discord - job: Report_Build_Failure + condition: or( failed('Build_Library'), failed('Update_Dependents')) dependsOn: - Build_Library - Update_Dependents - condition: or( failed('Build_Library'), failed('Update_Dependents')) pool: vmImage: 'windows-2019' + steps: - checkout: self diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index ab5d03c..9cbc862 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -11,7 +11,7 @@ false - https://github.com/nanoframework/nanoFramework.System.Net + https://github.com/nanoframework/System.Net https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad images\nf-logo.png Copyright (c) .NET Foundation and Contributors diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index d38c60a..7ce944f 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -11,12 +11,11 @@ false - https://github.com/nanoframework/nanoFramework.System.Net + https://github.com/nanoframework/System.Net images\nf-logo.png - + Copyright (c) .NET Foundation and Contributors - This package includes the .NET nanoFramework System.Net assembly for nanoFramework C# projects. -This package requires a target with nanoFramework.System.Net v$nativeVersion$ (checksum $checksum$). + This package includes the .NET nanoFramework System.Net assembly for nanoFramework C# projects. This package requires a target with System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net From 2fbb4bcd7597dc2a1e7a4320742dd9c058faaed3 Mon Sep 17 00:00:00 2001 From: josesimoes Date: Tue, 1 Jun 2021 14:08:44 +0100 Subject: [PATCH 087/104] Work CI-CD - Fix template name. - Fix repo name. - Update build badges. --- .github_changelog_generator | 2 +- README.md | 4 ++-- azure-pipelines.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 165e344..d1ad0de 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,5 +1,5 @@ user=nanoframework -project=nanoFramework.System.Net +project=System.Net issues=true add_issues_wo_labels=false add_pr_wo_labels=false diff --git a/README.md b/README.md index 5aa02a2..0af5e01 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ | Component | Build Status | NuGet Package | |:-|---|---| -| System.Net | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_apis/build/status/nanoframework.lib-nanoFramework.System.Net?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_build/latest?definitionId=20?branchName=main) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) | -| System.Net (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_apis/build/status/nanoframework.lib-nanoFramework.System.Net?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_build/latest?definitionId=20?branchName=develop) | [![NuGet](https://img.shields.io/nuget/vpre/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) | +| System.Net | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_apis/build/status/System.Net?repoName=nanoframework%2FSystem.Net&branchName=main)](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_build/latest?definitionId=20&repoName=nanoframework%2FSystem.Net&branchName=main) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) | +| System.Net (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_apis/build/status/System.Net?repoName=nanoframework%2FSystem.Net&branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Net/_build/latest?definitionId=20&repoName=nanoframework%2FSystem.Net&branchName=develop) | [![NuGet](https://img.shields.io/nuget/vpre/nanoFramework.System.Net.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net/) | ## Feedback and documentation diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 47d7b95..cd74804 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -57,7 +57,7 @@ jobs: - checkout: none - - template: install-nuget.yml + - template: azure-pipelines-templates/install-nuget.yml@templates # update dependencies - task: UpdatenFDependencies@1 From 53323df0ffe9b8f196524548e2caab5629d36e3d Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 1 Jun 2021 13:15:41 +0000 Subject: [PATCH 088/104] Update CHANGELOG for v1.6.5 ***NO_CI*** --- CHANGELOG.md | 645 ++++++++++++++++++++++++++------------------------- 1 file changed, 330 insertions(+), 315 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c375aee..55cf5f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,783 +1,798 @@ # Changelog -## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/nanoFramework.System.Net/tree/HEAD) +## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.21...HEAD) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.31...HEAD) **Documentation and other chores:** -- Update 1 nuget dependencies [\#177](https://github.com/nanoframework/nanoFramework.System.Net/pull/177) +- Update 2 NuGet dependencies [\#181](https://github.com/nanoframework/System.Net/pull/181) +- Update 1 nuget dependencies [\#180](https://github.com/nanoframework/System.Net/pull/180) +- Update 1 nuget dependencies [\#179](https://github.com/nanoframework/System.Net/pull/179) +- Update 1 nuget dependencies [\#178](https://github.com/nanoframework/System.Net/pull/178) -## [v1.6.5-preview.21](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.21) (2021-05-19) +## [v1.6.5-preview.31](https://github.com/nanoframework/System.Net/tree/v1.6.5-preview.31) (2021-06-01) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.19...v1.6.5-preview.21) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.23...v1.6.5-preview.31) + +## [v1.6.5-preview.23](https://github.com/nanoframework/System.Net/tree/v1.6.5-preview.23) (2021-05-21) + +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.21...v1.6.5-preview.23) + +**Documentation and other chores:** + +- Update 1 nuget dependencies [\#177](https://github.com/nanoframework/System.Net/pull/177) + +## [v1.6.5-preview.21](https://github.com/nanoframework/System.Net/tree/v1.6.5-preview.21) (2021-05-19) + +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.19...v1.6.5-preview.21) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#176](https://github.com/nanoframework/nanoFramework.System.Net/pull/176) +- Update 3 NuGet dependencies [\#176](https://github.com/nanoframework/System.Net/pull/176) -## [v1.6.5-preview.19](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.19) (2021-05-19) +## [v1.6.5-preview.19](https://github.com/nanoframework/System.Net/tree/v1.6.5-preview.19) (2021-05-19) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.17...v1.6.5-preview.19) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.17...v1.6.5-preview.19) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#175](https://github.com/nanoframework/nanoFramework.System.Net/pull/175) +- Update 2 NuGet dependencies [\#175](https://github.com/nanoframework/System.Net/pull/175) -## [v1.6.5-preview.17](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.17) (2021-05-15) +## [v1.6.5-preview.17](https://github.com/nanoframework/System.Net/tree/v1.6.5-preview.17) (2021-05-15) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.15...v1.6.5-preview.17) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.15...v1.6.5-preview.17) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.1.1-preview.47 to 1.1.1-preview.48 [\#174](https://github.com/nanoframework/nanoFramework.System.Net/pull/174) +- Bumps nanoFramework.System.Text from 1.1.1-preview.47 to 1.1.1-preview.48 [\#174](https://github.com/nanoframework/System.Net/pull/174) -## [v1.6.5-preview.15](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.15) (2021-05-13) +## [v1.6.5-preview.15](https://github.com/nanoframework/System.Net/tree/v1.6.5-preview.15) (2021-05-13) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.14...v1.6.5-preview.15) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.14...v1.6.5-preview.15) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#173](https://github.com/nanoframework/nanoFramework.System.Net/pull/173) +- Update 3 NuGet dependencies [\#173](https://github.com/nanoframework/System.Net/pull/173) -## [v1.6.5-preview.14](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.14) (2021-05-11) +## [v1.6.5-preview.14](https://github.com/nanoframework/System.Net/tree/v1.6.5-preview.14) (2021-05-11) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.13...v1.6.5-preview.14) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.13...v1.6.5-preview.14) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.9.0-preview.16 to 1.9.0-preview.22 [\#172](https://github.com/nanoframework/nanoFramework.System.Net/pull/172) +- Bumps nanoFramework.Runtime.Events from 1.9.0-preview.16 to 1.9.0-preview.22 [\#172](https://github.com/nanoframework/System.Net/pull/172) -## [v1.6.5-preview.13](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.13) (2021-05-06) +## [v1.6.5-preview.13](https://github.com/nanoframework/System.Net/tree/v1.6.5-preview.13) (2021-05-06) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.12...v1.6.5-preview.13) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.12...v1.6.5-preview.13) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.1.1-preview.45 to 1.1.1-preview.46 [\#171](https://github.com/nanoframework/nanoFramework.System.Net/pull/171) +- Bumps nanoFramework.System.Text from 1.1.1-preview.45 to 1.1.1-preview.46 [\#171](https://github.com/nanoframework/System.Net/pull/171) -## [v1.6.5-preview.12](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.12) (2021-05-05) +## [v1.6.5-preview.12](https://github.com/nanoframework/System.Net/tree/v1.6.5-preview.12) (2021-05-05) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.11...v1.6.5-preview.12) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.11...v1.6.5-preview.12) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.1.1-preview.40 to 1.1.1-preview.45 [\#170](https://github.com/nanoframework/nanoFramework.System.Net/pull/170) +- Bumps nanoFramework.System.Text from 1.1.1-preview.40 to 1.1.1-preview.45 [\#170](https://github.com/nanoframework/System.Net/pull/170) -## [v1.6.5-preview.11](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.11) (2021-05-05) +## [v1.6.5-preview.11](https://github.com/nanoframework/System.Net/tree/v1.6.5-preview.11) (2021-05-05) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.7...v1.6.5-preview.11) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.7...v1.6.5-preview.11) **Documentation and other chores:** -- Update 1 nuget dependencies [\#169](https://github.com/nanoframework/nanoFramework.System.Net/pull/169) +- Update 1 nuget dependencies [\#169](https://github.com/nanoframework/System.Net/pull/169) -## [v1.6.5-preview.7](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.7) (2021-04-10) +## [v1.6.5-preview.7](https://github.com/nanoframework/System.Net/tree/v1.6.5-preview.7) (2021-04-10) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.5-preview.2...v1.6.5-preview.7) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.2...v1.6.5-preview.7) **Documentation and other chores:** -- Update 1 nuget dependencies [\#168](https://github.com/nanoframework/nanoFramework.System.Net/pull/168) -- Update 3 NuGet dependencies [\#167](https://github.com/nanoframework/nanoFramework.System.Net/pull/167) +- Update 1 nuget dependencies [\#168](https://github.com/nanoframework/System.Net/pull/168) +- Update 3 NuGet dependencies [\#167](https://github.com/nanoframework/System.Net/pull/167) -## [v1.6.5-preview.2](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.5-preview.2) (2021-03-21) +## [v1.6.5-preview.2](https://github.com/nanoframework/System.Net/tree/v1.6.5-preview.2) (2021-03-21) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.4-preview.3...v1.6.5-preview.2) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.4-preview.3...v1.6.5-preview.2) **Implemented enhancements:** -- Add UseStoredDeviceCertificate to SecureSocket [\#165](https://github.com/nanoframework/nanoFramework.System.Net/pull/165) +- Add UseStoredDeviceCertificate to SecureSocket [\#165](https://github.com/nanoframework/System.Net/pull/165) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#166](https://github.com/nanoframework/nanoFramework.System.Net/pull/166) +- Update 3 NuGet dependencies [\#166](https://github.com/nanoframework/System.Net/pull/166) -## [v1.6.4-preview.3](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.4-preview.3) (2021-03-19) +## [v1.6.4-preview.3](https://github.com/nanoframework/System.Net/tree/v1.6.4-preview.3) (2021-03-19) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.35...v1.6.4-preview.3) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.35...v1.6.4-preview.3) **Implemented enhancements:** -- Replace conversion with native implementations [\#164](https://github.com/nanoframework/nanoFramework.System.Net/pull/164) -- Expose Address field in IPAddress [\#163](https://github.com/nanoframework/nanoFramework.System.Net/pull/163) -- Improvements in Network information [\#162](https://github.com/nanoframework/nanoFramework.System.Net/pull/162) +- Replace conversion with native implementations [\#164](https://github.com/nanoframework/System.Net/pull/164) +- Expose Address field in IPAddress [\#163](https://github.com/nanoframework/System.Net/pull/163) +- Improvements in Network information [\#162](https://github.com/nanoframework/System.Net/pull/162) -## [v1.6.3-preview.35](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.35) (2021-03-17) +## [v1.6.3-preview.35](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.35) (2021-03-17) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.33...v1.6.3-preview.35) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.33...v1.6.3-preview.35) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.1.1-preview.29 to 1.1.1-preview.33 [\#161](https://github.com/nanoframework/nanoFramework.System.Net/pull/161) +- Bumps nanoFramework.System.Text from 1.1.1-preview.29 to 1.1.1-preview.33 [\#161](https://github.com/nanoframework/System.Net/pull/161) -## [v1.6.3-preview.33](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.33) (2021-03-02) +## [v1.6.3-preview.33](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.33) (2021-03-02) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.29...v1.6.3-preview.33) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.29...v1.6.3-preview.33) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#159](https://github.com/nanoframework/nanoFramework.System.Net/pull/159) -- Update 3 NuGet dependencies [\#158](https://github.com/nanoframework/nanoFramework.System.Net/pull/158) +- Update 3 NuGet dependencies [\#159](https://github.com/nanoframework/System.Net/pull/159) +- Update 3 NuGet dependencies [\#158](https://github.com/nanoframework/System.Net/pull/158) -## [v1.6.3-preview.29](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.29) (2021-01-06) +## [v1.6.3-preview.29](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.29) (2021-01-06) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.27...v1.6.3-preview.29) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.27...v1.6.3-preview.29) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#157](https://github.com/nanoframework/nanoFramework.System.Net/pull/157) -- Update 3 NuGet dependencies [\#156](https://github.com/nanoframework/nanoFramework.System.Net/pull/156) +- Update 3 NuGet dependencies [\#157](https://github.com/nanoframework/System.Net/pull/157) +- Update 3 NuGet dependencies [\#156](https://github.com/nanoframework/System.Net/pull/156) -## [v1.6.3-preview.27](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.27) (2020-12-29) +## [v1.6.3-preview.27](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.27) (2020-12-29) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.25...v1.6.3-preview.27) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.25...v1.6.3-preview.27) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#155](https://github.com/nanoframework/nanoFramework.System.Net/pull/155) -- Update 3 NuGet dependencies [\#154](https://github.com/nanoframework/nanoFramework.System.Net/pull/154) +- Update 3 NuGet dependencies [\#155](https://github.com/nanoframework/System.Net/pull/155) +- Update 3 NuGet dependencies [\#154](https://github.com/nanoframework/System.Net/pull/154) -## [v1.6.3-preview.25](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.25) (2020-12-28) +## [v1.6.3-preview.25](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.25) (2020-12-28) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.23...v1.6.3-preview.25) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.23...v1.6.3-preview.25) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#153](https://github.com/nanoframework/nanoFramework.System.Net/pull/153) +- Update 3 NuGet dependencies [\#153](https://github.com/nanoframework/System.Net/pull/153) -## [v1.6.3-preview.23](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.23) (2020-12-23) +## [v1.6.3-preview.23](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.23) (2020-12-23) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.19...v1.6.3-preview.23) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.19...v1.6.3-preview.23) **Fixed bugs:** -- Exception handling & memory leak fixes [\#152](https://github.com/nanoframework/nanoFramework.System.Net/pull/152) +- Exception handling & memory leak fixes [\#152](https://github.com/nanoframework/System.Net/pull/152) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 [\#151](https://github.com/nanoframework/nanoFramework.System.Net/pull/151) +- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 [\#151](https://github.com/nanoframework/System.Net/pull/151) -## [v1.6.3-preview.19](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.19) (2020-12-07) +## [v1.6.3-preview.19](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.19) (2020-12-07) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.17...v1.6.3-preview.19) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.17...v1.6.3-preview.19) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 [\#150](https://github.com/nanoframework/nanoFramework.System.Net/pull/150) -- Update 3 NuGet dependencies [\#149](https://github.com/nanoframework/nanoFramework.System.Net/pull/149) +- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 [\#150](https://github.com/nanoframework/System.Net/pull/150) +- Update 3 NuGet dependencies [\#149](https://github.com/nanoframework/System.Net/pull/149) -## [v1.6.3-preview.17](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.17) (2020-12-07) +## [v1.6.3-preview.17](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.17) (2020-12-07) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.15...v1.6.3-preview.17) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.15...v1.6.3-preview.17) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#148](https://github.com/nanoframework/nanoFramework.System.Net/pull/148) +- Update 3 NuGet dependencies [\#148](https://github.com/nanoframework/System.Net/pull/148) -## [v1.6.3-preview.15](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.15) (2020-10-21) +## [v1.6.3-preview.15](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.15) (2020-10-21) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.11...v1.6.3-preview.15) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.11...v1.6.3-preview.15) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.1.1-preview.12 to 1.1.1-preview.14 [\#147](https://github.com/nanoframework/nanoFramework.System.Net/pull/147) -- Update 2 NuGet dependencies [\#146](https://github.com/nanoframework/nanoFramework.System.Net/pull/146) -- Update 3 NuGet dependencies [\#145](https://github.com/nanoframework/nanoFramework.System.Net/pull/145) +- Bumps nanoFramework.System.Text from 1.1.1-preview.12 to 1.1.1-preview.14 [\#147](https://github.com/nanoframework/System.Net/pull/147) +- Update 2 NuGet dependencies [\#146](https://github.com/nanoframework/System.Net/pull/146) +- Update 3 NuGet dependencies [\#145](https://github.com/nanoframework/System.Net/pull/145) -## [v1.6.3-preview.11](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.11) (2020-10-20) +## [v1.6.3-preview.11](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.11) (2020-10-20) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.9...v1.6.3-preview.11) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.9...v1.6.3-preview.11) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#144](https://github.com/nanoframework/nanoFramework.System.Net/pull/144) +- Update 3 NuGet dependencies [\#144](https://github.com/nanoframework/System.Net/pull/144) -## [v1.6.3-preview.9](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.9) (2020-10-01) +## [v1.6.3-preview.9](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.9) (2020-10-01) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.7...v1.6.3-preview.9) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.7...v1.6.3-preview.9) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.1.1-preview.2 to 1.1.1-preview.10 [\#143](https://github.com/nanoframework/nanoFramework.System.Net/pull/143) +- Bumps nanoFramework.System.Text from 1.1.1-preview.2 to 1.1.1-preview.10 [\#143](https://github.com/nanoframework/System.Net/pull/143) -## [v1.6.3-preview.7](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.7) (2020-09-30) +## [v1.6.3-preview.7](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.7) (2020-09-30) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.5...v1.6.3-preview.7) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.5...v1.6.3-preview.7) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.3 to 1.8.2-preview.5 [\#142](https://github.com/nanoframework/nanoFramework.System.Net/pull/142) +- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.3 to 1.8.2-preview.5 [\#142](https://github.com/nanoframework/System.Net/pull/142) -## [v1.6.3-preview.5](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.5) (2020-09-30) +## [v1.6.3-preview.5](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.5) (2020-09-30) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.3...v1.6.3-preview.5) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.3...v1.6.3-preview.5) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#141](https://github.com/nanoframework/nanoFramework.System.Net/pull/141) +- Update 2 NuGet dependencies [\#141](https://github.com/nanoframework/System.Net/pull/141) -## [v1.6.3-preview.3](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.3) (2020-09-27) +## [v1.6.3-preview.3](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.3) (2020-09-27) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.3-preview.1...v1.6.3-preview.3) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.3-preview.1...v1.6.3-preview.3) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.8.1-preview.22 to 1.8.2-preview.1 [\#140](https://github.com/nanoframework/nanoFramework.System.Net/pull/140) +- Bumps nanoFramework.Runtime.Events from 1.8.1-preview.22 to 1.8.2-preview.1 [\#140](https://github.com/nanoframework/System.Net/pull/140) -## [v1.6.3-preview.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.3-preview.1) (2020-09-27) +## [v1.6.3-preview.1](https://github.com/nanoframework/System.Net/tree/v1.6.3-preview.1) (2020-09-27) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.2-preview.4...v1.6.3-preview.1) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.2-preview.4...v1.6.3-preview.1) -## [v1.6.2-preview.4](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.2-preview.4) (2020-09-19) +## [v1.6.2-preview.4](https://github.com/nanoframework/System.Net/tree/v1.6.2-preview.4) (2020-09-19) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.2-preview.2...v1.6.2-preview.4) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.2-preview.2...v1.6.2-preview.4) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.1.0 to 1.1.1-preview.2 [\#139](https://github.com/nanoframework/nanoFramework.System.Net/pull/139) +- Bumps nanoFramework.System.Text from 1.1.0 to 1.1.1-preview.2 [\#139](https://github.com/nanoframework/System.Net/pull/139) -## [v1.6.2-preview.2](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.2-preview.2) (2020-09-19) +## [v1.6.2-preview.2](https://github.com/nanoframework/System.Net/tree/v1.6.2-preview.2) (2020-09-19) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.2-preview.5...v1.6.2-preview.2) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.2-preview.5...v1.6.2-preview.2) **Documentation and other chores:** -- Update dependencies [\#138](https://github.com/nanoframework/nanoFramework.System.Net/pull/138) +- Update dependencies [\#138](https://github.com/nanoframework/System.Net/pull/138) -## [v1.6.2-preview.5](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.2-preview.5) (2020-07-02) +## [v1.6.2-preview.5](https://github.com/nanoframework/System.Net/tree/v1.6.2-preview.5) (2020-07-02) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.2-preview.3...v1.6.2-preview.5) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.2-preview.3...v1.6.2-preview.5) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.8.1-alpha.18 to 1.8.1-preview.22 [\#137](https://github.com/nanoframework/nanoFramework.System.Net/pull/137) +- Bumps nanoFramework.Runtime.Events from 1.8.1-alpha.18 to 1.8.1-preview.22 [\#137](https://github.com/nanoframework/System.Net/pull/137) -## [v1.6.2-preview.3](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.2-preview.3) (2020-07-01) +## [v1.6.2-preview.3](https://github.com/nanoframework/System.Net/tree/v1.6.2-preview.3) (2020-07-01) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.1...v1.6.2-preview.3) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.1...v1.6.2-preview.3) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.8.0 to 1.8.1-alpha.18 [\#136](https://github.com/nanoframework/nanoFramework.System.Net/pull/136) +- Bumps nanoFramework.Runtime.Events from 1.8.0 to 1.8.1-alpha.18 [\#136](https://github.com/nanoframework/System.Net/pull/136) -## [v1.6.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.1) (2020-06-16) +## [v1.6.1](https://github.com/nanoframework/System.Net/tree/v1.6.1) (2020-06-16) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.1-preview.4...v1.6.1) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.1-preview.4...v1.6.1) -## [v1.6.1-preview.4](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.1-preview.4) (2020-06-16) +## [v1.6.1-preview.4](https://github.com/nanoframework/System.Net/tree/v1.6.1-preview.4) (2020-06-16) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.0...v1.6.1-preview.4) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.0...v1.6.1-preview.4) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.0.0 to 1.1.0 [\#134](https://github.com/nanoframework/nanoFramework.System.Net/pull/134) +- Bumps nanoFramework.System.Text from 1.0.0 to 1.1.0 [\#134](https://github.com/nanoframework/System.Net/pull/134) -## [v1.6.0](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.0) (2020-06-16) +## [v1.6.0](https://github.com/nanoframework/System.Net/tree/v1.6.0) (2020-06-16) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.1-preview.2...v1.6.0) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.1-preview.2...v1.6.0) -## [v1.6.1-preview.2](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.1-preview.2) (2020-06-16) +## [v1.6.1-preview.2](https://github.com/nanoframework/System.Net/tree/v1.6.1-preview.2) (2020-06-16) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.6.0-preview.6...v1.6.1-preview.2) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.0-preview.6...v1.6.1-preview.2) -## [v1.6.0-preview.6](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.6.0-preview.6) (2020-06-16) +## [v1.6.0-preview.6](https://github.com/nanoframework/System.Net/tree/v1.6.0-preview.6) (2020-06-16) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.5.0...v1.6.0-preview.6) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.5.0...v1.6.0-preview.6) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#132](https://github.com/nanoframework/nanoFramework.System.Net/pull/132) +- Update 3 NuGet dependencies [\#132](https://github.com/nanoframework/System.Net/pull/132) -## [v1.5.0](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.5.0) (2020-06-12) +## [v1.5.0](https://github.com/nanoframework/System.Net/tree/v1.5.0) (2020-06-12) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.5.0-preview.7...v1.5.0) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.5.0-preview.7...v1.5.0) -## [v1.5.0-preview.7](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.5.0-preview.7) (2020-06-12) +## [v1.5.0-preview.7](https://github.com/nanoframework/System.Net/tree/v1.5.0-preview.7) (2020-06-12) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.5.0-preview.2...v1.5.0-preview.7) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.5.0-preview.2...v1.5.0-preview.7) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#130](https://github.com/nanoframework/nanoFramework.System.Net/pull/130) -- Update 3 NuGet dependencies [\#129](https://github.com/nanoframework/nanoFramework.System.Net/pull/129) -- Update 3 NuGet dependencies [\#128](https://github.com/nanoframework/nanoFramework.System.Net/pull/128) +- Update 2 NuGet dependencies [\#130](https://github.com/nanoframework/System.Net/pull/130) +- Update 3 NuGet dependencies [\#129](https://github.com/nanoframework/System.Net/pull/129) +- Update 3 NuGet dependencies [\#128](https://github.com/nanoframework/System.Net/pull/128) -## [v1.5.0-preview.2](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.5.0-preview.2) (2020-06-03) +## [v1.5.0-preview.2](https://github.com/nanoframework/System.Net/tree/v1.5.0-preview.2) (2020-06-03) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.5.0-preview.1...v1.5.0-preview.2) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.5.0-preview.1...v1.5.0-preview.2) **Fixed bugs:** -- Fix declaration of wireless config enums [\#127](https://github.com/nanoframework/nanoFramework.System.Net/pull/127) +- Fix declaration of wireless config enums [\#127](https://github.com/nanoframework/System.Net/pull/127) -## [v1.5.0-preview.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.5.0-preview.1) (2020-06-03) +## [v1.5.0-preview.1](https://github.com/nanoframework/System.Net/tree/v1.5.0-preview.1) (2020-06-03) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.21...v1.5.0-preview.1) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.1-preview.21...v1.5.0-preview.1) **Implemented enhancements:** -- Update Wireless ConfigurationOptions [\#126](https://github.com/nanoframework/nanoFramework.System.Net/pull/126) +- Update Wireless ConfigurationOptions [\#126](https://github.com/nanoframework/System.Net/pull/126) -## [v1.4.1-preview.21](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.21) (2020-05-31) +## [v1.4.1-preview.21](https://github.com/nanoframework/System.Net/tree/v1.4.1-preview.21) (2020-05-31) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.20...v1.4.1-preview.21) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.1-preview.20...v1.4.1-preview.21) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.0.0-preview.16 to 1.0.0-preview.22 [\#125](https://github.com/nanoframework/nanoFramework.System.Net/pull/125) +- Bumps nanoFramework.System.Text from 1.0.0-preview.16 to 1.0.0-preview.22 [\#125](https://github.com/nanoframework/System.Net/pull/125) -## [v1.4.1-preview.20](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.20) (2020-05-30) +## [v1.4.1-preview.20](https://github.com/nanoframework/System.Net/tree/v1.4.1-preview.20) (2020-05-30) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.19...v1.4.1-preview.20) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.1-preview.19...v1.4.1-preview.20) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#124](https://github.com/nanoframework/nanoFramework.System.Net/pull/124) +- Update 2 NuGet dependencies [\#124](https://github.com/nanoframework/System.Net/pull/124) -## [v1.4.1-preview.19](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.19) (2020-05-08) +## [v1.4.1-preview.19](https://github.com/nanoframework/System.Net/tree/v1.4.1-preview.19) (2020-05-08) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.18...v1.4.1-preview.19) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.1-preview.18...v1.4.1-preview.19) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#123](https://github.com/nanoframework/nanoFramework.System.Net/pull/123) +- Update 3 NuGet dependencies [\#123](https://github.com/nanoframework/System.Net/pull/123) -## [v1.4.1-preview.18](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.18) (2020-05-08) +## [v1.4.1-preview.18](https://github.com/nanoframework/System.Net/tree/v1.4.1-preview.18) (2020-05-08) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.16...v1.4.1-preview.18) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.1-preview.16...v1.4.1-preview.18) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#122](https://github.com/nanoframework/nanoFramework.System.Net/pull/122) -- Update 3 NuGet dependencies [\#121](https://github.com/nanoframework/nanoFramework.System.Net/pull/121) +- Update 3 NuGet dependencies [\#122](https://github.com/nanoframework/System.Net/pull/122) +- Update 3 NuGet dependencies [\#121](https://github.com/nanoframework/System.Net/pull/121) -## [v1.4.1-preview.16](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.16) (2020-04-27) +## [v1.4.1-preview.16](https://github.com/nanoframework/System.Net/tree/v1.4.1-preview.16) (2020-04-27) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.15...v1.4.1-preview.16) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.1-preview.15...v1.4.1-preview.16) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#120](https://github.com/nanoframework/nanoFramework.System.Net/pull/120) +- Update 3 NuGet dependencies [\#120](https://github.com/nanoframework/System.Net/pull/120) -## [v1.4.1-preview.15](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.15) (2020-04-16) +## [v1.4.1-preview.15](https://github.com/nanoframework/System.Net/tree/v1.4.1-preview.15) (2020-04-16) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.13...v1.4.1-preview.15) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.1-preview.13...v1.4.1-preview.15) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#119](https://github.com/nanoframework/nanoFramework.System.Net/pull/119) +- Update 3 NuGet dependencies [\#119](https://github.com/nanoframework/System.Net/pull/119) -## [v1.4.1-preview.13](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.13) (2020-04-14) +## [v1.4.1-preview.13](https://github.com/nanoframework/System.Net/tree/v1.4.1-preview.13) (2020-04-14) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.12...v1.4.1-preview.13) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.1-preview.12...v1.4.1-preview.13) **Documentation and other chores:** -- Update 3 NuGet dependencies [\#118](https://github.com/nanoframework/nanoFramework.System.Net/pull/118) +- Update 3 NuGet dependencies [\#118](https://github.com/nanoframework/System.Net/pull/118) -## [v1.4.1-preview.12](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.12) (2020-03-15) +## [v1.4.1-preview.12](https://github.com/nanoframework/System.Net/tree/v1.4.1-preview.12) (2020-03-15) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.8...v1.4.1-preview.12) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.1-preview.8...v1.4.1-preview.12) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.4.1-preview.9 to 1.4.2-preview.1 [\#117](https://github.com/nanoframework/nanoFramework.System.Net/pull/117) -- Bumps nanoFramework.System.Text from 1.0.0-preview.1 to 1.0.0-preview.8 [\#116](https://github.com/nanoframework/nanoFramework.System.Net/pull/116) +- Bumps nanoFramework.Runtime.Events from 1.4.1-preview.9 to 1.4.2-preview.1 [\#117](https://github.com/nanoframework/System.Net/pull/117) +- Bumps nanoFramework.System.Text from 1.0.0-preview.1 to 1.0.0-preview.8 [\#116](https://github.com/nanoframework/System.Net/pull/116) -## [v1.4.1-preview.8](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.8) (2020-03-10) +## [v1.4.1-preview.8](https://github.com/nanoframework/System.Net/tree/v1.4.1-preview.8) (2020-03-10) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.6...v1.4.1-preview.8) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.1-preview.6...v1.4.1-preview.8) **Documentation and other chores:** -- Bumps nanoFramework.System.Text from 1.0.0-preview.1 to 1.0.0-preview.8 [\#115](https://github.com/nanoframework/nanoFramework.System.Net/pull/115) -- Update 2 NuGet dependencies [\#114](https://github.com/nanoframework/nanoFramework.System.Net/pull/114) +- Bumps nanoFramework.System.Text from 1.0.0-preview.1 to 1.0.0-preview.8 [\#115](https://github.com/nanoframework/System.Net/pull/115) +- Update 2 NuGet dependencies [\#114](https://github.com/nanoframework/System.Net/pull/114) -## [v1.4.1-preview.6](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.6) (2020-03-10) +## [v1.4.1-preview.6](https://github.com/nanoframework/System.Net/tree/v1.4.1-preview.6) (2020-03-10) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.5...v1.4.1-preview.6) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.1-preview.5...v1.4.1-preview.6) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#113](https://github.com/nanoframework/nanoFramework.System.Net/pull/113) +- Update 2 NuGet dependencies [\#113](https://github.com/nanoframework/System.Net/pull/113) -## [v1.4.1-preview.5](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.5) (2020-03-09) +## [v1.4.1-preview.5](https://github.com/nanoframework/System.Net/tree/v1.4.1-preview.5) (2020-03-09) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.3...v1.4.1-preview.5) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.1-preview.3...v1.4.1-preview.5) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#111](https://github.com/nanoframework/nanoFramework.System.Net/pull/111) +- Update 2 NuGet dependencies [\#111](https://github.com/nanoframework/System.Net/pull/111) -## [v1.4.1-preview.3](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.3) (2020-01-13) +## [v1.4.1-preview.3](https://github.com/nanoframework/System.Net/tree/v1.4.1-preview.3) (2020-01-13) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.2...v1.4.1-preview.3) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.1-preview.2...v1.4.1-preview.3) **Fixed bugs:** -- Fix return value of GetEndpoint\(\) [\#110](https://github.com/nanoframework/nanoFramework.System.Net/pull/110) +- Fix return value of GetEndpoint\(\) [\#110](https://github.com/nanoframework/System.Net/pull/110) -## [v1.4.1-preview.2](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.2) (2019-11-14) +## [v1.4.1-preview.2](https://github.com/nanoframework/System.Net/tree/v1.4.1-preview.2) (2019-11-14) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.1-preview.1...v1.4.1-preview.2) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.1-preview.1...v1.4.1-preview.2) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#109](https://github.com/nanoframework/nanoFramework.System.Net/pull/109) +- Update 2 NuGet dependencies [\#109](https://github.com/nanoframework/System.Net/pull/109) -## [v1.4.1-preview.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.1-preview.1) (2019-11-12) +## [v1.4.1-preview.1](https://github.com/nanoframework/System.Net/tree/v1.4.1-preview.1) (2019-11-12) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.0-preview.7...v1.4.1-preview.1) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.0-preview.7...v1.4.1-preview.1) **Documentation and other chores:** -- Update and fix Authenticate methods [\#108](https://github.com/nanoframework/nanoFramework.System.Net/pull/108) +- Update and fix Authenticate methods [\#108](https://github.com/nanoframework/System.Net/pull/108) -## [v1.4.0-preview.7](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.0-preview.7) (2019-11-07) +## [v1.4.0-preview.7](https://github.com/nanoframework/System.Net/tree/v1.4.0-preview.7) (2019-11-07) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.0-preview.6...v1.4.0-preview.7) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.0-preview.6...v1.4.0-preview.7) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#107](https://github.com/nanoframework/nanoFramework.System.Net/pull/107) +- Update 2 NuGet dependencies [\#107](https://github.com/nanoframework/System.Net/pull/107) -## [v1.4.0-preview.6](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.0-preview.6) (2019-11-05) +## [v1.4.0-preview.6](https://github.com/nanoframework/System.Net/tree/v1.4.0-preview.6) (2019-11-05) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.0-preview.5...v1.4.0-preview.6) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.0-preview.5...v1.4.0-preview.6) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.4.1-preview.1 to 1.4.1-preview.2 [\#106](https://github.com/nanoframework/nanoFramework.System.Net/pull/106) +- Bumps nanoFramework.Runtime.Events from 1.4.1-preview.1 to 1.4.1-preview.2 [\#106](https://github.com/nanoframework/System.Net/pull/106) -## [v1.4.0-preview.5](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.0-preview.5) (2019-11-04) +## [v1.4.0-preview.5](https://github.com/nanoframework/System.Net/tree/v1.4.0-preview.5) (2019-11-04) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.0-preview.4...v1.4.0-preview.5) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.0-preview.4...v1.4.0-preview.5) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#105](https://github.com/nanoframework/nanoFramework.System.Net/pull/105) +- Update 2 NuGet dependencies [\#105](https://github.com/nanoframework/System.Net/pull/105) -## [v1.4.0-preview.4](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.0-preview.4) (2019-10-23) +## [v1.4.0-preview.4](https://github.com/nanoframework/System.Net/tree/v1.4.0-preview.4) (2019-10-23) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.4.0-preview.3...v1.4.0-preview.4) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.4.0-preview.3...v1.4.0-preview.4) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#103](https://github.com/nanoframework/nanoFramework.System.Net/pull/103) +- Update 2 NuGet dependencies [\#103](https://github.com/nanoframework/System.Net/pull/103) -## [v1.4.0-preview.3](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.4.0-preview.3) (2019-10-18) +## [v1.4.0-preview.3](https://github.com/nanoframework/System.Net/tree/v1.4.0-preview.3) (2019-10-18) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.3.0...v1.4.0-preview.3) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.3.0...v1.4.0-preview.3) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#102](https://github.com/nanoframework/nanoFramework.System.Net/pull/102) +- Update 2 NuGet dependencies [\#102](https://github.com/nanoframework/System.Net/pull/102) -## [v1.3.0](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.3.0) (2019-10-17) +## [v1.3.0](https://github.com/nanoframework/System.Net/tree/v1.3.0) (2019-10-17) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.3.0-preview.4...v1.3.0) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.3.0-preview.4...v1.3.0) -## [v1.3.0-preview.4](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.3.0-preview.4) (2019-10-17) +## [v1.3.0-preview.4](https://github.com/nanoframework/System.Net/tree/v1.3.0-preview.4) (2019-10-17) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.2...v1.3.0-preview.4) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.2.2...v1.3.0-preview.4) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#100](https://github.com/nanoframework/nanoFramework.System.Net/pull/100) +- Update 2 NuGet dependencies [\#100](https://github.com/nanoframework/System.Net/pull/100) -## [v1.2.2](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.2) (2019-10-15) +## [v1.2.2](https://github.com/nanoframework/System.Net/tree/v1.2.2) (2019-10-15) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.2-preview.8...v1.2.2) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.2.2-preview.8...v1.2.2) -## [v1.2.2-preview.8](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.2-preview.8) (2019-10-15) +## [v1.2.2-preview.8](https://github.com/nanoframework/System.Net/tree/v1.2.2-preview.8) (2019-10-15) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.2-preview.7...v1.2.2-preview.8) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.2.2-preview.7...v1.2.2-preview.8) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.1.1-preview.4 to 1.1.1 [\#94](https://github.com/nanoframework/nanoFramework.System.Net/pull/94) +- Bumps nanoFramework.Runtime.Events from 1.1.1-preview.4 to 1.1.1 [\#94](https://github.com/nanoframework/System.Net/pull/94) -## [v1.2.2-preview.7](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.2-preview.7) (2019-10-15) +## [v1.2.2-preview.7](https://github.com/nanoframework/System.Net/tree/v1.2.2-preview.7) (2019-10-15) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.2-preview.5...v1.2.2-preview.7) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.2.2-preview.5...v1.2.2-preview.7) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#93](https://github.com/nanoframework/nanoFramework.System.Net/pull/93) +- Update 2 NuGet dependencies [\#93](https://github.com/nanoframework/System.Net/pull/93) -## [v1.2.2-preview.5](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.2-preview.5) (2019-10-01) +## [v1.2.2-preview.5](https://github.com/nanoframework/System.Net/tree/v1.2.2-preview.5) (2019-10-01) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.2-preview.4...v1.2.2-preview.5) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.2.2-preview.4...v1.2.2-preview.5) -## [v1.2.2-preview.4](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.2-preview.4) (2019-09-30) +## [v1.2.2-preview.4](https://github.com/nanoframework/System.Net/tree/v1.2.2-preview.4) (2019-09-30) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.2-preview.1...v1.2.2-preview.4) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.2.2-preview.1...v1.2.2-preview.4) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.1.0-preview.4 to 1.1.1-preview.1 [\#92](https://github.com/nanoframework/nanoFramework.System.Net/pull/92) +- Bumps nanoFramework.Runtime.Events from 1.1.0-preview.4 to 1.1.1-preview.1 [\#92](https://github.com/nanoframework/System.Net/pull/92) -## [v1.2.2-preview.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.2-preview.1) (2019-08-30) +## [v1.2.2-preview.1](https://github.com/nanoframework/System.Net/tree/v1.2.2-preview.1) (2019-08-30) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.0-preview.6...v1.2.2-preview.1) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.2.0-preview.6...v1.2.2-preview.1) **Implemented enhancements:** -- Soft Access Point configuration for ESP32 [\#91](https://github.com/nanoframework/nanoFramework.System.Net/pull/91) +- Soft Access Point configuration for ESP32 [\#91](https://github.com/nanoframework/System.Net/pull/91) -## [v1.2.0-preview.6](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.0-preview.6) (2019-08-23) +## [v1.2.0-preview.6](https://github.com/nanoframework/System.Net/tree/v1.2.0-preview.6) (2019-08-23) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.2.0-preview.1...v1.2.0-preview.6) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.2.0-preview.1...v1.2.0-preview.6) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#90](https://github.com/nanoframework/nanoFramework.System.Net/pull/90) +- Update 2 NuGet dependencies [\#90](https://github.com/nanoframework/System.Net/pull/90) -## [v1.2.0-preview.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.2.0-preview.1) (2019-07-18) +## [v1.2.0-preview.1](https://github.com/nanoframework/System.Net/tree/v1.2.0-preview.1) (2019-07-18) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.1.1-preview.24...v1.2.0-preview.1) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.1.1-preview.24...v1.2.0-preview.1) **Implemented enhancements:** -- Add X509Certificate2 [\#89](https://github.com/nanoframework/nanoFramework.System.Net/pull/89) +- Add X509Certificate2 [\#89](https://github.com/nanoframework/System.Net/pull/89) -## [v1.1.1-preview.24](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.1.1-preview.24) (2019-07-18) +## [v1.1.1-preview.24](https://github.com/nanoframework/System.Net/tree/v1.1.1-preview.24) (2019-07-18) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.1.1-preview.18...v1.1.1-preview.24) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.1.1-preview.18...v1.1.1-preview.24) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#88](https://github.com/nanoframework/nanoFramework.System.Net/pull/88) -- Update readme.txt [\#87](https://github.com/nanoframework/nanoFramework.System.Net/pull/87) +- Update 2 NuGet dependencies [\#88](https://github.com/nanoframework/System.Net/pull/88) +- Update readme.txt [\#87](https://github.com/nanoframework/System.Net/pull/87) -## [v1.1.1-preview.18](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.1.1-preview.18) (2019-06-23) +## [v1.1.1-preview.18](https://github.com/nanoframework/System.Net/tree/v1.1.1-preview.18) (2019-06-23) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.1.1-preview.12...v1.1.1-preview.18) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.1.1-preview.12...v1.1.1-preview.18) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#86](https://github.com/nanoframework/nanoFramework.System.Net/pull/86) -- Work on native assembly declaration [\#84](https://github.com/nanoframework/nanoFramework.System.Net/pull/84) +- Update 2 NuGet dependencies [\#86](https://github.com/nanoframework/System.Net/pull/86) +- Work on native assembly declaration [\#84](https://github.com/nanoframework/System.Net/pull/84) -## [v1.1.1-preview.12](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.1.1-preview.12) (2019-06-20) +## [v1.1.1-preview.12](https://github.com/nanoframework/System.Net/tree/v1.1.1-preview.12) (2019-06-20) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.1.1-preview.9...v1.1.1-preview.12) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.1.1-preview.9...v1.1.1-preview.12) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#83](https://github.com/nanoframework/nanoFramework.System.Net/pull/83) +- Update 2 NuGet dependencies [\#83](https://github.com/nanoframework/System.Net/pull/83) -## [v1.1.1-preview.9](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.1.1-preview.9) (2019-06-12) +## [v1.1.1-preview.9](https://github.com/nanoframework/System.Net/tree/v1.1.1-preview.9) (2019-06-12) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.1.1-preview.5...v1.1.1-preview.9) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.1.1-preview.5...v1.1.1-preview.9) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#82](https://github.com/nanoframework/nanoFramework.System.Net/pull/82) +- Update 2 NuGet dependencies [\#82](https://github.com/nanoframework/System.Net/pull/82) -## [v1.1.1-preview.5](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.1.1-preview.5) (2019-06-12) +## [v1.1.1-preview.5](https://github.com/nanoframework/System.Net/tree/v1.1.1-preview.5) (2019-06-12) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.1.1-preview.1...v1.1.1-preview.5) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.1.1-preview.1...v1.1.1-preview.5) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#81](https://github.com/nanoframework/nanoFramework.System.Net/pull/81) +- Update 2 NuGet dependencies [\#81](https://github.com/nanoframework/System.Net/pull/81) -## [v1.1.1-preview.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.1.1-preview.1) (2019-06-05) +## [v1.1.1-preview.1](https://github.com/nanoframework/System.Net/tree/v1.1.1-preview.1) (2019-06-05) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.1.0-preview.1...v1.1.1-preview.1) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.1.0-preview.1...v1.1.1-preview.1) **Fixed bugs:** -- Fix calls address parameters [\#76](https://github.com/nanoframework/nanoFramework.System.Net/pull/76) +- Fix calls address parameters [\#76](https://github.com/nanoframework/System.Net/pull/76) -## [v1.1.0-preview.1](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.1.0-preview.1) (2019-06-04) +## [v1.1.0-preview.1](https://github.com/nanoframework/System.Net/tree/v1.1.0-preview.1) (2019-06-04) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-026...v1.1.0-preview.1) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.6-preview-026...v1.1.0-preview.1) **Implemented enhancements:** -- Remove SSL3 and Default from SslProtocols [\#75](https://github.com/nanoframework/nanoFramework.System.Net/pull/75) -- Major rework on Sockets [\#74](https://github.com/nanoframework/nanoFramework.System.Net/pull/74) +- Remove SSL3 and Default from SslProtocols [\#75](https://github.com/nanoframework/System.Net/pull/75) +- Major rework on Sockets [\#74](https://github.com/nanoframework/System.Net/pull/74) -## [v1.0.6-preview-026](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-026) (2019-05-31) +## [v1.0.6-preview-026](https://github.com/nanoframework/System.Net/tree/v1.0.6-preview-026) (2019-05-31) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-024...v1.0.6-preview-026) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.6-preview-024...v1.0.6-preview-026) **Implemented enhancements:** -- Add remote end point field to Socket [\#73](https://github.com/nanoframework/nanoFramework.System.Net/pull/73) +- Add remote end point field to Socket [\#73](https://github.com/nanoframework/System.Net/pull/73) -## [v1.0.6-preview-024](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-024) (2019-04-24) +## [v1.0.6-preview-024](https://github.com/nanoframework/System.Net/tree/v1.0.6-preview-024) (2019-04-24) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-023...v1.0.6-preview-024) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.6-preview-023...v1.0.6-preview-024) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-019 to 1.0.6-preview-001 [\#72](https://github.com/nanoframework/nanoFramework.System.Net/pull/72) +- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-019 to 1.0.6-preview-001 [\#72](https://github.com/nanoframework/System.Net/pull/72) -## [v1.0.6-preview-023](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-023) (2019-04-23) +## [v1.0.6-preview-023](https://github.com/nanoframework/System.Net/tree/v1.0.6-preview-023) (2019-04-23) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-017...v1.0.6-preview-023) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.6-preview-017...v1.0.6-preview-023) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#71](https://github.com/nanoframework/nanoFramework.System.Net/pull/71) +- Update 2 NuGet dependencies [\#71](https://github.com/nanoframework/System.Net/pull/71) -## [v1.0.6-preview-017](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-017) (2019-04-07) +## [v1.0.6-preview-017](https://github.com/nanoframework/System.Net/tree/v1.0.6-preview-017) (2019-04-07) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-015...v1.0.6-preview-017) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.6-preview-015...v1.0.6-preview-017) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-010 to 1.0.5-preview-012 [\#70](https://github.com/nanoframework/nanoFramework.System.Net/pull/70) +- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-010 to 1.0.5-preview-012 [\#70](https://github.com/nanoframework/System.Net/pull/70) -## [v1.0.6-preview-015](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-015) (2019-04-03) +## [v1.0.6-preview-015](https://github.com/nanoframework/System.Net/tree/v1.0.6-preview-015) (2019-04-03) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-013...v1.0.6-preview-015) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.6-preview-013...v1.0.6-preview-015) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-008 to 1.0.5-preview-010 [\#69](https://github.com/nanoframework/nanoFramework.System.Net/pull/69) +- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-008 to 1.0.5-preview-010 [\#69](https://github.com/nanoframework/System.Net/pull/69) -## [v1.0.6-preview-013](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-013) (2019-03-26) +## [v1.0.6-preview-013](https://github.com/nanoframework/System.Net/tree/v1.0.6-preview-013) (2019-03-26) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-011...v1.0.6-preview-013) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.6-preview-011...v1.0.6-preview-013) **Fixed bugs:** -- Fix missing setting of socket type [\#68](https://github.com/nanoframework/nanoFramework.System.Net/pull/68) +- Fix missing setting of socket type [\#68](https://github.com/nanoframework/System.Net/pull/68) -## [v1.0.6-preview-011](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-011) (2019-03-22) +## [v1.0.6-preview-011](https://github.com/nanoframework/System.Net/tree/v1.0.6-preview-011) (2019-03-22) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-009...v1.0.6-preview-011) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.6-preview-009...v1.0.6-preview-011) **Implemented enhancements:** -- Add SocketType property to Socket [\#67](https://github.com/nanoframework/nanoFramework.System.Net/pull/67) +- Add SocketType property to Socket [\#67](https://github.com/nanoframework/System.Net/pull/67) -## [v1.0.6-preview-009](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-009) (2019-03-11) +## [v1.0.6-preview-009](https://github.com/nanoframework/System.Net/tree/v1.0.6-preview-009) (2019-03-11) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-005...v1.0.6-preview-009) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.6-preview-005...v1.0.6-preview-009) **Implemented enhancements:** -- Remove local implementation of Int32 converter [\#66](https://github.com/nanoframework/nanoFramework.System.Net/pull/66) -- Fix GetDefaultLocalAddress [\#65](https://github.com/nanoframework/nanoFramework.System.Net/pull/65) +- Remove local implementation of Int32 converter [\#66](https://github.com/nanoframework/System.Net/pull/66) +- Fix GetDefaultLocalAddress [\#65](https://github.com/nanoframework/System.Net/pull/65) -## [v1.0.6-preview-005](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-005) (2019-03-11) +## [v1.0.6-preview-005](https://github.com/nanoframework/System.Net/tree/v1.0.6-preview-005) (2019-03-11) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.6-preview-003...v1.0.6-preview-005) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.6-preview-003...v1.0.6-preview-005) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-007 to 1.0.5-preview-008 [\#64](https://github.com/nanoframework/nanoFramework.System.Net/pull/64) +- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-007 to 1.0.5-preview-008 [\#64](https://github.com/nanoframework/System.Net/pull/64) -## [v1.0.6-preview-003](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.6-preview-003) (2019-03-10) +## [v1.0.6-preview-003](https://github.com/nanoframework/System.Net/tree/v1.0.6-preview-003) (2019-03-10) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.5-preview-001...v1.0.6-preview-003) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.5-preview-001...v1.0.6-preview-003) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-003 to 1.0.5-preview-007 [\#63](https://github.com/nanoframework/nanoFramework.System.Net/pull/63) +- Bumps nanoFramework.Runtime.Events from 1.0.5-preview-003 to 1.0.5-preview-007 [\#63](https://github.com/nanoframework/System.Net/pull/63) -## [v1.0.5-preview-001](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.5-preview-001) (2019-03-07) +## [v1.0.5-preview-001](https://github.com/nanoframework/System.Net/tree/v1.0.5-preview-001) (2019-03-07) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.3-preview-009...v1.0.5-preview-001) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.3-preview-009...v1.0.5-preview-001) -## [v1.0.3-preview-009](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.3-preview-009) (2019-03-06) +## [v1.0.3-preview-009](https://github.com/nanoframework/System.Net/tree/v1.0.3-preview-009) (2019-03-06) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.4...v1.0.3-preview-009) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.4...v1.0.3-preview-009) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.0.4 to 1.0.5-preview-003 [\#61](https://github.com/nanoframework/nanoFramework.System.Net/pull/61) -- Update 2 NuGet dependencies [\#59](https://github.com/nanoframework/nanoFramework.System.Net/pull/59) +- Bumps nanoFramework.Runtime.Events from 1.0.4 to 1.0.5-preview-003 [\#61](https://github.com/nanoframework/System.Net/pull/61) +- Update 2 NuGet dependencies [\#59](https://github.com/nanoframework/System.Net/pull/59) -## [v1.0.4](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.4) (2019-01-22) +## [v1.0.4](https://github.com/nanoframework/System.Net/tree/v1.0.4) (2019-01-22) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.3-preview-003...v1.0.4) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.3-preview-003...v1.0.4) -## [v1.0.3-preview-003](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.3-preview-003) (2019-01-03) +## [v1.0.3-preview-003](https://github.com/nanoframework/System.Net/tree/v1.0.3-preview-003) (2019-01-03) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.2...v1.0.3-preview-003) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.2...v1.0.3-preview-003) **Implemented enhancements:** -- Add CertificateManager class [\#51](https://github.com/nanoframework/nanoFramework.System.Net/pull/51) +- Add CertificateManager class [\#51](https://github.com/nanoframework/System.Net/pull/51) **Documentation and other chores:** -- Merge back from Release v1.0.2 [\#58](https://github.com/nanoframework/nanoFramework.System.Net/pull/58) -- Update 2 NuGet dependencies [\#56](https://github.com/nanoframework/nanoFramework.System.Net/pull/56) +- Merge back from Release v1.0.2 [\#58](https://github.com/nanoframework/System.Net/pull/58) +- Update 2 NuGet dependencies [\#56](https://github.com/nanoframework/System.Net/pull/56) -## [v1.0.2](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.2) (2018-12-15) +## [v1.0.2](https://github.com/nanoframework/System.Net/tree/v1.0.2) (2018-12-15) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.2-preview-028...v1.0.2) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.2-preview-028...v1.0.2) -## [v1.0.2-preview-028](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.2-preview-028) (2018-12-13) +## [v1.0.2-preview-028](https://github.com/nanoframework/System.Net/tree/v1.0.2-preview-028) (2018-12-13) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.2-preview-023...v1.0.2-preview-028) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.2-preview-023...v1.0.2-preview-028) **Implemented enhancements:** -- Rework SslStream API [\#53](https://github.com/nanoframework/nanoFramework.System.Net/pull/53) -- Fix X509Certificate constructors from string [\#52](https://github.com/nanoframework/nanoFramework.System.Net/pull/52) +- Rework SslStream API [\#53](https://github.com/nanoframework/System.Net/pull/53) +- Fix X509Certificate constructors from string [\#52](https://github.com/nanoframework/System.Net/pull/52) -## [v1.0.2-preview-023](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.2-preview-023) (2018-12-03) +## [v1.0.2-preview-023](https://github.com/nanoframework/System.Net/tree/v1.0.2-preview-023) (2018-12-03) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.2-preview-021...v1.0.2-preview-023) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.2-preview-021...v1.0.2-preview-023) **Documentation and other chores:** -- Bumps nanoFramework.Runtime.Events from 1.0.2-preview-021 to 1.0.2-preview-023 [\#50](https://github.com/nanoframework/nanoFramework.System.Net/pull/50) +- Bumps nanoFramework.Runtime.Events from 1.0.2-preview-021 to 1.0.2-preview-023 [\#50](https://github.com/nanoframework/System.Net/pull/50) -## [v1.0.2-preview-021](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.2-preview-021) (2018-12-02) +## [v1.0.2-preview-021](https://github.com/nanoframework/System.Net/tree/v1.0.2-preview-021) (2018-12-02) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.2-preview-013...v1.0.2-preview-021) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.2-preview-013...v1.0.2-preview-021) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#49](https://github.com/nanoframework/nanoFramework.System.Net/pull/49) +- Update 2 NuGet dependencies [\#49](https://github.com/nanoframework/System.Net/pull/49) -## [v1.0.2-preview-013](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.2-preview-013) (2018-11-20) +## [v1.0.2-preview-013](https://github.com/nanoframework/System.Net/tree/v1.0.2-preview-013) (2018-11-20) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.2-preview-001...v1.0.2-preview-013) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.2-preview-001...v1.0.2-preview-013) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#47](https://github.com/nanoframework/nanoFramework.System.Net/pull/47) -- Bumps nanoFramework.Runtime.Events from 1.0.0 to 1.0.2-preview-004 [\#45](https://github.com/nanoframework/nanoFramework.System.Net/pull/45) +- Update 2 NuGet dependencies [\#47](https://github.com/nanoframework/System.Net/pull/47) +- Bumps nanoFramework.Runtime.Events from 1.0.0 to 1.0.2-preview-004 [\#45](https://github.com/nanoframework/System.Net/pull/45) -## [v1.0.2-preview-001](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.2-preview-001) (2018-11-07) +## [v1.0.2-preview-001](https://github.com/nanoframework/System.Net/tree/v1.0.2-preview-001) (2018-11-07) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/v1.0.0...v1.0.2-preview-001) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.0.0...v1.0.2-preview-001) **Implemented enhancements:** -- Update snk to match mscorlib [\#18](https://github.com/nanoframework/nanoFramework.System.Net/pull/18) -- Work on X509Certificate class [\#13](https://github.com/nanoframework/nanoFramework.System.Net/pull/13) -- SSL Update for System.Net [\#9](https://github.com/nanoframework/nanoFramework.System.Net/pull/9) -- Work on NetworkInformation [\#3](https://github.com/nanoframework/nanoFramework.System.Net/pull/3) -- System.Net updated with NetworkInformation [\#2](https://github.com/nanoframework/nanoFramework.System.Net/pull/2) +- Update snk to match mscorlib [\#18](https://github.com/nanoframework/System.Net/pull/18) +- Work on X509Certificate class [\#13](https://github.com/nanoframework/System.Net/pull/13) +- SSL Update for System.Net [\#9](https://github.com/nanoframework/System.Net/pull/9) +- Work on NetworkInformation [\#3](https://github.com/nanoframework/System.Net/pull/3) +- System.Net updated with NetworkInformation [\#2](https://github.com/nanoframework/System.Net/pull/2) **Fixed bugs:** -- Work on NetworkInterface [\#15](https://github.com/nanoframework/nanoFramework.System.Net/pull/15) +- Work on NetworkInterface [\#15](https://github.com/nanoframework/System.Net/pull/15) **Documentation and other chores:** -- Update 2 NuGet dependencies [\#34](https://github.com/nanoframework/nanoFramework.System.Net/pull/34) -- Update 2 NuGet dependencies [\#32](https://github.com/nanoframework/nanoFramework.System.Net/pull/32) -- Update 2 NuGet dependencies [\#31](https://github.com/nanoframework/nanoFramework.System.Net/pull/31) -- Bump nanoFramework.Runtime.Events from 1.0.0-preview188 to 1.0.0-preview191 in /source [\#19](https://github.com/nanoframework/nanoFramework.System.Net/pull/19) -- Bump nanoFramework.CoreLibrary and nanoFramework.Runtime.Events in /source [\#16](https://github.com/nanoframework/nanoFramework.System.Net/pull/16) -- Update Nuget packages [\#1](https://github.com/nanoframework/nanoFramework.System.Net/pull/1) +- Update 2 NuGet dependencies [\#34](https://github.com/nanoframework/System.Net/pull/34) +- Update 2 NuGet dependencies [\#32](https://github.com/nanoframework/System.Net/pull/32) +- Update 2 NuGet dependencies [\#31](https://github.com/nanoframework/System.Net/pull/31) +- Bump nanoFramework.Runtime.Events from 1.0.0-preview188 to 1.0.0-preview191 in /source [\#19](https://github.com/nanoframework/System.Net/pull/19) +- Bump nanoFramework.CoreLibrary and nanoFramework.Runtime.Events in /source [\#16](https://github.com/nanoframework/System.Net/pull/16) +- Update Nuget packages [\#1](https://github.com/nanoframework/System.Net/pull/1) -## [v1.0.0](https://github.com/nanoframework/nanoFramework.System.Net/tree/v1.0.0) (2018-10-17) +## [v1.0.0](https://github.com/nanoframework/System.Net/tree/v1.0.0) (2018-10-17) -[Full Changelog](https://github.com/nanoframework/nanoFramework.System.Net/compare/8fa2d6800a15f8ea79c6ef141cdec7300d2269ac...v1.0.0) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/8fa2d6800a15f8ea79c6ef141cdec7300d2269ac...v1.0.0) From 01bb06f29d4c172ef47422fc42595f9cf37c8ed0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:46:01 +0100 Subject: [PATCH 089/104] Update 3 nuget dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 9 +++++---- nanoFramework.System.Net.sln | 2 +- nanoFramework.System.Net/System.Net.nfproj | 16 ++++++++-------- nanoFramework.System.Net/packages.config | 10 +++++----- 5 files changed, 21 insertions(+), 20 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 9cbc862..fb816a0 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -20,8 +20,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 7ce944f..172c6bd 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -15,12 +15,13 @@ images\nf-logo.png Copyright (c) .NET Foundation and Contributors - This package includes the .NET nanoFramework System.Net assembly for nanoFramework C# projects. This package requires a target with System.Net v$nativeVersion$ (checksum $checksum$). + This package includes the .NET nanoFramework System.Net assembly for nanoFramework C# projects. +This package requires a target with System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - - + + + diff --git a/nanoFramework.System.Net.sln b/nanoFramework.System.Net.sln index a5acb39..2df9258 100644 --- a/nanoFramework.System.Net.sln +++ b/nanoFramework.System.Net.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27703.2047 diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index ee3eb5d..7f90367 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -79,13 +79,13 @@ - + false - + false - + false @@ -139,15 +139,15 @@ - ..\packages\nanoFramework.CoreLibrary.1.10.5-preview.4\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.10.5-preview.10\lib\mscorlib.dll True - - ..\packages\nanoFramework.Runtime.Events.1.9.0-preview.28\lib\nanoFramework.Runtime.Events.dll + + ..\packages\nanoFramework.Runtime.Events.1.9.1-preview.3\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Text.1.1.1-preview.51\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.59\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index dcd097b..ceccdb0 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@ - + - - - + + + - \ No newline at end of file + From 9446adcdb070668856f9bf3b2b12824733d15b16 Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 7 Jun 2021 07:52:44 +0000 Subject: [PATCH 090/104] Update CHANGELOG for v1.6.5 ***NO_CI*** --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55cf5f0..edb7e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Documentation and other chores:** +- Update 3 nuget dependencies [\#191](https://github.com/nanoframework/System.Net/pull/191) - Update 2 NuGet dependencies [\#181](https://github.com/nanoframework/System.Net/pull/181) - Update 1 nuget dependencies [\#180](https://github.com/nanoframework/System.Net/pull/180) - Update 1 nuget dependencies [\#179](https://github.com/nanoframework/System.Net/pull/179) From 2119ba416d30e0f7cdcc252ee6a0c461e16b53b2 Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 7 Jun 2021 20:06:18 +0100 Subject: [PATCH 091/104] Update 3 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 6 +++--- nanoFramework.System.Net.sln | 2 +- nanoFramework.System.Net/System.Net.nfproj | 14 +++++++------- nanoFramework.System.Net/packages.config | 10 +++++----- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index fb816a0..6ceaecf 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -20,8 +20,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 172c6bd..186363e 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -19,9 +19,9 @@ This package requires a target with System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - - + + + diff --git a/nanoFramework.System.Net.sln b/nanoFramework.System.Net.sln index 2df9258..a5acb39 100644 --- a/nanoFramework.System.Net.sln +++ b/nanoFramework.System.Net.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27703.2047 diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 7f90367..f94cc59 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -79,13 +79,13 @@ - + false - + false - + false @@ -139,15 +139,15 @@ - ..\packages\nanoFramework.CoreLibrary.1.10.5-preview.10\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.10.5-preview.13\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.9.1-preview.3\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.1-preview.5\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Text.1.1.1-preview.59\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.61\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index ceccdb0..adf19b6 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@ - + - - - + + + - + \ No newline at end of file From 590cad6514eef6da21d203b2aec5f9cbbae4a398 Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 7 Jun 2021 20:11:57 +0100 Subject: [PATCH 092/104] Update 3 NuGet dependencies From 159b4ad4ff6473302aebacf153249a9cc2e2648b Mon Sep 17 00:00:00 2001 From: Laurent Ellerbach Date: Thu, 17 Jun 2021 17:58:28 +0200 Subject: [PATCH 093/104] Adding X509Certificate2 Public and Private Key buffer access (#194) --- .../X509Certificates/X509Certificate2.cs | 12 ++++++++++++ version.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/nanoFramework.System.Net/X509Certificates/X509Certificate2.cs b/nanoFramework.System.Net/X509Certificates/X509Certificate2.cs index 1ef0ab2..09340a6 100644 --- a/nanoFramework.System.Net/X509Certificates/X509Certificate2.cs +++ b/nanoFramework.System.Net/X509Certificates/X509Certificate2.cs @@ -155,6 +155,18 @@ public bool HasPrivateKey } } + /// + /// Gets the private key, null if no private key + /// + /// This will give you access directly to the raw decoded byte array of the private key + public byte[] PrivateKey => _privateKey; + + /// + /// Gets the public key + /// + /// This will give you access directly to the raw decoded byte array of the public key + public byte[] PublicKey => RawData; + /// /// Gets the date in local time after which a certificate is no longer valid. /// diff --git a/version.json b/version.json index f8da1f0..ee3aa31 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.6.5-preview.{height}", + "version": "1.7.0-preview.{height}", "assemblyVersion": { "precision": "revision" }, From 3d5a20dc6d700c06a411307cca418765b6b599a6 Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 17 Jun 2021 16:02:40 +0000 Subject: [PATCH 094/104] Update CHANGELOG for v1.7.0 ***NO_CI*** --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb7e9b..d352bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,27 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.31...HEAD) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.35...HEAD) + +**Implemented enhancements:** + +- Adding X509Certificate2 Public and Private Key buffer access [\#194](https://github.com/nanoframework/System.Net/pull/194) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#193](https://github.com/nanoframework/System.Net/pull/193) + +## [v1.6.5-preview.35](https://github.com/nanoframework/System.Net/tree/v1.6.5-preview.35) (2021-06-07) + +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.33...v1.6.5-preview.35) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#192](https://github.com/nanoframework/System.Net/pull/192) + +## [v1.6.5-preview.33](https://github.com/nanoframework/System.Net/tree/v1.6.5-preview.33) (2021-06-07) + +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.31...v1.6.5-preview.33) **Documentation and other chores:** From 6ce34a489ad57623ad3f5149e773bbd3a12ac706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Fri, 18 Jun 2021 08:11:48 +0100 Subject: [PATCH 095/104] Work CI-CD - Minor fixes in nuspec. ***NO_CI*** --- nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- nanoFramework.System.Net.nuspec | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 6ceaecf..068d46f 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -15,7 +15,7 @@ https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad images\nf-logo.png Copyright (c) .NET Foundation and Contributors - ** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the nanoFramework.System.Net assembly for nanoFramework. These are for testing purposes and for updating the native code base of the library. + ** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the System.Net assembly for .NET nanoFramework. These are for testing purposes and for updating the native code base of the library. nanoFramework.System.Net.DELIVERABLES is not meant for development. diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 186363e..0ec6da8 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -15,8 +15,7 @@ images\nf-logo.png Copyright (c) .NET Foundation and Contributors - This package includes the .NET nanoFramework System.Net assembly for nanoFramework C# projects. -This package requires a target with System.Net v$nativeVersion$ (checksum $checksum$). + This package includes the .NET nanoFramework System.Net assembly for .NET nanoFramework C# projects. This package requires a target with System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net From 539f16c0fd0330cf0e55187fc5922840b7e3cbee Mon Sep 17 00:00:00 2001 From: nfbot Date: Sat, 19 Jun 2021 09:09:06 +0100 Subject: [PATCH 096/104] Update 3 NuGet dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 4 ++-- nanoFramework.System.Net.nuspec | 9 +++++---- nanoFramework.System.Net/System.Net.nfproj | 12 ++++++------ nanoFramework.System.Net/packages.config | 6 +++--- 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index 068d46f..bda6a87 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -20,8 +20,8 @@ - - + + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 0ec6da8..658e3c1 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -15,12 +15,13 @@ images\nf-logo.png Copyright (c) .NET Foundation and Contributors - This package includes the .NET nanoFramework System.Net assembly for .NET nanoFramework C# projects. This package requires a target with System.Net v$nativeVersion$ (checksum $checksum$). + This package includes the .NET nanoFramework System.Net assembly for .NET nanoFramework C# projects. +This package requires a target with System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - - + + + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index f94cc59..e4aaa23 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -79,13 +79,13 @@ - + false - + false - + false @@ -139,15 +139,15 @@ - ..\packages\nanoFramework.CoreLibrary.1.10.5-preview.13\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.10.5-preview.18\lib\mscorlib.dll True - ..\packages\nanoFramework.Runtime.Events.1.9.1-preview.5\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.1-preview.7\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Text.1.1.1-preview.61\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.64\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index adf19b6..a401b26 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file From 6963d8f8c92d588d5e3081af915e2cb60a4916d0 Mon Sep 17 00:00:00 2001 From: nfbot Date: Sat, 19 Jun 2021 09:13:16 +0100 Subject: [PATCH 097/104] Update 3 NuGet dependencies From fa18266d0ebc9e7d9c649c410abcc637d890a298 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jul 2021 01:07:28 +0100 Subject: [PATCH 098/104] Update 1 nuget dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net.sln | 2 +- nanoFramework.System.Net/System.Net.nfproj | 8 ++++---- nanoFramework.System.Net/packages.config | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index bda6a87..d065d01 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -20,7 +20,7 @@ - + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 658e3c1..98a3b45 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -19,7 +19,7 @@ This package requires a target with System.Net v$nativeVersion$ (checksum $checksum$). nanoFramework C# csharp netmf netnf nanoFramework.System.Net - + diff --git a/nanoFramework.System.Net.sln b/nanoFramework.System.Net.sln index a5acb39..2df9258 100644 --- a/nanoFramework.System.Net.sln +++ b/nanoFramework.System.Net.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27703.2047 diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index e4aaa23..9d0067e 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -79,7 +79,7 @@ - + false @@ -138,8 +138,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.10.5-preview.18\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index a401b26..97751fa 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,6 +1,6 @@  - + From b705276ac7e411e307a8f7cb488d882f90c4e143 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 14 Jul 2021 00:17:47 +0000 Subject: [PATCH 099/104] Update CHANGELOG for v1.7.0 ***NO_CI*** --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d352bfa..95322bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,24 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.35...HEAD) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.0-preview.4...HEAD) + +**Documentation and other chores:** + +- Update 1 nuget dependencies [\#197](https://github.com/nanoframework/System.Net/pull/197) +- Update 3 NuGet dependencies [\#196](https://github.com/nanoframework/System.Net/pull/196) + +## [v1.7.0-preview.4](https://github.com/nanoframework/System.Net/tree/v1.7.0-preview.4) (2021-06-19) + +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.0-preview.1...v1.7.0-preview.4) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#195](https://github.com/nanoframework/System.Net/pull/195) + +## [v1.7.0-preview.1](https://github.com/nanoframework/System.Net/tree/v1.7.0-preview.1) (2021-06-17) + +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.6.5-preview.35...v1.7.0-preview.1) **Implemented enhancements:** From 6fcdff9ef829a4ef6f5618626fc90bfedb6a9b57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 01:07:10 +0100 Subject: [PATCH 100/104] Update 2 nuget dependencies --- nanoFramework.System.Net.DELIVERABLES.nuspec | 2 +- nanoFramework.System.Net.nuspec | 4 ++-- nanoFramework.System.Net/System.Net.nfproj | 10 +++++----- nanoFramework.System.Net/packages.config | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/nanoFramework.System.Net.DELIVERABLES.nuspec b/nanoFramework.System.Net.DELIVERABLES.nuspec index d065d01..ed4dff1 100644 --- a/nanoFramework.System.Net.DELIVERABLES.nuspec +++ b/nanoFramework.System.Net.DELIVERABLES.nuspec @@ -21,7 +21,7 @@ - + diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 98a3b45..4298e08 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -20,8 +20,8 @@ This package requires a target with System.Net v$nativeVersion$ (checksum $check nanoFramework C# csharp netmf netnf nanoFramework.System.Net - - + + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 9d0067e..3a3aba4 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -82,10 +82,10 @@ false - + false - + false @@ -142,12 +142,12 @@ ..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll True - - ..\packages\nanoFramework.Runtime.Events.1.9.1-preview.7\lib\nanoFramework.Runtime.Events.dll + + ..\packages\nanoFramework.Runtime.Events.1.9.1\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Text.1.1.1-preview.64\lib\nanoFramework.System.Text.dll + ..\packages\nanoFramework.System.Text.1.1.1-preview.70\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index 97751fa..bff6faf 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -1,7 +1,7 @@  - - + + \ No newline at end of file From 84bbe8dbfac9a89ffb54bd7d4511707cec0fd9cc Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 15 Jul 2021 00:12:07 +0000 Subject: [PATCH 101/104] Update CHANGELOG for v1.7.0 ***NO_CI*** --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95322bb..3cd5516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.0-preview.4...HEAD) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.0-preview.6...HEAD) + +**Documentation and other chores:** + +- Update 2 nuget dependencies [\#198](https://github.com/nanoframework/System.Net/pull/198) + +## [v1.7.0-preview.6](https://github.com/nanoframework/System.Net/tree/v1.7.0-preview.6) (2021-07-14) + +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.0-preview.4...v1.7.0-preview.6) **Documentation and other chores:** From 647e853f0976313f4362c91ecf2173a6ed3cb486 Mon Sep 17 00:00:00 2001 From: nfbot Date: Fri, 16 Jul 2021 00:52:19 +0100 Subject: [PATCH 102/104] Bumps nanoFramework.System.Text from 1.1.1-preview.70 to 1.1.1 --- nanoFramework.System.Net.nuspec | 2 +- nanoFramework.System.Net/System.Net.nfproj | 8 ++++---- nanoFramework.System.Net/packages.config | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nanoFramework.System.Net.nuspec b/nanoFramework.System.Net.nuspec index 4298e08..7096579 100644 --- a/nanoFramework.System.Net.nuspec +++ b/nanoFramework.System.Net.nuspec @@ -21,7 +21,7 @@ This package requires a target with System.Net v$nativeVersion$ (checksum $check - + diff --git a/nanoFramework.System.Net/System.Net.nfproj b/nanoFramework.System.Net/System.Net.nfproj index 3a3aba4..1bdb6cf 100644 --- a/nanoFramework.System.Net/System.Net.nfproj +++ b/nanoFramework.System.Net/System.Net.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -85,7 +85,7 @@ false - + false @@ -146,8 +146,8 @@ ..\packages\nanoFramework.Runtime.Events.1.9.1\lib\nanoFramework.Runtime.Events.dll True - - ..\packages\nanoFramework.System.Text.1.1.1-preview.70\lib\nanoFramework.System.Text.dll + + ..\packages\nanoFramework.System.Text.1.1.1\lib\nanoFramework.System.Text.dll True diff --git a/nanoFramework.System.Net/packages.config b/nanoFramework.System.Net/packages.config index bff6faf..9becc99 100644 --- a/nanoFramework.System.Net/packages.config +++ b/nanoFramework.System.Net/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file From b630bb6e209eebc9ae9b229de9305b34ad2947f3 Mon Sep 17 00:00:00 2001 From: nfbot Date: Fri, 16 Jul 2021 00:00:05 +0000 Subject: [PATCH 103/104] Update CHANGELOG for v1.7.0 ***NO_CI*** --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd5516..8e878b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/System.Net/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.0-preview.6...HEAD) +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.0-preview.8...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.System.Text from 1.1.1-preview.70 to 1.1.1 [\#199](https://github.com/nanoframework/System.Net/pull/199) + +## [v1.7.0-preview.8](https://github.com/nanoframework/System.Net/tree/v1.7.0-preview.8) (2021-07-15) + +[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.0-preview.6...v1.7.0-preview.8) **Documentation and other chores:** From ae7d327d17de423052f1a2fefde845194b4ce25c Mon Sep 17 00:00:00 2001 From: nfbot Date: Fri, 16 Jul 2021 11:11:54 +0000 Subject: [PATCH 104/104] Set version to '1.7.0' --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index ee3aa31..8bd98ca 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.7.0-preview.{height}", + "version": "1.7.0", "assemblyVersion": { "precision": "revision" }, @@ -22,4 +22,4 @@ "versionIncrement": "build", "firstUnstableTag": "preview" } -} +} \ No newline at end of file