We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edf12e commit 854ecd8Copy full SHA for 854ecd8
.gitignore
@@ -261,4 +261,3 @@ __pycache__/
261
*.pyc
262
RedcapApi/Properties
263
RedcapApiDemo/Properties
264
-RedcapApi/nuget.config
RedcapApi/nuget.config
@@ -0,0 +1,13 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<configuration>
3
+ <packageSources>
4
+ <clear />
5
+ <add key="github" value="https://nuget.pkg.github.com/cctrbic/index.json" />
6
+ </packageSources>
7
+ <packageSourceCredentials>
8
+ <github>
9
+ <add key="Username" value="cctrbic" />
10
+ <add key="ClearTextPassword" value="b8999e222af997614bf60ba6ce5304eaaf6101f3" />
11
+ </github>
12
+ </packageSourceCredentials>
13
+</configuration>
0 commit comments