Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.0.2.0: ~ACaiCat
Updates:
Update dependency TShock to 5.2.4

Version 1.0.1.0: ~Simon311

Additions:
Expand Down
Binary file removed References/Microsoft.Data.Sqlite.dll
Binary file not shown.
Binary file removed References/MySql.Data.dll
Binary file not shown.
Binary file removed References/Newtonsoft.Json.dll
Binary file not shown.
Binary file removed References/OTAPI.dll
Binary file not shown.
Binary file removed References/TShock.Server.exe
Binary file not shown.
Binary file removed References/TShockAPI.dll
Binary file not shown.
Binary file removed References/TerrariaServer.dll
Binary file not shown.
Binary file modified Release/UserSpecificFunctions.dll
Binary file not shown.
18 changes: 0 additions & 18 deletions UserSpecificFunctions/Properties/AssemblyInfo.cs

This file was deleted.

30 changes: 2 additions & 28 deletions UserSpecificFunctions/UserSpecificFunctions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Version>1.0.2.0</Version>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\Release\</OutputPath>
Expand All @@ -16,33 +17,6 @@
<PackageReference Include="JetBrains.Annotations" Version="11.0.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.Data.Sqlite">
<HintPath>..\References\Microsoft.Data.Sqlite.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="MySql.Data">
<HintPath>..\References\MySql.Data.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\References\Newtonsoft.Json.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="OTAPI">
<HintPath>..\References\OTAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="OTAPI.Runtime">
<HintPath>..\References\OTAPI.Runtime.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="TerrariaServer">
<HintPath>..\References\TerrariaServer.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="TShockAPI">
<HintPath>..\References\TShockAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="TShock" Version="5.2.4" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion UserSpecificFunctions/UserSpecificFunctionsPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Linq;
using System.Reflection;
using Microsoft.Xna.Framework;
using Newtonsoft.Json;
using Terraria;
using Terraria.GameContent.NetModules;
using Terraria.Localization;
Expand Down