Skip to content

Commit

Permalink
Merge pull request #43 from TechieGuy12/develop
Browse files Browse the repository at this point in the history
Fix for issue #42
  • Loading branch information
TechieGuy12 authored Oct 7, 2020
2 parents 17d5ec2 + 2a1dff4 commit 87a873a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("0.1.9.0")]
[assembly: AssemblyFileVersion("0.1.9.0")]
[assembly: AssemblyVersion("0.1.9.1")]
[assembly: AssemblyFileVersion("0.1.9.1")]

1 change: 1 addition & 0 deletions TE.Plex.Update/classes/LatestAvailableVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ private string GetPlexPackageJson()
return null;
}

System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12;
using (HttpResponseMessage response = _client.GetAsync(url).Result)
{
content = response.Content.ReadAsStringAsync().Result;
Expand Down

0 comments on commit 87a873a

Please sign in to comment.