LethalConfig
LethalConfig copied to clipboard
Publish to NuGet?
Would it be possible to publish it to NuGet?
The latest version (0.7.7) of Rune580.Mods.LethalCompany.InputUtils can't be installed via NuGet because it has an unresolved dependency on LethalConfig:
error NU1101: Unable to find package AinaVT-LethalConfig. No packages exist with this id in source(s): BepInEx, nuget.org
This should really be documented, but here's how you can use NuGet with this project (taken from InputUtils' GitHub):
Nuget.config:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="BepInEx" value="https://nuget.bepinex.dev/v3/index.json" />
<add key="AAron Thunderstore" value="https://nuget.windows10ce.com/nuget/v3/index.json" />
</packageSources>
</configuration>
csproj:
<PackageReference Include="AinaVT-LethalConfig" Version="1.4.3" />
This is very usefull soft for modding! Author, should we wait for it in NuGet or not?