Skip to content

Commit

Permalink
C# node Manager with external library and added new user + add object…
Browse files Browse the repository at this point in the history
… functionality
  • Loading branch information
jpadillaperez committed Feb 21, 2023
1 parent 73b4e45 commit 0a61486
Show file tree
Hide file tree
Showing 2,251 changed files with 647,827 additions and 82 deletions.
Binary file added Plugins/Json130r2/Bin/net20/Newtonsoft.Json.dll
Binary file not shown.
Binary file added Plugins/Json130r2/Bin/net20/Newtonsoft.Json.pdb
Binary file not shown.
10,393 changes: 10,393 additions & 0 deletions Plugins/Json130r2/Bin/net20/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file added Plugins/Json130r2/Bin/net35/Newtonsoft.Json.dll
Binary file not shown.
Binary file added Plugins/Json130r2/Bin/net35/Newtonsoft.Json.pdb
Binary file not shown.
9,541 changes: 9,541 additions & 0 deletions Plugins/Json130r2/Bin/net35/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file added Plugins/Json130r2/Bin/net40/Newtonsoft.Json.dll
Binary file not shown.
Binary file added Plugins/Json130r2/Bin/net40/Newtonsoft.Json.pdb
Binary file not shown.
9,741 changes: 9,741 additions & 0 deletions Plugins/Json130r2/Bin/net40/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file added Plugins/Json130r2/Bin/net45/Newtonsoft.Json.dll
Binary file not shown.
Binary file added Plugins/Json130r2/Bin/net45/Newtonsoft.Json.pdb
Binary file not shown.
11,363 changes: 11,363 additions & 0 deletions Plugins/Json130r2/Bin/net45/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file added Plugins/Json130r2/Bin/net6.0/Newtonsoft.Json.dll
Binary file not shown.
Binary file added Plugins/Json130r2/Bin/net6.0/Newtonsoft.Json.pdb
Binary file not shown.
11,325 changes: 11,325 additions & 0 deletions Plugins/Json130r2/Bin/net6.0/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
11,051 changes: 11,051 additions & 0 deletions Plugins/Json130r2/Bin/netstandard1.0/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
11,173 changes: 11,173 additions & 0 deletions Plugins/Json130r2/Bin/netstandard1.3/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
11,338 changes: 11,338 additions & 0 deletions Plugins/Json130r2/Bin/netstandard2.0/Newtonsoft.Json.xml

Large diffs are not rendered by default.

280 changes: 280 additions & 0 deletions Plugins/Json130r2/Source/Build/Sign-Package.ps1

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions Plugins/Json130r2/Source/Build/appsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"SignClient": {
"AzureAd": {
"AADInstance": "https://login.microsoftonline.com/",
"ClientId": "c248d68a-ba6f-4aa9-8a68-71fe872063f8",
"TenantId": "16076fdc-fcc1-4a15-b1ca-32c9a255900e"
},
"Service": {
"Url": "https://codesign.dotnetfoundation.org/",
"ResourceId": "https://SignService/3c30251f-36f3-490b-a955-520addb85001"
}
}
}
Loading

0 comments on commit 0a61486

Please sign in to comment.