Skip to content

Commit

Permalink
Fix for issue #42
Browse files Browse the repository at this point in the history
  • Loading branch information
TechieGuy12 committed Oct 7, 2020
1 parent 17d5ec2 commit 2a1dff4
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 2a1dff4

Please sign in to comment.