File tree Expand file tree Collapse file tree
src/GitExtensions.Extensibility Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .vs /
2+
13# Git Extensions specific files
24GitExtensions.settings.backup
Original file line number Diff line number Diff line change 1+ # Git Extensions Extensibility
2+
3+ This NuGet package contains a script to download
4+ [ Git Extensions] ( https://github.com/gitextensions/gitextensions )
5+ for the Git Extensions plugins.
6+ Download can be done from AppVeyor for development versions
7+ and from GitHub for released versions.
8+
9+ The version for the nuget package is used by
10+ [ Plugin Manager] ( https://github.com/gitextensions/gitextensions.pluginmanager )
11+ to determine compatibility.
Original file line number Diff line number Diff line change 66 <description >Git Extensions Extensibility package.</description >
77 <projectUrl >https://github.com/gitextensions/gitextensions.extensibility</projectUrl >
88 <license type =" file" >LICENSE.md</license >
9+ <readme >README.md</readme >
10+ <dependencies >
11+ <group targetFramework =" net10.0" />
12+ </dependencies >
913 </metadata >
1014 <files >
11- <file src =" build/GitExtensions.Extensibility.targets" target =" build/net461 /GitExtensions.Extensibility.targets" />
12- <file src = " build/GitExtensions.Extensibility.targets " target = " build/net5.0/GitExtensions.Extensibility.targets " / >
13-
15+ <file src =" build/GitExtensions.Extensibility.targets" target =" build/net10.0 /GitExtensions.Extensibility.targets" />
16+ <!-- stub to restrict package compatibility to net10.0 only -- >
17+ < file src = " lib/net10.0/_._ " target = " lib/net10.0/_._ " />
1418 <file src =" ../../LICENSE.md" target =" LICENSE.md" />
19+ <file src =" ../../README.md" target =" README.md" />
20+ <!-- Note: NU5111 warning about Download-GitExtensions.ps1 can be safely ignored. -->
1521 <file src =" tools/Download-GitExtensions.ps1" target =" tools/Download-GitExtensions.ps1" />
1622 </files >
1723</package >
You can’t perform that action at this time.
0 commit comments