Skip to content

Commit 4e3ba18

Browse files
authored
Merge pull request #64 from maraf/SupportedPackageVersions
2 parents 019a4f1 + 8e19271 commit 4e3ba18

12 files changed

+4
-5
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

data/NuGetFeed/PluginA.1.0.0.nupkg

12 Bytes
Binary file not shown.

data/NuGetFeed/PluginA.1.1.0.nupkg

11 Bytes
Binary file not shown.

data/NuGetFeed/PluginB.1.0.0.nupkg

9 Bytes
Binary file not shown.

data/NuGetFeed/PluginB.2.0.0.nupkg

13 Bytes
Binary file not shown.

data/NuGetFeed/PluginC.1.0.0.nupkg

1.79 KB
Binary file not shown.

src/GitExtensions.PluginManager/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public override bool Execute(GitUIEventArgs gitUiCommands)
5353

5454
Args args = new Args();
5555
args.Path = pluginsPath;
56-
args.Dependencies = new List<Args.Dependency>() { new Args.Dependency("GitExtensions.Extensibility") };
56+
args.Dependencies = new List<Args.Dependency>() { new Args.Dependency("GitExtensions.Extensibility", "0.2.0") };
5757
args.Tags = "GitExtensions";
5858
args.Monikers = FrameworkMonikers;
5959
args.SelfPackageId = PackageId;

0 commit comments

Comments
 (0)