We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf8f8a commit fca35f2Copy full SHA for fca35f2
lib/YANLib/nuget.config
@@ -0,0 +1,14 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<configuration>
3
+ <packageSources>
4
+ <clear />
5
+ <add key="github" value="https://nuget.pkg.github.com/Tynab/index.json" />
6
+ </packageSources>
7
+ <packageSourceCredentials>
8
+ <github>
9
+ <add key="Username" value="Tynab" />
10
+ <add key="ClearTextPassword" value="token" />
11
+ </github>
12
+ </packageSourceCredentials>
13
+ <repository url="https://github.com/Tynab/YANLib" />
14
+</configuration>
0 commit comments