build: initial project release
Some checks failed
default / dotnet-default-workflow (push) Failing after 54s

This commit is contained in:
Louis Seubert 2026-01-20 22:41:16 +01:00
commit 1e4687aff6
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
59 changed files with 4902 additions and 0 deletions

19
nuget.config Normal file
View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="defaultPushSource" value="geekeey" />
</config>
<packageSources>
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="geekeey" value="https://code.geekeey.de/api/packages/geekeey/nuget/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget">
<package pattern="*" />
</packageSource>
<packageSource key="geekeey">
<package pattern="Geekeey.*" />
</packageSource>
</packageSourceMapping>
</configuration>