added cspell and better source
This commit is contained in:
13
NuGet.Config
Normal file
13
NuGet.Config
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<packageSources>
|
||||||
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
||||||
|
<add key="gitea" value="http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json" allowInsecureConnections="True" />
|
||||||
|
</packageSources>
|
||||||
|
<packageSourceCredentials>
|
||||||
|
<gitea>
|
||||||
|
<add key="Username" value="Ronnie" />
|
||||||
|
<add key="ClearTextPassword" value="e59e39d60f30b539ae594d8cfc7a9771883d2eb0" />
|
||||||
|
</gitea>
|
||||||
|
</packageSourceCredentials>
|
||||||
|
</configuration>
|
||||||
@@ -13,6 +13,7 @@
|
|||||||
"**/nupkg/**/*.*"
|
"**/nupkg/**/*.*"
|
||||||
],
|
],
|
||||||
"words": [
|
"words": [
|
||||||
|
"Aabb",
|
||||||
"assemblyfilters",
|
"assemblyfilters",
|
||||||
"automerge",
|
"automerge",
|
||||||
"branchcoverage",
|
"branchcoverage",
|
||||||
@@ -34,8 +35,10 @@
|
|||||||
"issuecomment",
|
"issuecomment",
|
||||||
"justalemon",
|
"justalemon",
|
||||||
"lcov",
|
"lcov",
|
||||||
|
"Lerp",
|
||||||
"lihop",
|
"lihop",
|
||||||
"linecoverage",
|
"linecoverage",
|
||||||
|
"Mathf",
|
||||||
"methodcoverage",
|
"methodcoverage",
|
||||||
"missingall",
|
"missingall",
|
||||||
"msbuild",
|
"msbuild",
|
||||||
@@ -67,4 +70,4 @@
|
|||||||
"Unparented",
|
"Unparented",
|
||||||
"Xunit"
|
"Xunit"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
12
nuget.config
12
nuget.config
@@ -1,12 +0,0 @@
|
|||||||
<!--
|
|
||||||
Source - https://stackoverflow.com/a/58490145
|
|
||||||
Posted by zivkan
|
|
||||||
Retrieved 2026-04-10, License - CC BY-SA 4.0
|
|
||||||
-->
|
|
||||||
|
|
||||||
<configuration>
|
|
||||||
<packageSources>
|
|
||||||
<clear /> <!-- clear to make sure that everyone uses the same sources -->
|
|
||||||
<add key="ronnie" value="http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json" />
|
|
||||||
</packageSources>
|
|
||||||
</configuration>
|
|
||||||
Reference in New Issue
Block a user