Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
2.0.5.1 - hotfix for crashing on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
LogicAndTrick committed Sep 10, 2018
1 parent 5122d90 commit 955cd39
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 42 deletions.
6 changes: 3 additions & 3 deletions Sledge.BspEditor.Editing/Properties/AssemblyInfo.cs
Expand Up @@ -30,6 +30,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
// [assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyFileVersion("2.0.5.1")]
6 changes: 3 additions & 3 deletions Sledge.BspEditor.Rendering/Properties/AssemblyInfo.cs
Expand Up @@ -30,6 +30,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
// [assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyFileVersion("2.0.5.1")]
6 changes: 3 additions & 3 deletions Sledge.BspEditor.Tools/Properties/AssemblyInfo.cs
Expand Up @@ -30,6 +30,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
// [assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyFileVersion("2.0.5.1")]
3 changes: 3 additions & 0 deletions Sledge.BspEditor/Controls/TableSplitConfiguration.cs
Expand Up @@ -17,6 +17,9 @@ public TableSplitConfiguration()

public bool IsValid()
{
if (Rows <= 0 || Columns <= 0) return false;
if (Rows > 4 || Columns > 4) return false;

var cells = new bool[Rows, Columns];
var set = 0;
foreach (var r in Rectangles)
Expand Down
6 changes: 3 additions & 3 deletions Sledge.BspEditor/Properties/AssemblyInfo.cs
Expand Up @@ -30,6 +30,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
// [assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyFileVersion("2.0.5.1")]
6 changes: 3 additions & 3 deletions Sledge.Common/Properties/AssemblyInfo.cs
Expand Up @@ -30,6 +30,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
// [assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyFileVersion("2.0.5.1")]
6 changes: 3 additions & 3 deletions Sledge.DataStructures/Properties/AssemblyInfo.cs
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
// [assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyFileVersion("2.0.5.1")]
6 changes: 3 additions & 3 deletions Sledge.Editor/Properties/AssemblyInfo.cs
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
// [assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyFileVersion("2.0.5.1")]
6 changes: 3 additions & 3 deletions Sledge.FileSystem/Properties/AssemblyInfo.cs
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
// [assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyFileVersion("2.0.5.1")]
6 changes: 3 additions & 3 deletions Sledge.Packages/Properties/AssemblyInfo.cs
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
// [assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyFileVersion("2.0.5.1")]
6 changes: 3 additions & 3 deletions Sledge.Providers/Properties/AssemblyInfo.cs
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
// [assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyFileVersion("2.0.5.1")]
6 changes: 3 additions & 3 deletions Sledge.QuickForms/Properties/AssemblyInfo.cs
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
// [assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyFileVersion("2.0.5.1")]
6 changes: 3 additions & 3 deletions Sledge.Rendering/Properties/AssemblyInfo.cs
Expand Up @@ -30,6 +30,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
// [assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyFileVersion("2.0.5.1")]
6 changes: 3 additions & 3 deletions Sledge.Shell/Properties/AssemblyInfo.cs
Expand Up @@ -30,6 +30,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
// [assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyFileVersion("2.0.5.1")]
6 changes: 3 additions & 3 deletions Sledge.Translator/Properties/AssemblyInfo.cs
Expand Up @@ -31,6 +31,6 @@
//
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
// en utilisant '*', comme indiqué ci-dessous :
// [assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
// [assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyVersion("2.0.5.1")]
[assembly: AssemblyFileVersion("2.0.5.1")]

0 comments on commit 955cd39

Please sign in to comment.