Skip to content

Commit 6ee47bb

Browse files
committed
2.8.0
1 parent 20c982e commit 6ee47bb

File tree

7 files changed

+408
-361
lines changed

7 files changed

+408
-361
lines changed

Bootstrap.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public partial class GS2
1414
}
1515

1616

17-
[BepInPlugin("dsp.galactic-scale.2", "Galactic Scale 2 Plug-In", "2.7.12")]
17+
[BepInPlugin("dsp.galactic-scale.2", "Galactic Scale 2 Plug-In", "2.8.0")]
1818
[BepInDependency("space.customizing.console", BepInDependency.DependencyFlags.SoftDependency)]
1919
[BepInDependency("dsp.nebula-multiplayer-api", BepInDependency.DependencyFlags.SoftDependency)]
2020
public class Bootstrap : BaseUnityPlugin

GalacticScale3.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PropertyGroup>
99
<AssemblyName>GalacticScale</AssemblyName>
1010
<Description>Galaxy Customization for Dyson Sphere Program</Description>
11-
<Version>2.7.12</Version>
11+
<Version>2.8.0</Version>
1212
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1313
<LangVersion>9.0</LangVersion>
1414
<OutDir>bin/$(Configuration)</OutDir>
@@ -20,7 +20,7 @@
2020
<PackageReference Include="BepInEx.Core" Version="5.*" />
2121
<PackageReference Include="BepInEx.PluginInfoProps" Version="1.*" />
2222
<PackageReference Include="UnityEngine.Modules" Version="2018.4.12" IncludeAssets="compile" />
23-
<PackageReference Include="DysonSphereProgram.GameLibs" Version="0.9.26.13026-r.0" IncludeAssets="compile" />
23+
<PackageReference Include="DysonSphereProgram.GameLibs" Version="0.9.27.14553-r.0" IncludeAssets="compile" />
2424
<PackageReference Include="DysonSphereProgram.Modding.NebulaMultiplayerModApi" Version="*" IncludeAssets="compile" />
2525
</ItemGroup>
2626

Package/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# BACKUP YOUR SAVES. SERIOUSLY.
44

5+
- Version 2.8.0 - Update for new DSP Version. Implemented starfish's warning system fix.
56
- Version 2.7.12 - Additional monitoring component null reference avoidance
67
- Version 2.7.11 - Fix very rare bug with monitoring component trying to use a speaker that doesn't exist in the pool. *shrug*
78
- Version 2.7.10 - Hopefully fix Nebula compatibility

0 commit comments

Comments
 (0)