-
2.0.1 Stable
released this
2023-10-11 21:39:01 +00:00 | 213 commits to master since this releaseAdded a new feature in
ProjectManager.php
that allows automatic installation of a project's dependencies. The
installDependencies
function eases the task of separately installing each dependency. Now, both public and private
dependencies can be installed collectively using the 'install' command added inProjectMenu.php
. This functionality
is further documented inDOCUMENTATION.md
Added
- Add functionality to install project dependencies with the new
project install
command inProjectMenu.php
Fixed
- Correct exception message for configuration property in
\ncc\Objects\ProjectConfiguration\Build > BuildConfiguration > fromArray()
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
-
ncc-2.0.1.deb
0 downloads · 0 B
-
ncc-2.0.1.tar.gz
0 downloads · 0 B
-
repo.n64.cc:443/nosial/ncc:2.0.1
0 downloads · 0 B
-
repo.n64.cc:443/nosial/ncc:2.0.1-debian
0 downloads · 0 B
- Add functionality to install project dependencies with the new