diff --git a/dotnet-tools.json b/dotnet-tools.json index a3e1d07..9dfa82c 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -6,7 +6,15 @@ "version": "4.4.2", "commands": [ "netcode-patch" - ] + ], + "rollForward": false + }, + "tcli": { + "version": "0.2.4", + "commands": [ + "tcli" + ], + "rollForward": false } } } \ No newline at end of file diff --git a/thunderstore.toml b/thunderstore.toml new file mode 100644 index 0000000..99451ed --- /dev/null +++ b/thunderstore.toml @@ -0,0 +1,20 @@ +# - set token variable from .env file +# - dotnet tool restore +# - dotnet tcli publish --file dist/MuzikaGromche-Release.zip + +[config] +schemaVersion = "0.0.1" + +[package] +namespace = "Ratijas" +name = "MuzikaGromche" +description = "Add some content to your inverse teleporter experience on Titan!" +websiteUrl = "https://git.vilunov.me/ratijas/muzika-gromche" +containsNsfwContent = false + +[publish] +repository = "https://thunderstore.io" +communities = [ "lethal-company" ] + +[publish.categories] +lethal-company = [ "mods", "audio", "bepinex", "clientside", "serverside", "monsters" ]