Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit d0a4943

Browse files
committed
Version bump, scan tweak
1 parent 5b4c3df commit d0a4943

File tree

6 files changed

+25
-30
lines changed

6 files changed

+25
-30
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//350
1+
//1
22
//
33
// This code was generated by a tool. Any changes made manually will be lost
44
// the next time this code is regenerated.
55
//
66

77
using System.Reflection;
88

9-
[assembly: AssemblyFileVersion("1.13.5.350")]
10-
[assembly: AssemblyVersion("1.13.5.350")]
9+
[assembly: AssemblyFileVersion("1.13.6.1")]
10+
[assembly: AssemblyVersion("1.13.6.1")]

EssentialsPlugin/AssemblyFileVersion.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929

3030
using System.Reflection;
3131

32-
[assembly: AssemblyFileVersion("1.13.5.<#= revisionNumber #>")]
33-
[assembly: AssemblyVersion("1.13.5.<#= revisionNumber #>")]
32+
[assembly: AssemblyFileVersion("1.13.6.<#= revisionNumber #>")]
33+
[assembly: AssemblyVersion("1.13.6.<#= revisionNumber #>")]

EssentialsPlugin/EssentialsPlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>EssentialsPlugin</RootNamespace>
1111
<AssemblyName>Essentials</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile>
1515
</TargetFrameworkProfile>

EssentialsPlugin/Properties/Resources.Designer.cs

Lines changed: 17 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

EssentialsPlugin/Properties/Settings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

EssentialsPlugin/Utility/CubeGrid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ public static HashSet<GridGroup> ScanGrids( ulong userId, string[] words )
476476
int blockCountLess = 0;
477477
bool testStatic = false;
478478
MyCubeSize blockSize = MyCubeSize.Large;
479-
GridLinkTypeEnum connectionType = GridLinkTypeEnum.Physical;
479+
GridLinkTypeEnum connectionType = GridLinkTypeEnum.Logical;
480480

481481
if (words.Any( ))
482482
{

0 commit comments

Comments
 (0)