File tree Expand file tree Collapse file tree 6 files changed +21
-7
lines changed Expand file tree Collapse file tree 6 files changed +21
-7
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ {
2
+ "SignClient" : {
3
+ "AzureAd" : {
4
+ "AADInstance" : " https://login.microsoftonline.com/" ,
5
+ "ClientId" : " c248d68a-ba6f-4aa9-8a68-71fe872063f8" ,
6
+ "TenantId" : " 16076fdc-fcc1-4a15-b1ca-32c9a255900e"
7
+ },
8
+ "Service" : {
9
+ "Url" : " https://codesign.dotnetfoundation.org/" ,
10
+ "ResourceId" : " https://SignService/3c30251f-36f3-490b-a955-520addb85001"
11
+ }
12
+ }
13
+ }
14
+
Original file line number Diff line number Diff line change
1
+ **/nanoFramework.WebServer.*
Original file line number Diff line number Diff line change 5
5
<title >WebServer for nanoFramework</title >
6
6
<version >$version$</version >
7
7
<authors >Laurent Ellerbach</authors >
8
- <owners >nanoFramework project contributors</owners >
9
- <license type =" expression " >MIT </license >
8
+ <owners >nanoFramework project contributors,dotnetfoundation </owners >
9
+ <license type =" file " >LICENSE.md </license >
10
10
<projectUrl >https://github.com/nanoframework/nanoFramework.WebServer</projectUrl >
11
- <iconUrl >https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl >
12
- <icon >images\nf-logo.png</icon >
11
+ <icon >nf-logo.png</icon >
13
12
<requireLicenseAcceptance >false</requireLicenseAcceptance >
14
13
<developmentDependency >false</developmentDependency >
15
- <summary >.NET nanoFramework WebServer</summary >
16
14
<description >
17
15
This is a simple multithread WebServer supporting simple controller and event based
18
16
calls. Perfect for nanoFramework REST API based project. Support all type of Http Methods.
37
35
<files >
38
36
<file src =" nanoFramework.WebServer\bin\Release\nanoFramework.WebServer.*" target =" lib" />
39
37
40
- <file src =" readme.txt" target =" readme.txt" />
41
- <file src =" nanoFramework.WebServer\nf-logo.png" target =" images\" />
38
+ <file src =" assets\readme.txt" target =" " />
39
+ <file src =" assets\nf-logo.png" target =" " />
40
+ <file src =" LICENSE.md" target =" " />
42
41
</files >
43
42
</package >
You can’t perform that action at this time.
0 commit comments