diff --git a/Src/GBX.NET.Tool.CLI/GBX.NET.Tool.CLI.csproj b/Src/GBX.NET.Tool.CLI/GBX.NET.Tool.CLI.csproj index c0956c8cd..b7b1e1b0e 100644 --- a/Src/GBX.NET.Tool.CLI/GBX.NET.Tool.CLI.csproj +++ b/Src/GBX.NET.Tool.CLI/GBX.NET.Tool.CLI.csproj @@ -1,12 +1,58 @@  - net8.0 + GBX.NET.Tool.CLI + 0.1.0 + BigBang1112 + CLI implementation for the GBX.NET tool framework using Spectre.Console. + Copyright (c) 2024 Petr Pivoňka + https://github.com/BigBang1112/gbx-net + logo_icon_outline.png + README.md + gbx, tool, cli, console, trackmania, shootmania, maniaplanet, gamebox, net, chunk + + MIT + + + + net8.0 + 12 enable enable + true true + + true + true + snupkg + + true + true + + false + bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers + + + diff --git a/Src/GBX.NET.Tool.CLI/README.md b/Src/GBX.NET.Tool.CLI/README.md new file mode 100644 index 000000000..4278a427a --- /dev/null +++ b/Src/GBX.NET.Tool.CLI/README.md @@ -0,0 +1,6 @@ +# GBX.NET.Tool.CLI + +[![NuGet](https://img.shields.io/nuget/vpre/GBX.NET.Tool.CLI?style=for-the-badge&logo=nuget)](https://www.nuget.org/packages/GBX.NET.Tool.CLI/) +[![Discord](https://img.shields.io/discord/1012862402611642448?style=for-the-badge&logo=discord)](https://discord.gg/tECTQcAWC9) + +CLI implementation for the GBX.NET tool framework using `Spectre.Console`. \ No newline at end of file diff --git a/Src/GBX.NET.Tool/GBX.NET.Tool.csproj b/Src/GBX.NET.Tool/GBX.NET.Tool.csproj index 275ad9ac8..964179ed5 100644 --- a/Src/GBX.NET.Tool/GBX.NET.Tool.csproj +++ b/Src/GBX.NET.Tool/GBX.NET.Tool.csproj @@ -1,12 +1,58 @@  - net8.0 + GBX.NET.Tool + 0.1.0 + BigBang1112 + Base library for creating rich tools for different environments with GBX.NET. + Copyright (c) 2024 Petr Pivoňka + https://github.com/BigBang1112/gbx-net + logo_icon_outline.png + README.md + gbx, tool, trackmania, shootmania, maniaplanet, gamebox, net, chunk + + MIT + + + + net8.0 + 12 enable enable + true true + + true + true + snupkg + + true + true + + false + bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers + + + diff --git a/Src/GBX.NET.Tool/README.md b/Src/GBX.NET.Tool/README.md new file mode 100644 index 000000000..bcecaad08 --- /dev/null +++ b/Src/GBX.NET.Tool/README.md @@ -0,0 +1,6 @@ +# GBX.NET.Tool + +[![NuGet](https://img.shields.io/nuget/vpre/GBX.NET.Tool?style=for-the-badge&logo=nuget)](https://www.nuget.org/packages/GBX.NET.Tool/) +[![Discord](https://img.shields.io/discord/1012862402611642448?style=for-the-badge&logo=discord)](https://discord.gg/tECTQcAWC9) + +Base library for creating rich tools for different environments with GBX.NET. \ No newline at end of file