Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Fixes in nuspecs.
- Fix reference of system.net package in project file.
  • Loading branch information
josesimoes committed May 14, 2021
1 parent 0e1572f commit 32817b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
trigger:
branches:
include: [main, master, develop, "release-*" ]
include: [main, develop, "release-*" ]
paths:
exclude: ["*.md", .gitignore]
exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
tags:
include: ["v*"]

Expand Down
10 changes: 5 additions & 5 deletions nanoFramework.WebServer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<title>WebServer for nanoFramework</title>
<version>$version$</version>
<authors>Laurent Ellerbach</authors>
<owners>nanoFramework,dotnetfoundation</owners>
<owners>nanoFramework project contributors,dotnetfoundation</owners>
<license type="file">LICENSE.md</license>
<projectUrl>https://github.com/nanoframework/nanoFramework.WebServer</projectUrl>
<icon>images\nf-logo.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>false</developmentDependency>
<description>
This is a simple multithread WebServer supporting simple controller and event based
calls. Perfect for nanoFramework REST API based project. Support all type of Http Methods.
Perfect for simple embedded web pages, with Support of file on a storage (USB, SD Card, in Memory).
Supports https and http.
This is a simple multithread WebServer supporting simple controller and event based calls.&#10;
Perfect for .NET nanoFramework REST API based project. Support all type of Http Methods.&#10;
Perfect for simple embedded web pages, with Support of file on a storage (USB, SD Card, in Memory).&#10;
Supports both HTTPS and HTTP.
</description>
<releaseNotes>
</releaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.WebServer/nanoFramework.WebServer.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<Private>True</Private>
</Reference>
<Reference Include="System.Net, Version=1.6.5.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Net.1.3.4-preview.23\lib\System.Net.dll</HintPath>
<HintPath>..\packages\nanoFramework.System.Net.1.6.5-preview.15\lib\System.Net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Net.Http, Version=1.3.4.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down

0 comments on commit 32817b5

Please sign in to comment.