Skip to content

Commit 061a17f

Browse files
committed
update NGitLab.Plus
1 parent 5c6b62b commit 061a17f

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

src/GitLab.VisualStudio.Shared/GitLab.VisualStudio.Shared.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@
130130
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
131131
<HintPath>..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
132132
</Reference>
133-
<Reference Include="NGitLab, Version=2.0.30.0, Culture=neutral, processorArchitecture=MSIL">
134-
<HintPath>..\..\packages\NGitLab.Plus.2.0.30\lib\net45\NGitLab.dll</HintPath>
133+
<Reference Include="NGitLab, Version=2.0.34.0, Culture=neutral, processorArchitecture=MSIL">
134+
<HintPath>..\..\packages\NGitLab.Plus.2.0.34\lib\net45\NGitLab.dll</HintPath>
135135
</Reference>
136136
<Reference Include="PresentationCore" />
137137
<Reference Include="PresentationFramework" />

src/GitLab.VisualStudio.Shared/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<package id="Microsoft.VisualStudio.Utilities" version="14.3.25407" targetFramework="net461" />
2222
<package id="Microsoft.VisualStudio.Validation" version="14.1.111" targetFramework="net461" />
2323
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net461" />
24-
<package id="NGitLab.Plus" version="2.0.30" targetFramework="net461" />
24+
<package id="NGitLab.Plus" version="2.0.34" targetFramework="net461" />
2525
<package id="System.Windows.Interactivity.WPF" version="2.0.20525" targetFramework="net461" />
2626
</packages>

src/GitLab.VisualStudio.UI/ViewModels/LoginViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ private void OnLogin()
189189
IsBusy = true;
190190
BusyContent = Strings.Common_Loading;
191191
var successed = false;
192-
Exception exlogin = null;
193192
string logmsg = "";
194193
Task.Run(() =>
195194
{

src/GitLab.VisualStudio/GitLab.VisualStudio.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@
438438
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
439439
<HintPath>..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
440440
</Reference>
441-
<Reference Include="NGitLab, Version=2.0.30.0, Culture=neutral, processorArchitecture=MSIL">
442-
<HintPath>..\..\packages\NGitLab.Plus.2.0.30\lib\net45\NGitLab.dll</HintPath>
441+
<Reference Include="NGitLab, Version=2.0.34.0, Culture=neutral, processorArchitecture=MSIL">
442+
<HintPath>..\..\packages\NGitLab.Plus.2.0.34\lib\net45\NGitLab.dll</HintPath>
443443
</Reference>
444444
<Reference Include="PresentationCore" />
445445
<Reference Include="PresentationFramework" />

src/GitLab.VisualStudio/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
<package id="Microsoft.VisualStudio.Validation" version="14.1.111" targetFramework="net461" />
3232
<package id="Microsoft.VSSDK.BuildTools" version="15.1.192" targetFramework="net461" developmentDependency="true" />
3333
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net461" />
34-
<package id="NGitLab.Plus" version="2.0.30" targetFramework="net461" />
34+
<package id="NGitLab.Plus" version="2.0.34" targetFramework="net461" />
3535
<package id="stdole" version="7.0.3302" targetFramework="net461" />
3636
</packages>

0 commit comments

Comments
 (0)