Skip to content

fix: restrict to .net10#38

Merged
gerhardol merged 3 commits into
masterfrom
feature/install
Mar 6, 2026
Merged

fix: restrict to .net10#38
gerhardol merged 3 commits into
masterfrom
feature/install

Conversation

@gerhardol
Copy link
Copy Markdown
Member

Add README

Warnings when building the package indicates that it is not setup correctly,
https://ci.appveyor.com/project/gitextensions/gitextensions-extensibility/build/1.0.0.118

Plugin build do not download the packages any more, so maybe this is needed
https://ci.appveyor.com/project/gitextensions/gitextensions-plugintemplate

The previous package was not published too.

Some discussion in gitextensions/GitExtensions.GerritPlugin#96

Comment thread src/GitExtensions.Extensibility/GitExtensions.Extensibility.nuspec Outdated
@gerhardol gerhardol marked this pull request as draft February 22, 2026 20:08
fix: restrict to .net10

Add README
ignore .vs folder
Comment thread README.md
Comment on lines +1 to +11
# Git Extensions Extensibility

This NuGet package contains a script to download
[Git Extensions](https://github.com/gitextensions/gitextensions)
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](https://github.com/gitextensions/gitextensions.pluginmanager)
to determine compatibility.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Git Extensions Extensibility
This NuGet package contains a script to download
[Git Extensions](https://github.com/gitextensions/gitextensions)
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](https://github.com/gitextensions/gitextensions.pluginmanager)
to determine compatibility.
# Git Extensions Extensibility
This NuGet package contains a script to download [Git Extensions](https://github.com/gitextensions/gitextensions) 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](https://github.com/gitextensions/gitextensions.pluginmanager) to determine compatibility.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to have many editors in parallel and keep the files readable without forcing a wrap (not even possible in GE)

@gerhardol gerhardol changed the title fix: rename internal dowload script. fix: restrict to .net10 Feb 28, 2026
@gerhardol gerhardol marked this pull request as ready for review February 28, 2026 11:08
@gerhardol gerhardol requested review from maraf and mstv March 3, 2026 22:42
Copy link
Copy Markdown
Member

@mstv mstv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks sensible
(I do not have much knowledge how external plugins are built. Luckily, I do not need any.)

@gerhardol gerhardol merged commit 9db3b45 into master Mar 6, 2026
3 checks passed
@gerhardol gerhardol deleted the feature/install branch March 6, 2026 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants