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.
2 parents 759b6e0 + fca35f2 commit c256082Copy full SHA for c256082
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