Skip to content

Commit bcac3d5

Browse files
committed
Fixed to build with GitExtensions latest
1 parent b16ffb8 commit bcac3d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GitTfs.GitExtensions.Plugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>GitTfs.GitExtensions.Plugin</RootNamespace>
1212
<AssemblyName>GitTfs.Plugin</AssemblyName>
13-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<TargetFrameworkProfile />
1616
</PropertyGroup>

GitTfsPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void Register(IGitUICommands gitUiCommands)
2727

2828
public bool Execute(GitUIBaseEventArgs gitUiCommands)
2929
{
30-
if (string.IsNullOrEmpty(gitUiCommands.GitWorkingDir))
30+
if (string.IsNullOrEmpty(gitUiCommands.GitModule.GitWorkingDir))
3131
{
3232
return true;
3333
}

0 commit comments

Comments
 (0)