dotnet-nugit

A dotnet command-line interface (CLI) that can build NuGet packages on the fly from sources available on GitHub and add them to a local feed.

AGPL-3.0 License

Stars
7
Committers
1

Bot releases are hidden (Show)

dotnet-nugit - dotnet-nugit v0.2.0-alpha1.240419.1 Latest Release

Published by matzefriedrich 6 months ago

This release introduces a new restore command, allowing easy restoration of referenced Git repositories and output packages.

To improve usability, the tool can automatically look up the workspace configuration file .nugit in the current working directory or parent directories, enabling commands that require workspace information to run from any directory within the repository tree.

The REQUIRED constraint has been removed from several boolean command-line flags, allowing for a more intuitive opt-in approach. Flags are now false by default and are set to true if specified.

dotnet-nugit - dotnet-nugit v0.1.0-alpha1.240417.2

Published by matzefriedrich 6 months ago