Skip to content

Commit

Permalink
Target 1.102
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed May 27, 2024
1 parent c3e498c commit 19c93d7
Show file tree
Hide file tree
Showing 6 changed files with 1,313 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>CheatCraftFromNearbyContainers</AssemblyName>
<Description>(Cheat) Craft From Nearby Containers</Description>
<Version>1.0.0.27</Version>
<Version>1.0.0.28</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Platforms>AnyCPU</Platforms>
Expand Down
2 changes: 1 addition & 1 deletion CheatInventoryStacking/CheatInventoryStacking.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName></AssemblyName>
<Description>(Cheat) Inventory Stacking</Description>
<Version>1.0.1.25</Version>
<Version>1.0.1.26</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Platforms>AnyCPU</Platforms>
Expand Down
2 changes: 1 addition & 1 deletion FeatCommandConsole/FeatCommandConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>FeatCommandConsole</AssemblyName>
<Description>(Feat) Command Console</Description>
<Version>1.0.0.79</Version>
<Version>1.0.0.80</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Platforms>AnyCPU</Platforms>
Expand Down
2 changes: 1 addition & 1 deletion LibCommon/GameVersionCheck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace LibCommon
/// </summary>
internal class GameVersionCheck
{
const string TargetVersion = "1.101";
const string TargetVersion = "1.102";

static string modName;

Expand Down
Loading

0 comments on commit 19c93d7

Please sign in to comment.