Skip to content

Commit

Permalink
Releasing version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TBye101 committed May 7, 2019
1 parent 4e25eaa commit 1ee2c42
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ SneakyTactician <[email protected]>

---

## [Version 0.1.3]

#### API
*

#### GUI
*

#### Bugs
*

## [Version 0.1.2]

#### API
Expand Down Expand Up @@ -29,7 +40,7 @@ SneakyTactician <[email protected]>

#### Bugs
*Fixed PineTree class property Name's value
*Fixed mined stones not disappering
*Fixed mined stones not disappearing
*Surround sound now functions like it should

---
Expand Down
11 changes: 9 additions & 2 deletions MagicalLifeMod/MagicalLifeMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,20 @@
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Core\Entities\**" />
<Compile Remove="Core\Tiles\**" />
<EmbeddedResource Remove="Core\Entities\**" />
<EmbeddedResource Remove="Core\Tiles\**" />
<None Remove="Core\Entities\**" />
<None Remove="Core\Tiles\**" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\MagicalLifeAPIStandard\MagicalLifeAPIStandard.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="Core\Entities\" />
<Folder Include="Core\Tiles\" />
<Folder Include="Core\WorldGeneration\StructureGenerators\" />
<Folder Include="Core\WorldGeneration\VegetationGenerators\" />
</ItemGroup>
Expand Down

0 comments on commit 1ee2c42

Please sign in to comment.