-
Notifications
You must be signed in to change notification settings - Fork 2
feat: 0.4.0 for GitExtensions 6.0 #33
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
Conversation
|
I don't know, tbh. It doesn't look like there are any coupling to a specific version of GE. |
|
I now realizes what this does, it packages GitExtensions.Extensibility from master. Some plugins uses [0.3-0.4) Maybe including the following too? |
|
Sounds good |
The coupling is in https://github.com/gitextensions/gitextensions.pluginmanager/blob/master/src/GitExtensions.PluginManager/Plugin.cs#L55. The idea is that by selecting minimal version, we limit plugins targeting the version. In other words, ideally we should SemVer (or to simplify things follow Git Extensions version) this package to be able to filter-out plugin targeting older, possibly incompatible, version of Git Extensions |
|
If 6.0 is next major release, we should bump this package to |
There were no update at all for GE5 and there are quite few changes in GE6. So apps that use 0.3 often works. At least Gerrit plugin will require a recompile with new version. |
|
The PRs in milestone for 6.0.0 is now merged, this should be merged so plugins can be prepared |
|
If Git Extensions V6 are "backward compatible" with existing plugins, we don't need to bump anything. |
GE 5 did more changes, but the ext version was not changed. No reported problems. It depends on the plugins how the change hits them. I would assume most are compatible with GE4/GE5. If ext version is changed they could stop working. But we could set version to 0.4 and require plugin updates. |
|
I agree with 0.4 |
It would be great to add this to the readme or somewhere else where we'd find it :) |
|
@RussKie @maraf
What account is used? |
|
IIRC we are deploying every change |
There is a master branch check |
|
The check is here MSVS should probably be 2022 too |
gitextensions/gitextensions.pluginmanager#81
I'm not using AppVeyor actively in recent years. The only account I was able to find, doesn't have Git Extensions access. @RussKie could you please generate a new API key and apply it to AppVeyor? |
|
Package is now being published https://www.nuget.org/packages/GitExtensions.Extensibility/0.4.0.111 |
|
Apologies, I was meant to update the keys months ago, but the RL kept me
busy.
Looks like it's sorted now. Please let me know if you still need my help.
…On Wed, 27 Aug 2025, 12:37 am Marek Fišera, ***@***.***> wrote:
*maraf* left a comment (gitextensions/gitextensions.extensibility#33)
<#33 (comment)>
Package is now being published
https://www.nuget.org/packages/GitExtensions.Extensibility/0.4.0.111
—
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBTEXSYFTH3WFSYUIFIKND3PRWLNAVCNFSM6AAAAACEB5ZZNKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTEMRUGQ2DQOBZGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
A package is published but it is not used. See related plugin Manager and gettot prs. |
Is this needed for plugins?