mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
update gitignore and add files for nuget configuration
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -20,4 +20,6 @@ obj/
|
|||||||
[Rr]elease*/
|
[Rr]elease*/
|
||||||
_ReSharper*/
|
_ReSharper*/
|
||||||
SIMPLSharpLogs/
|
SIMPLSharpLogs/
|
||||||
*.projectinfo
|
*.projectinfo
|
||||||
|
*.nupkg
|
||||||
|
lib/
|
||||||
|
|||||||
20
Pepperdash Core/Pepperdash Core/PepperDash_Core.nuspec
Normal file
20
Pepperdash Core/Pepperdash Core/PepperDash_Core.nuspec
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<package >
|
||||||
|
<metadata>
|
||||||
|
<id>PepperDashCore</id>
|
||||||
|
<version>1.0.37</version>
|
||||||
|
<title>PepperDash Core</title>
|
||||||
|
<authors>PepperDash Technologies</authors>
|
||||||
|
<owners>pepperdash</owners>
|
||||||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
|
<license type="expression">MIT</license>
|
||||||
|
<projectUrl>https://github.com/PepperDash/PepperDashCore</projectUrl>
|
||||||
|
<copyright>Copyright 2020</copyright>
|
||||||
|
<description>Some text here</description>
|
||||||
|
<tags>crestron 3series 4series</tags>
|
||||||
|
<repository type="git" url="https://github.com/PepperDash/PepperDashCore"/>
|
||||||
|
</metadata>
|
||||||
|
<files>
|
||||||
|
<file src="bin\**" target="lib\net35"/>
|
||||||
|
</files>
|
||||||
|
</package>
|
||||||
12
Pepperdash Core/Pepperdash Core/nuget.config
Normal file
12
Pepperdash Core/Pepperdash Core/nuget.config
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<configuration>
|
||||||
|
<packageSources>
|
||||||
|
<clear />
|
||||||
|
<add key="github" value="https://nuget.pkg.github.com/PepperDash/index.json" />
|
||||||
|
</packageSources>
|
||||||
|
<packageSourceCredentials>
|
||||||
|
<github>
|
||||||
|
<add key="Username" value="andrew-welker" />
|
||||||
|
<add key="ClearTextPassword" value="0aa1cff711365cbf6418f085e9c6757ca5e60d41" />
|
||||||
|
</github>
|
||||||
|
</packageSourceCredentials>
|
||||||
|
</configuration>
|
||||||
Reference in New Issue
Block a user