Skip to content

Arthri/Belp

Repository files navigation

Belp

Belp is a collection of build tools and extensions for MSBuild.

Installation

Install using Visual Studio Package Manager

  1. Open Visual Studio.
  2. Right click the project in the Solution Explorer.
  3. Click on "Manage NuGet Packages".
  4. Go to the "Browse" tab.
  5. Search for Belp.
  6. Install desired package(s).

Install using .NET CLI

  1. Open https://www.nuget.org/packages?q=Belp.
  2. Note desired package(s).
  3. Open a terminal.
  4. Navigate to the project file; for example, Project.csproj, Project.vbproj, etc.
  5. Run dotnet add package <Package>. For example, dotnet add package Belp.Build.Autoasmver.

Development

Prequisites

  • Install .NET 7.0 SDK version 7.0.100 or newer.

License

This work is licensed under MIT.

About

Build tools and extensions for MSBuild.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages