Closed mast-eu closed 5 years ago
The original code was designed to be reusable and so there are many command line arguments. Do we want to maintain it here or are we going to simplify there things?
Not now. We need to release 3.2. We can simplify things later
Do we want to maintain it here or are we going to simplify there things?
Let's say for the moment I'm happy if you can confirm that I changed all relevant paths in a consistent way, without breaking existing functionality.
I tested install, re-install and uninstall with GitExtensions.SVN, but obviously you know the code much better than I do.
I tested install, re-install and uninstall with GitExtensions.SVN
Now I tested also the update mechanism and realized there's at least one more file that needed to be modified: https://github.com/gitextensions/gitextensions.pluginmanager/pull/31/files#diff-bdfb0c9828513b725508b6dab2d3e3f5
@maraf I think I went through all possible commands: install, re-install, update and uninstall. All of those with a single and with multiple packages at once. Do I still miss something?
@mast-eu I think you catched them all.
Closes #29.
Proposed changes
UserPlugins\<PackageID>
.UserPlugins\<PackageID>
. Only notable exception are the config filesNuGet.Config
andpackages.config
, which are managed by the PM. These are located directly inUserPlugins
, since they might be of general interest.The new directory structure is:
Opposed to the old structure: