Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 6ebbf9e

Browse files
committed
Miscellaneous cleanup
1 parent 7fbeaf5 commit 6ebbf9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GitHub.VisualStudio/Services/VSGitExtFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public IVSGitExt Create()
3838
}
3939
}
4040

41-
// NOTE: We're being careful to only reference VSGitExt14/VSGitExt15/VSGitExt16 from inside a lambda expression.
41+
// NOTE: We're being careful to only reference VSGitExt14 and VSGitExt15 from inside a lambda expression.
4242
// This ensures that only the type that's compatible with the running DTE version is loaded.
4343
static IVSGitExt Create(Func<IVSGitExt> factory) => factory.Invoke();
4444
}

src/GitHub.VisualStudio/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</Installation>
1919
<Dependencies>
2020
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
21-
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0,]" />
21+
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0,)" />
2222
<Dependency Id="Microsoft.VisualStudio.TeamFoundation.TeamExplorer.Extensions" DisplayName="Team Explorer" d:Source="Installed" Version="[14.0,)" />
2323
</Dependencies>
2424
<Assets>

0 commit comments

Comments
 (0)