Belp is a collection of build tools and extensions for MSBuild.
- Open Visual Studio.
- Right click the project in the Solution Explorer.
- Click on "Manage NuGet Packages".
- Go to the "Browse" tab.
- Search for
Belp
. - Install desired package(s).
- Open https://www.nuget.org/packages?q=Belp.
- Note desired package(s).
- Open a terminal.
- Navigate to the project file; for example,
Project.csproj
,Project.vbproj
, etc. - Run
dotnet add package <Package>
. For example,dotnet add package Belp.Build.Autoasmver
.
- Install .NET 7.0 SDK version 7.0.100 or newer.
This work is licensed under MIT.