Skip to content

Commit 4e924d3

Browse files
pmiossecgerhardol
authored andcommitted
Update Atlassian.SDK package to latest version
and update to latest RestSharp version and bindingRedirect and updated Git.hub submodule because it also contains a dependency on RestSharp
1 parent 1ba0d65 commit 4e924d3

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

GitExtensions/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</dependentAssembly>
2525
<dependentAssembly>
2626
<assemblyIdentity name="RestSharp" publicKeyToken="598062e77f915f75" culture="neutral" />
27-
<bindingRedirect oldVersion="0.0.0.0-106.6.10" newVersion="106.6.10" />
27+
<bindingRedirect oldVersion="0.0.0.0-106.11.4.0" newVersion="106.11.4.0" />
2828
</dependentAssembly>
2929
</assemblyBinding>
3030
</runtime>

Plugins/Bitbucket/BitbucketRequestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public async Task<BitbucketResponse<T>> SendAsync()
4848
// XSRF check fails when approving/creating
4949
request.AddHeader("X-Atlassian-Token", "no-check");
5050

51-
var response = await client.ExecuteTaskAsync(request).ConfigureAwait(false);
51+
var response = await client.ExecuteAsync(request).ConfigureAwait(false);
5252
if (response.ResponseStatus != ResponseStatus.Completed)
5353
{
5454
return new BitbucketResponse<T>

Plugins/JiraCommitHintPlugin/JiraCommitHintPlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
3-
<PackageReference Include="Atlassian.SDK" Version="10.0.2" />
3+
<PackageReference Include="Atlassian.SDK" Version="12.1.1" />
44
<PackageReference Include="NString" Version="1.2.0" />
55
</ItemGroup>
66

Plugins/JiraCommitHintPlugin/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</dependentAssembly>
99
<dependentAssembly>
1010
<assemblyIdentity name="RestSharp" publicKeyToken="598062e77f915f75" culture="neutral" />
11-
<bindingRedirect oldVersion="0.0.0.0-106.2.1.0" newVersion="106.2.1.0" />
11+
<bindingRedirect oldVersion="0.0.0.0-106.11.4.0" newVersion="106.11.4.0" />
1212
</dependentAssembly>
1313
<dependentAssembly>
1414
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />

Solution.Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<MicrosoftVisualStudioCompositionVersion>15.6.36</MicrosoftVisualStudioCompositionVersion>
1010
<MicrosoftVisualStudioThreadingVersion>16.5.132</MicrosoftVisualStudioThreadingVersion>
1111
<NewtonsoftJsonVersion>10.0.3</NewtonsoftJsonVersion>
12-
<RestSharpVersion>106.6.10</RestSharpVersion>
12+
<RestSharpVersion>106.11.4</RestSharpVersion>
1313
<SmartFormatNETVersion>2.0.0</SmartFormatNETVersion>
1414
<StyleCopAnalyzersVersion>1.2.0-beta.113</StyleCopAnalyzersVersion>
1515
<SystemCollectionsImmutableVersion>1.5.0</SystemCollectionsImmutableVersion>

contributors.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,5 @@ YYYY/MM/DD, github id, Full name, email
129129
2020/04/17, miloshavlicek, Miloš Havlíček, miloshavlicek(at)gmail.com
130130
2020/02/01, wynnfrei, Giorgi Tsouvaltzis, giorgi.tsouvaltzis(at)doso.ge
131131
2020/05/04, digitalcoyote, Curtis Carter, lokiphasma(at)gmail.com
132+
2020/05/19, haldyr, Stanislav Řehák, haldyr(at)gmail.com
133+

0 commit comments

Comments
 (0)