Skip to content

Commit 32817b5

Browse files
committed
Work CI-CD
- Fixes in nuspecs. - Fix reference of system.net package in project file.
1 parent 0e1572f commit 32817b5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
trigger:
22
branches:
3-
include: [main, master, develop, "release-*" ]
3+
include: [main, develop, "release-*" ]
44
paths:
5-
exclude: ["*.md", .gitignore]
5+
exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
66
tags:
77
include: ["v*"]
88

nanoFramework.WebServer.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<title>WebServer for nanoFramework</title>
66
<version>$version$</version>
77
<authors>Laurent Ellerbach</authors>
8-
<owners>nanoFramework,dotnetfoundation</owners>
8+
<owners>nanoFramework project contributors,dotnetfoundation</owners>
99
<license type="file">LICENSE.md</license>
1010
<projectUrl>https://github.com/nanoframework/nanoFramework.WebServer</projectUrl>
1111
<icon>images\nf-logo.png</icon>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<developmentDependency>false</developmentDependency>
1414
<description>
15-
This is a simple multithread WebServer supporting simple controller and event based
16-
calls. Perfect for nanoFramework REST API based project. Support all type of Http Methods.
17-
Perfect for simple embedded web pages, with Support of file on a storage (USB, SD Card, in Memory).
18-
Supports https and http.
15+
This is a simple multithread WebServer supporting simple controller and event based calls.&#10;
16+
Perfect for .NET nanoFramework REST API based project. Support all type of Http Methods.&#10;
17+
Perfect for simple embedded web pages, with Support of file on a storage (USB, SD Card, in Memory).&#10;
18+
Supports both HTTPS and HTTP.
1919
</description>
2020
<releaseNotes>
2121
</releaseNotes>

nanoFramework.WebServer/nanoFramework.WebServer.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<Private>True</Private>
6262
</Reference>
6363
<Reference Include="System.Net, Version=1.6.5.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
64-
<HintPath>..\packages\nanoFramework.System.Net.1.3.4-preview.23\lib\System.Net.dll</HintPath>
64+
<HintPath>..\packages\nanoFramework.System.Net.1.6.5-preview.15\lib\System.Net.dll</HintPath>
6565
<Private>True</Private>
6666
</Reference>
6767
<Reference Include="System.Net.Http, Version=1.3.4.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

0 commit comments

Comments
 (0)