GitExtensions.Extensibility
7.0.0.135
dotnet add package GitExtensions.Extensibility --version 7.0.0.135
NuGet\Install-Package GitExtensions.Extensibility -Version 7.0.0.135
<PackageReference Include="GitExtensions.Extensibility" Version="7.0.0.135" />
<PackageVersion Include="GitExtensions.Extensibility" Version="7.0.0.135" />
<PackageReference Include="GitExtensions.Extensibility" />
paket add GitExtensions.Extensibility --version 7.0.0.135
#r "nuget: GitExtensions.Extensibility, 7.0.0.135"
#:package GitExtensions.Extensibility@7.0.0.135
#addin nuget:?package=GitExtensions.Extensibility&version=7.0.0.135
#tool nuget:?package=GitExtensions.Extensibility&version=7.0.0.135
Git Extensions Extensibility
This NuGet package contains a script to download Git Extensions for the Git Extensions plugins. Download can be done from AppVeyor for development versions and from GitHub for released versions.
The version for the nuget package is used by Plugin Manager to determine compatibility.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages (21)
Showing the top 5 NuGet packages that depend on GitExtensions.Extensibility:
| Package | Downloads |
|---|---|
|
GitExtensions.GerritPlugin
Git Extensions plugin for integration with Gerrit. |
|
|
GitExtensions.SolutionRunner
A Visual Studio solution and VS code workspace runner. |
|
|
GitExtensions.GitLab
GitLab plugin for Git Extensions. |
|
|
GitExtensions.AzureDevOpsCommitMessage
GitExtensions plugin to get commit message based on Azure Devops PBIs. |
|
|
GitExtensions.ZimerfeldTree
GitExtensions plugin that displays branches hierarchically in a persistent non-modal tree window. Branches separated by '/' are shown as nested folder nodes under three fixed root sections — LOCAL, REMOTES and TAGS. Plugin do GitExtensions que exibe branches de forma hierárquica em uma janela de árvore persistente e não-modal. Branches separadas por '/' são mostradas como nós de pasta aninhados sob três seções fixas — LOCAL, REMOTES e TAGS. Features: • Real-time filter across all sections • Right-click context menu: Checkout, New branch, Merge, Rebase, Rename, Delete • Double-click / Enter to checkout • Bold highlight for the currently checked-out branch • Working-directory combo populated from GitExtensions history • Auto-refresh on checkout and repository switch • Status bar: Local N | Remote N | Tags N Funcionalidades: • Filtro em tempo real em todas as seções • Menu de contexto (botão direito): Checkout, Nova branch, Mesclar, Rebase, Renomear, Excluir • Duplo-clique / Enter para checkout • Destaque em negrito para a branch atualmente em uso • Combo de diretório de trabalho preenchido a partir do histórico do GitExtensions • Atualização automática ao trocar de branch ou de repositório • Barra de status: Local N | Remoto N | Tags N Flexible GitFlow hierarchy: Classic GitFlow does not provide for a feature branch as a child of another feature — all feature/* branches derive from develop and are siblings. ZimerfeldTree GitFlow instead allows a flexible hierarchy where a feature/* can derive either from develop or from another feature/* above it. When that happens, finishing a feature must cascade all its changes up to the parent feature/* node, successively re-applying "finish feature" until it reaches develop. Hierarquia flexível do GitFlow: O GitFlow clássico não prevê uma branch de feature como filha de outra feature — todas as branches feature/* derivam de develop e são irmãs entre si. Já o ZimerfeldTree GitFlow permite uma hierarquia flexível onde uma feature/* pode derivar tanto de develop quanto de outra feature/* acima dela. Quando isso acontece, finalizar uma feature deve cascatear todas as suas mudanças até o nó feature/* pai, reaplicando sucessivamente o "finish feature" até chegar em develop. |
GitHub repositories
This package is not used by any popular GitHub repositories.