Skip to content

Commit

Permalink
Updated for Hotels&Retrits
Browse files Browse the repository at this point in the history
  • Loading branch information
MacSergey committed May 25, 2023
1 parent 806938b commit b588ba0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BuildingSpawnPoints/BuildingSpawnPoints.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Stable Release' OR '$(Configuration)' == 'Stable Debug'">
<AssemblyVersion>1.4</AssemblyVersion>
<AssemblyVersion>1.4.0.1</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Stable Release|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion BuildingSpawnPoints/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class Mod : BasePatcherMod<Mod>
new ModVersion(new Version(1,0,1), new DateTime(2021, 6, 10)),
new ModVersion(new Version(1,0), new DateTime(2021, 6, 8)),
};
protected override Version RequiredGameVersion => new Version(1, 16, 1, 2);
protected override Version RequiredGameVersion => new Version(1, 17, 0, 3);

protected override ulong StableWorkshopId => 2511258910ul;
protected override ulong BetaWorkshopId => 2504315382ul;
Expand Down
4 changes: 2 additions & 2 deletions BuildingSpawnPoints/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"Release": {
"commandName": "Executable",
"executablePath": "C:\\Program Files (x86)\\Steam\\steamapps\\workshop\\content\\255710\\2953447919\\Tool\\LoadOrderToolTwo.exe",
"executablePath": "C:\\Program Files (x86)\\Steam\\steamapps\\workshop\\content\\255710\\2953447919\\App\\Skyve.exe",
"commandLineArgs": " -launch -noWindow -profile Release"
},
"Debug": {
"commandName": "Executable",
"executablePath": "C:\\Program Files (x86)\\Steam\\steamapps\\workshop\\content\\255710\\2953447919\\Tool\\LoadOrderToolTwo.exe",
"executablePath": "C:\\Program Files (x86)\\Steam\\steamapps\\workshop\\content\\255710\\2953447919\\App\\Skyve.exe",
"commandLineArgs": "-launch -noWindow -profile Debug"
}
}
Expand Down
2 changes: 1 addition & 1 deletion Workshop/Workshop description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[img]https://i.imgur.com/CYNzkiJ.png[/img]
[img]https://i.imgur.com/a0VrMRr.png[/img]
[HR][/HR]
[img]https://i.imgur.com/j5BJcCL.png[/img]
[code][h1]Overview[/h1]
Expand Down

0 comments on commit b588ba0

Please sign in to comment.