Skip to content

Commit bc2fccc

Browse files
Merge branch 'main' into issue-1464
2 parents 120e532 + 588dd2a commit bc2fccc

24 files changed

+359
-345
lines changed

.github/.changelog-config.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"categories": [
3+
{
4+
"title": "## New Features and enhancements",
5+
"labels": [
6+
"Type: enhancement"
7+
],
8+
"exhaustive": true
9+
},
10+
{
11+
"title": "## Bug Fixes",
12+
"labels": [
13+
"Type: bug"
14+
],
15+
"exhaustive": true
16+
},
17+
{
18+
"title": "## Documentation",
19+
"labels": [
20+
"Type: documentation"
21+
],
22+
"exhaustive": true
23+
},
24+
{
25+
"title": "## ⚠️ Breaking Changes",
26+
"labels": [
27+
"Breaking-Change"
28+
],
29+
"exhaustive": true
30+
},
31+
{
32+
"title": "## Updated dependencies",
33+
"labels": [
34+
"Type: dependencies"
35+
],
36+
"exhaustive": true
37+
}
38+
],
39+
"sort": "ASC",
40+
"template": "${{CHANGELOG}}\n\n**Full Changelog:** ${{RELEASE_DIFF}}\n\nThe following NuGet packages are available from this release:\n\n:package: [nanoFramework.System.Net.Http](https://www.nuget.org/packages/nanoFramework.System.Net.Http/)\n:package: [nanoFramework.System.Net.Http.Client](https://www.nuget.org/packages/nanoFramework.System.Net.Http.Client/)\n:package: [nanoFramework.System.Net.Http.Server](https://www.nuget.org/packages/nanoFramework.System.Net.Http.Server/)",
41+
"pr_template": "* ${{TITLE}} by @${{AUTHOR}} in #${{NUMBER}}",
42+
"empty_template": "- no changes",
43+
"max_tags_to_fetch": 200,
44+
"max_pull_requests": 200
45+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright (c) .NET Foundation and Contributors
2+
# See LICENSE file in the project root for full license information.
3+
4+
name: Generate Changelog
5+
run-name: Generate changelog
6+
7+
on:
8+
push:
9+
tags:
10+
- '*'
11+
12+
jobs:
13+
compose_changelog:
14+
name: nanoFramework
15+
uses: nanoframework/nf-tools/.github/workflows/generate-changelog.yml@main
16+
secrets: inherit

.github_changelog_generator

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

NuGet.Config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<configuration>
33
<packageSources>
44
<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" />
65
</packageSources>
76
</configuration>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@ The **nanoFramework** Class Libraries are licensed under the [MIT license](LICEN
186186
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behaviour in our community.
187187
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
188188

189-
### .NET Foundation
189+
## .NET Foundation
190190

191191
This project is supported by the [.NET Foundation](https://dotnetfoundation.org).

Tests/HttpUnitTests/HttpUnitTests.nfproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@
4343
<ProjectReference Include="..\..\nanoFramework.System.Net.Http\System.Net.Http.nfproj" />
4444
</ItemGroup>
4545
<ItemGroup>
46-
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
47-
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
46+
<Reference Include="mscorlib, Version=1.17.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
47+
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.17.1\lib\mscorlib.dll</HintPath>
4848
</Reference>
49-
<Reference Include="nanoFramework.System.Text, Version=1.3.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
50-
<HintPath>..\..\packages\nanoFramework.System.Text.1.3.1\lib\nanoFramework.System.Text.dll</HintPath>
49+
<Reference Include="nanoFramework.System.Text, Version=1.3.29.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
50+
<HintPath>..\..\packages\nanoFramework.System.Text.1.3.29\lib\nanoFramework.System.Text.dll</HintPath>
5151
</Reference>
52-
<Reference Include="nanoFramework.TestFramework, Version=3.0.49.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
53-
<HintPath>..\..\packages\nanoFramework.TestFramework.3.0.49\lib\nanoFramework.TestFramework.dll</HintPath>
52+
<Reference Include="nanoFramework.TestFramework, Version=3.0.68.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
53+
<HintPath>..\..\packages\nanoFramework.TestFramework.3.0.68\lib\nanoFramework.TestFramework.dll</HintPath>
5454
</Reference>
5555
<Reference Include="nanoFramework.UnitTestLauncher, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
56-
<HintPath>..\..\packages\nanoFramework.TestFramework.3.0.49\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
56+
<HintPath>..\..\packages\nanoFramework.TestFramework.3.0.68\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
5757
</Reference>
58-
<Reference Include="System.IO.Streams, Version=1.1.77.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
59-
<HintPath>..\..\packages\nanoFramework.System.IO.Streams.1.1.77\lib\System.IO.Streams.dll</HintPath>
58+
<Reference Include="System.IO.Streams, Version=1.1.89.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
59+
<HintPath>..\..\packages\nanoFramework.System.IO.Streams.1.1.89\lib\System.IO.Streams.dll</HintPath>
6060
</Reference>
6161
</ItemGroup>
6262
<ItemGroup>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.System.IO.Streams" version="1.1.77" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.System.Text" version="1.3.1" targetFramework="netnano1.0" />
6-
<package id="nanoFramework.TestFramework" version="3.0.49" targetFramework="netnano1.0" developmentDependency="true" />
3+
<package id="nanoFramework.CoreLibrary" version="1.17.1" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.System.IO.Streams" version="1.1.89" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.System.Text" version="1.3.29" targetFramework="netnano1.0" />
6+
<package id="nanoFramework.TestFramework" version="3.0.68" targetFramework="netnano1.0" developmentDependency="true" />
77
</packages>

Tests/HttpUnitTests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
".NETnanoFramework,Version=v1.0": {
55
"nanoFramework.CoreLibrary": {
66
"type": "Direct",
7-
"requested": "[1.15.5, 1.15.5]",
8-
"resolved": "1.15.5",
9-
"contentHash": "u2+GvAp1uxLrGdILACAZy+EVKOs28EQ52j8Lz7599egXZ3GBGejjnR2ofhjMQwzrJLlgtyrsx8nSLngDfJNsAg=="
7+
"requested": "[1.17.1, 1.17.1]",
8+
"resolved": "1.17.1",
9+
"contentHash": "T/iPvP8AeZs/5UeZgVa2cZVbl79ioeRyBJLzx4qvKbE9RE+984AR5WPY4tjGIdXugs1AFUYYnydvuGCpy+P1ww=="
1010
},
1111
"nanoFramework.System.IO.Streams": {
1212
"type": "Direct",
13-
"requested": "[1.1.77, 1.1.77]",
14-
"resolved": "1.1.77",
15-
"contentHash": "zCEUBldDYkA1f02bdkz7VSLa/2NDRBtclS61ujcXs7IvfFcNF1qY2lLTCoPnznxAvJqPGoN49CbGbW9D4hJH3g=="
13+
"requested": "[1.1.89, 1.1.89]",
14+
"resolved": "1.1.89",
15+
"contentHash": "dXDRUuNW8tJgJekTGP/EA5MVMGfeBeIDfTMlFyN1OHN9Yq0OyiKp/NiLjwtiak4o7uLn/03x76vlCFju7yhIHg=="
1616
},
1717
"nanoFramework.System.Text": {
1818
"type": "Direct",
19-
"requested": "[1.3.1, 1.3.1]",
20-
"resolved": "1.3.1",
21-
"contentHash": "6BFCg7LUeN0Xx1R4QQF6HKDb3BnihtYY7X47IIkfFmsIurJbu643HyidhTxG/BwK4UYWRMC/Io4s/KdsLs6WlA=="
19+
"requested": "[1.3.29, 1.3.29]",
20+
"resolved": "1.3.29",
21+
"contentHash": "h7Jbjd8vmNrro/co6s+Zth+OvStgvOiT3RQtlaqa2t6FmnLZGXkF7LAykjLqWeNfHTafGbBLkSMqHw2VHo4Dmg=="
2222
},
2323
"nanoFramework.TestFramework": {
2424
"type": "Direct",
25-
"requested": "[3.0.49, 3.0.49]",
26-
"resolved": "3.0.49",
27-
"contentHash": "+9xecBciJEhjSbNvnfET1nT3Zxvem9DMg8/yd30EOTHbccFhp5sjG5SO3CWVP/aLJib2I8KkjINiWXPjAuW7+w=="
25+
"requested": "[3.0.68, 3.0.68]",
26+
"resolved": "3.0.68",
27+
"contentHash": "K+CKHTFqUW0H46CjkcLOCHcrLJDGmwErisQDXIKvUEgp0gE7rrsAat072aCcjXxojotSwa34hD/NIV4OF7vXgQ=="
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)