Skip to content

Commit

Permalink
Removed Submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoked-Fish committed Jun 12, 2024
1 parent 3f47a84 commit 11bf38c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

8 changes: 4 additions & 4 deletions AnythingAnywhere.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<!-- Project properties -->
<PropertyGroup>
<EnableHarmony>true</EnableHarmony>
<CommonPatches>true</CommonPatches>
<Common>ALL</Common>
</PropertyGroup>

<!-- Import Common targets -->
<Import Project="Framework\Common\common.targets" />
<Import Project="$(MOD_UTILITIES)\Common\common.targets" Condition="'$(GITHUB_ACTIONS)' != 'true'"/>
<Import Project="$(MSBuildThisFileDirectory)Common/common.targets" Condition="'$(GITHUB_ACTIONS)' == 'true'"/>

</Project>
</Project>
1 change: 0 additions & 1 deletion Framework/Common
Submodule Common deleted from d1989d
1 change: 0 additions & 1 deletion Framework/Patches/PlacementPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using StardewValley;
using StardewValley.Objects;
using StardewValley.TerrainFeatures;
using System;
using System.Collections.Generic;
using AnythingAnywhere.Framework.External.CustomBush;

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "Anything Anywhere",
"Author": "Espy",
"Version": "1.8.0",
"Version": "1.8.1",
"Description": "Build and place anything anywhere.",
"UniqueID": "Espy.AnythingAnywhere",
"EntryDll": "AnythingAnywhere.dll",
Expand Down

0 comments on commit 11bf38c

Please sign in to comment.