-
-
Notifications
You must be signed in to change notification settings - Fork 13
Update for Git Extensions 6 #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
I can build, but when running the 0.3 plugins are still installable (I copied the binary manually). |
It is built (and of course require) .net8 and do not limit 0.3 plugins |
GitExtensions.Extensibility.dll is not coming from I have validated local build - it requires .NET 9 to run Git Extensions (6.0.1.18221). The plugin manager can start from the plugins menu and search for packages. It filters out packages correctly. There is a bit of a problem with how existing nuget plugins define a dependency on GitExtensions.Extensibility, for example https://www.nuget.org/packages/GitExtensions.GerritPlugin/1.3.1.116#dependencies-body-tab (a historic version of Gerrit), it states is supports |
I unlisted 1.3.1.116, thanks |
Yep :( I couldn't win that argument, so the extensibility API are in the main repo. |
No description provided.