File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments