Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuka committed Aug 22, 2017
2 parents 08dbf28 + 23969ae commit b7a3af1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion mtg-pairings-server/resources/public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ h3 {
.organizer-pairings .pairing .names .opponent {
display: inline-block;
width: 215px;
white-space: nowrap;
}

.organizer-pairings .pairing .names .hidden-xs,
Expand Down Expand Up @@ -403,4 +404,4 @@ h3 {
.pairing.no-round {
height: 30px;
}
}
}
2 changes: 2 additions & 0 deletions mtg-pairings-win/MtgPairings/MtgPairings/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Configuration;
using System.Data;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Forms;
Expand All @@ -21,6 +22,7 @@ public partial class App : System.Windows.Application
{
private void ApplicationStartup(object sender, StartupEventArgs e)
{
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
Current.ShutdownMode = ShutdownMode.OnExplicitShutdown;
if(Settings.Default.Apikey == "")
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]

0 comments on commit b7a3af1

Please sign in to comment.