Skip to content

Commit

Permalink
Release with pretty much perfect success rate
Browse files Browse the repository at this point in the history
  • Loading branch information
colinkiama committed Nov 15, 2018
1 parent 69840d0 commit 4311b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion launchYoutubeInApp/MatchService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class MatchService
Regex rx;

public MatchService()
{
{
rx = new Regex(videoIDMatchRegexString, RegexOptions.Compiled | RegexOptions.IgnoreCase);
}

Expand Down
2 changes: 1 addition & 1 deletion launchYoutubeInApp/launchYoutubeInApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>5.2.3</Version>
<Version>6.2.2</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 4311b73

Please sign in to comment.