Releases: matzefriedrich/dotnet-nugit
dotnet-nugit v0.2.0-alpha1.240419.1
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 v0.1.0-alpha1.240417.2
This marks the first pre-release version of the dotnet-nugit tool, which has basic features. The env
command has been introduced to list configuration values, while the init
command enables the creation of a new workspace and local NuGet feed.
An essential addition is the add
command, allowing repositories to be cloned and compatible .NET projects to be identified. This command leverages the dotnet build
and dotnet pack
functionality to build NuGet packages and store them in the local feed.
The application can now be packed and installed locally as a pre-release version, seamlessly integrating with the dotnet
CLI.