Skip to content

Commit 7951a07

Browse files
authored
Release release-v1.6.1
***PUBLISH_RELEASE***
2 parents 5c6b791 + c89afc1 commit 7951a07

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [v1.6.1-preview.2](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.1-preview.2) (2020-06-16)
44

5+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.0...HEAD)
6+
7+
**Documentation and other chores:**
8+
9+
- Bumps nanoFramework.System.Text from 1.0.0 to 1.1.0 [\#134](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/134)
10+
11+
## [v1.6.0](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.0) (2020-06-16)
12+
13+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.1-preview.2...v1.6.0)
14+
15+
**Documentation and other chores:**
16+
17+
- Release release-v1.6.0 [\#133](https://github.com/nanoframework/lib-nanoFramework.System.Net/pull/133)
18+
19+
## [v1.6.1-preview.2](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.1-preview.2) (2020-06-16)
20+
521
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net/compare/v1.6.0-preview.6...v1.6.1-preview.2)
622

723
## [v1.6.0-preview.6](https://github.com/nanoframework/lib-nanoFramework.System.Net/tree/v1.6.0-preview.6) (2020-06-16)

source/nanoFramework.System.Net.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This package requires a target with nanoFramework..System.Net v$nativeVersion$.<
2222
<dependencies>
2323
<dependency id="nanoFramework.CoreLibrary" version="1.7.3" />
2424
<dependency id="nanoFramework.Runtime.Events" version="1.8.0" />
25-
<dependency id="nanoFramework.System.Text" version="1.0.0" />
25+
<dependency id="nanoFramework.System.Text" version="1.1.0" />
2626
</dependencies>
2727
</metadata>
2828
<files>

source/nanoFramework.System.Net/System.Net.nfproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.Runtime.Events.1.8.0\lib\nanoFramework.Runtime.Events.dll">
4646
<InProject>false</InProject>
4747
</NFMDP_PE_LoadHints>
48-
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.System.Text.1.0.0\lib\nanoFramework.System.Text.dll">
48+
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.System.Text.1.1.0\lib\nanoFramework.System.Text.dll">
4949
<InProject>false</InProject>
5050
</NFMDP_PE_LoadHints>
5151
</ItemGroup>
@@ -104,8 +104,8 @@
104104
<HintPath>..\packages\nanoFramework.Runtime.Events.1.8.0\lib\nanoFramework.Runtime.Events.dll</HintPath>
105105
<Private>True</Private>
106106
</Reference>
107-
<Reference Include="nanoFramework.System.Text, Version=1.0.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
108-
<HintPath>..\packages\nanoFramework.System.Text.1.0.0\lib\nanoFramework.System.Text.dll</HintPath>
107+
<Reference Include="nanoFramework.System.Text, Version=1.1.0.2, Culture=neutral, PublicKeyToken=c07d481e9758c731">
108+
<HintPath>..\packages\nanoFramework.System.Text.1.1.0\lib\nanoFramework.System.Text.dll</HintPath>
109109
<Private>True</Private>
110110
</Reference>
111111
</ItemGroup>

source/nanoFramework.System.Net/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.7.3" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Runtime.Events" version="1.8.0" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.System.Text" version="1.0.0" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.System.Text" version="1.1.0" targetFramework="netnanoframework10" />
66
<package id="Nerdbank.GitVersioning" version="3.1.91" developmentDependency="true" targetFramework="netnanoframework10" />
77
</packages>

source/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"assemblyVersion": {
55
"precision": "revision"
66
},

0 commit comments

Comments
 (0)