gitextensions/gitextensions.pluginmanager
Fork: 9 Star: 12 (更新于 2024-10-19 20:41:58)
license: MIT
Language: C# .
Package manager for downloading and installing Git Extensions plugins.
最后发布版本: v3.0.0-RC1 ( 2024-07-31 11:55:18)
GitExtensions.PluginManager
NuGet based plugin manager for Git Extensions
Repository with some example plugins - https://www.myget.org/F/neptuo-gitextensions/api/v2.
Nightly builds of PluginManager available at Appveyor - https://ci.appveyor.com/nuget/gitextensions-pluginmanager.
Appveyor
Browsing for packages
PluginManager integrated into Git Extensions filters packages with dependency on GitExtensions.Extensibility
. This package is right now a kind of meta package and it is used to mark nuget packages intended as Git Extensions plugins.
We are heading to use the official nuget.org feed to distribute plugin packages, but there is a bug (#67) which prevents us from using it. Right now it is recommended to use https://www.myget.org/F/neptuo-gitextensions/api/v2.
Command line arguments
PluginManager is designed to be a reusable tool to manage plugins distributed as nuget packages. This repository contains an integration package for Git Extensins. As a standalone application, PluginManager supports these command line arguments:
-
--path
(required) - A root path to a directory where to install packages. -
--selfpackageid
(optional) - A package id to indicate which package should be treated as a package for self update. -
--dependencies
(optional) - A comma separated list of package ids and versions that are required in package to be compatible (Eg.GitExtensions.Extensibility-v3.0,TestA,TestB-v1
). -
--monikers
(optional) - A comma separated list of .NET framework monikers to filter package content during extraction (Eg.net461,netstandard2.0
). -
--processnamestokillbeforechange
- A comma separated list of process names to be killed before any changes being processed (it is used to kill all instances on Git Extensions before installing/uninstalling dlls, that might be locked).
Icons
Some icons by Yusuke Kamiyamane.
Some other by Material Design.
最近版本更新:(数据更新于 2024-10-26 10:36:29)
2024-07-31 11:55:18 v3.0.0-RC1
2022-12-19 19:12:46 v2.0.1
2022-12-14 18:45:00 v2.0.0
2019-11-17 07:34:11 v1.1.0
2019-09-04 05:32:30 v1.0.0
2019-08-14 05:27:27 v1.0.0-RC1
主题(topics):
gitextensions, gitextensions-plugin
gitextensions/gitextensions.pluginmanager同语言 C#最近更新仓库
2024-11-04 20:01:02 Pik-4/HsMod
2024-11-03 23:57:50 jellyfin/jellyfin
2024-10-31 10:00:36 metatube-community/jellyfin-plugin-metatube
2024-10-30 03:58:07 AlchlcDvl/TownOfUsReworked
2024-10-26 07:18:02 Azure/azure-sdk-for-net
2024-10-23 06:18:57 PowerShell/PowerShell