Skip to content

Commit 7b881ba

Browse files
authored
Merge pull request #213 from nanoframework/release-v1.7.1
release-v1.7.1
2 parents 66cd1ae + 52ab65f commit 7b881ba

File tree

12 files changed

+104
-45
lines changed

12 files changed

+104
-45
lines changed

CHANGELOG.md

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

3+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.1-preview.21...HEAD)
4+
5+
**Documentation and other chores:**
6+
7+
- Bumps nanoFramework.System.Text from 1.1.2-preview.14 to 1.1.2 [\#212](https://github.com/nanoframework/System.Net/pull/212)
8+
9+
## [v1.7.1-preview.21](https://github.com/nanoframework/System.Net/tree/v1.7.1-preview.21) (2021-12-02)
10+
11+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.1-preview.19...v1.7.1-preview.21)
12+
13+
**Documentation and other chores:**
14+
15+
- Bumps nanoFramework.Runtime.Events from 1.9.2-preview.14 to 1.9.2 [\#211](https://github.com/nanoframework/System.Net/pull/211)
16+
- Update 3 NuGet dependencies [\#210](https://github.com/nanoframework/System.Net/pull/210)
17+
18+
## [v1.7.1-preview.19](https://github.com/nanoframework/System.Net/tree/v1.7.1-preview.19) (2021-12-02)
19+
20+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.1-preview.17...v1.7.1-preview.19)
21+
22+
**Documentation and other chores:**
23+
24+
- Update 3 NuGet dependencies [\#209](https://github.com/nanoframework/System.Net/pull/209)
25+
26+
## [v1.7.1-preview.17](https://github.com/nanoframework/System.Net/tree/v1.7.1-preview.17) (2021-12-02)
27+
28+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.1-preview.15...v1.7.1-preview.17)
29+
30+
**Documentation and other chores:**
31+
32+
- Bumps nanoFramework.System.Text from 1.1.2-preview.9 to 1.1.2-preview.12 [\#208](https://github.com/nanoframework/System.Net/pull/208)
33+
34+
## [v1.7.1-preview.15](https://github.com/nanoframework/System.Net/tree/v1.7.1-preview.15) (2021-12-01)
35+
36+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.1-preview.13...v1.7.1-preview.15)
37+
38+
**Documentation and other chores:**
39+
40+
- Bumps nanoFramework.System.Text from 1.1.1 to 1.1.2-preview.9 [\#207](https://github.com/nanoframework/System.Net/pull/207)
41+
42+
## [v1.7.1-preview.13](https://github.com/nanoframework/System.Net/tree/v1.7.1-preview.13) (2021-12-01)
43+
44+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.1-preview.9...v1.7.1-preview.13)
45+
46+
**Fixed bugs:**
47+
48+
- Fix spelling of MacAddress property [\#205](https://github.com/nanoframework/System.Net/pull/205)
49+
50+
**Documentation and other chores:**
51+
52+
- Update 2 nuget dependencies [\#206](https://github.com/nanoframework/System.Net/pull/206)
53+
54+
## [v1.7.1-preview.9](https://github.com/nanoframework/System.Net/tree/v1.7.1-preview.9) (2021-10-22)
55+
56+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.1-preview.6...v1.7.1-preview.9)
57+
58+
**Documentation and other chores:**
59+
60+
- Bumps nanoFramework.Runtime.Events from 1.9.2-preview.5 to 1.9.2-preview.8 [\#204](https://github.com/nanoframework/System.Net/pull/204)
61+
62+
## [v1.7.1-preview.6](https://github.com/nanoframework/System.Net/tree/v1.7.1-preview.6) (2021-10-17)
63+
64+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.0...v1.7.1-preview.6)
65+
66+
**Documentation and other chores:**
67+
68+
- Bumps nanoFramework.Runtime.Events from 1.9.1 to 1.9.2-preview.5 [\#202](https://github.com/nanoframework/System.Net/pull/202)
69+
70+
## [v1.7.0](https://github.com/nanoframework/System.Net/tree/v1.7.0) (2021-07-16)
71+
72+
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.0-preview.10...v1.7.0)
73+
374
## [v1.7.0-preview.10](https://github.com/nanoframework/System.Net/tree/v1.7.0-preview.10) (2021-07-15)
475

576
[Full Changelog](https://github.com/nanoframework/System.Net/compare/v1.7.0-preview.8...v1.7.0-preview.10)

NuGet.Config

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[![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)
22

3-
![nanoFramework logo](https://github.com/nanoframework/Home/blob/main/resources/logo/nanoFramework-repo-logo.png)
3+
![nanoFramework logo](https://raw.githubusercontent.com/nanoframework/Home/main/resources/logo/nanoFramework-repo-logo.png)
44

55
-----
66

7-
### Welcome to the **nanoFramework** System.Net Library repository!
7+
### Welcome to the .NET **nanoFramework** System.Net Library repository
88

99
## Build status
1010

@@ -29,7 +29,7 @@ The **nanoFramework** Class Libraries are licensed under the [MIT license](LICEN
2929

3030
## Code of Conduct
3131

32-
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
32+
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behaviour in our community.
3333
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
3434

3535
### .NET Foundation

assets/nf-logo.png

4.95 KB
Loading

azure-pipelines.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ trigger:
77
include: ["v*"]
88

99
# PR always trigger build
10+
pr:
11+
autoCancel: true
1012

1113
# add nf-tools repo to resources (for Azure Pipelines templates)
1214
resources:
@@ -27,7 +29,7 @@ jobs:
2729

2830
variables:
2931
DOTNET_NOLOGO: true
30-
solution: '**/*.sln'
32+
solution: 'nanoFramework.System.Net.sln'
3133
buildPlatform: 'Any CPU'
3234
buildConfiguration: 'Release'
3335
nugetPackageName: 'nanoFramework.System.Net'
@@ -66,7 +68,8 @@ jobs:
6668
gitHubToken: $(GitHubToken)
6769
repositoriesToUpdate: |
6870
System.Net.Http
69-
paho.mqtt.m2mqtt
71+
nanoFramework.System.Net.WebSockets
72+
nanoFramework.m2mqtt
7073
7174
##################################
7275
# report build failure to Discord

nanoFramework.System.Net.DELIVERABLES.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>$version$</version>
66
<title>nanoFramework.System.Net.DELIVERABLES</title>
77
<authors>nanoFramework project contributors</authors>
8-
<owners>nanoFramework project contributors,dotnetfoundation</owners>
8+
<owners>nanoFramework,dotnetfoundation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<license type="file">LICENSE.md</license>
1111
<releaseNotes>
@@ -20,8 +20,8 @@
2020
<tags>
2121
</tags>
2222
<dependencies>
23-
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
24-
<dependency id="nanoFramework.Runtime.Events" version="1.9.1" />
23+
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
24+
<dependency id="nanoFramework.Runtime.Events" version="1.9.2" />
2525
</dependencies>
2626
</metadata>
2727
<files>

nanoFramework.System.Net.nuspec

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<version>$version$</version>
66
<title>nanoFramework.System.Net</title>
77
<authors>nanoFramework project contributors</authors>
8-
<owners>nanoFramework project contributors,dotnetfoundation</owners>
8+
<owners>nanoFramework,dotnetfoundation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<license type="file">LICENSE.md</license>
1111
<releaseNotes>
1212
</releaseNotes>
13+
<readme>docs\README.md</readme>
1314
<developmentDependency>false</developmentDependency>
1415
<projectUrl>https://github.com/nanoframework/System.Net</projectUrl>
1516
<icon>images\nf-logo.png</icon>
@@ -19,9 +20,9 @@
1920
This package requires a target with System.Net v$nativeVersion$ (checksum $checksum$).</description>
2021
<tags>nanoFramework C# csharp netmf netnf nanoFramework.System.Net</tags>
2122
<dependencies>
22-
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
23-
<dependency id="nanoFramework.Runtime.Events" version="1.9.1" />
24-
<dependency id="nanoFramework.System.Text" version="1.1.1" />
23+
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
24+
<dependency id="nanoFramework.Runtime.Events" version="1.9.2" />
25+
<dependency id="nanoFramework.System.Text" version="1.1.2" />
2526
</dependencies>
2627
</metadata>
2728
<files>
@@ -31,6 +32,7 @@ This package requires a target with System.Net v$nativeVersion$ (checksum $check
3132
<file src="nanoFramework.System.Net\bin\Release\System.Net.pe" target="lib\System.Net.pe" />
3233
<file src="nanoFramework.System.Net\bin\Release\System.Net.xml" target="lib\System.Net.xml" />
3334
<file src="assets\readme.txt" target="" />
35+
<file src="README.md" target="docs\" />
3436
<file src="assets\nf-logo.png" target="images" />
3537
<file src="LICENSE.md" target="" />
3638
</files>

nanoFramework.System.Net/NetworkInformation/WirelessAPStation.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ internal WirelessAPStation(byte[] mac, sbyte rssi, PhyProtocols phyp)
5454
}
5555

5656
/// <summary>
57-
/// Returns the MAc address of the connected Client.
57+
/// Returns the MAC address of the connected Client.
5858
/// </summary>
59-
public byte[] MacAddres { get => _macAddress; }
59+
public byte[] MacAddress { get => _macAddress; }
6060

6161
/// <summary>
6262
/// Returns the Received signal strength indication(RSSI) of connected Client.

nanoFramework.System.Net/README.txt

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

nanoFramework.System.Net/System.Net.nfproj

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
4-
<NanoFrameworkProjectSystemPath>$(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
4+
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
55
</PropertyGroup>
66
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props')" />
77
<PropertyGroup>
@@ -78,17 +78,6 @@
7878
<InProject>false</InProject>
7979
</NFMDP_PE_ExcludeClassByName>
8080
</ItemGroup>
81-
<ItemGroup>
82-
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll">
83-
<InProject>false</InProject>
84-
</NFMDP_PE_LoadHints>
85-
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.Runtime.Events.1.9.1\lib\nanoFramework.Runtime.Events.dll">
86-
<InProject>false</InProject>
87-
</NFMDP_PE_LoadHints>
88-
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.System.Text.1.1.1\lib\nanoFramework.System.Text.dll">
89-
<InProject>false</InProject>
90-
</NFMDP_PE_LoadHints>
91-
</ItemGroup>
9281
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
9382
<ItemGroup>
9483
<Compile Include="DNS.cs" />
@@ -138,16 +127,16 @@
138127
<Content Include="README.txt" />
139128
</ItemGroup>
140129
<ItemGroup>
141-
<Reference Include="mscorlib, Version=1.10.5.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
142-
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll</HintPath>
130+
<Reference Include="mscorlib, Version=1.11.7.2, Culture=neutral, PublicKeyToken=c07d481e9758c731">
131+
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath>
143132
<Private>True</Private>
144133
</Reference>
145-
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.1.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
146-
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.1\lib\nanoFramework.Runtime.Events.dll</HintPath>
134+
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
135+
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2\lib\nanoFramework.Runtime.Events.dll</HintPath>
147136
<Private>True</Private>
148137
</Reference>
149-
<Reference Include="nanoFramework.System.Text, Version=1.1.1.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
150-
<HintPath>..\packages\nanoFramework.System.Text.1.1.1\lib\nanoFramework.System.Text.dll</HintPath>
138+
<Reference Include="nanoFramework.System.Text, Version=1.1.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
139+
<HintPath>..\packages\nanoFramework.System.Text.1.1.2\lib\nanoFramework.System.Text.dll</HintPath>
151140
<Private>True</Private>
152141
</Reference>
153142
</ItemGroup>
@@ -164,4 +153,4 @@
164153
</PropertyGroup>
165154
<Error Condition="!Exists('..\packages\Nerdbank.GitVersioning.3.1.91\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.3.1.91\build\Nerdbank.GitVersioning.targets'))" />
166155
</Target>
167-
</Project>
156+
</Project>

0 commit comments

Comments
 (0)