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

Commit b43b36b

Browse files
committed
Included missing reference.
Compiled against 1.80.11 for release.
1 parent 8beb4f3 commit b43b36b

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//2399
1+
//2407
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.12.0.2399")]
10-
[assembly: AssemblyVersion("1.12.0.2399")]
9+
[assembly: AssemblyFileVersion("1.12.1.2407")]
10+
[assembly: AssemblyVersion("1.12.1.2407")]

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.12.0.<#= revisionNumber #>")]
33-
[assembly: AssemblyVersion("1.12.0.<#= revisionNumber #>")]
32+
[assembly: AssemblyFileVersion("1.12.1.<#= revisionNumber #>")]
33+
[assembly: AssemblyVersion("1.12.1.<#= revisionNumber #>")]

EssentialsPlugin/EssentialsPlugin.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@
228228
<SpecificVersion>False</SpecificVersion>
229229
<HintPath>..\..\SEServerExtender\SEServerExtender\bin\x64\Release\SEModAPIInternal.dll</HintPath>
230230
</Reference>
231+
<Reference Include="SpaceEngineers.Game, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
232+
<SpecificVersion>False</SpecificVersion>
233+
<HintPath>..\..\SEServerExtender\GameLibraries\SpaceEngineers.Game.dll</HintPath>
234+
</Reference>
231235
<Reference Include="System" />
232236
<Reference Include="System.Design" />
233237
<Reference Include="System.Drawing" />

0 commit comments

Comments
 (0)