Skip to content

Commit

Permalink
update to tml 0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
direwolf420 committed May 17, 2020
1 parent 5625335 commit 6debcb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion PetRenamer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
<AssemblyName>PetRenamer</AssemblyName>
<TargetFramework>net45</TargetFramework>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>latest</LangVersion>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
<Target Name="BuildMod" AfterTargets="Build">
<Exec Command="&quot;$(tMLBuildServerPath)&quot; -build $(ProjectDir) -eac $(TargetPath) -define $(DefineConstants) -unsafe $(AllowUnsafeBlocks)" />
</Target>
<ItemGroup>
<PackageReference Include="tModLoader.CodeAssist" Version="0.1.*" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Demonstration (gfycat videos):

Changelog:

v1.0.0.5: nothig
v1.0.0.5: tml 0.11.7 update

v1.0.0.4: tml 0.11 update, command says the correct thing now when not holding a pet item

Expand Down
2 changes: 1 addition & 1 deletion description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Example:

Changelog:

v1.0.0.5: nothig
v1.0.0.5: tml 0.11.7 update

v1.0.0.4: tml 0.11 update, command says the correct thing now when not holding a pet item

Expand Down

0 comments on commit 6debcb9

Please sign in to comment.