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

Commit

Permalink
Version bump, scan tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxar-tc committed Apr 14, 2016
1 parent 5b4c3df commit d0a4943
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 30 deletions.
6 changes: 3 additions & 3 deletions EssentialsPlugin/AssemblyFileVersion.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//350
//1
//
// This code was generated by a tool. Any changes made manually will be lost
// the next time this code is regenerated.
//

using System.Reflection;

[assembly: AssemblyFileVersion("1.13.5.350")]
[assembly: AssemblyVersion("1.13.5.350")]
[assembly: AssemblyFileVersion("1.13.6.1")]
[assembly: AssemblyVersion("1.13.6.1")]
4 changes: 2 additions & 2 deletions EssentialsPlugin/AssemblyFileVersion.tt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@

using System.Reflection;

[assembly: AssemblyFileVersion("1.13.5.<#= revisionNumber #>")]
[assembly: AssemblyVersion("1.13.5.<#= revisionNumber #>")]
[assembly: AssemblyFileVersion("1.13.6.<#= revisionNumber #>")]
[assembly: AssemblyVersion("1.13.6.<#= revisionNumber #>")]
2 changes: 1 addition & 1 deletion EssentialsPlugin/EssentialsPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>EssentialsPlugin</RootNamespace>
<AssemblyName>Essentials</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
Expand Down
39 changes: 17 additions & 22 deletions EssentialsPlugin/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion EssentialsPlugin/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion EssentialsPlugin/Utility/CubeGrid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ public static HashSet<GridGroup> ScanGrids( ulong userId, string[] words )
int blockCountLess = 0;
bool testStatic = false;
MyCubeSize blockSize = MyCubeSize.Large;
GridLinkTypeEnum connectionType = GridLinkTypeEnum.Physical;
GridLinkTypeEnum connectionType = GridLinkTypeEnum.Logical;

if (words.Any( ))
{
Expand Down

0 comments on commit d0a4943

Please sign in to comment.