Skip to content

Commit

Permalink
Release v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmBatby committed Jul 25, 2024
1 parent 154a6a7 commit f1b4cfd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
**Changelog**
--

**<details><summary>Version 1.3.4</summary>**

**<details><summary>Fixes</summary>**

* Updated .csproj and thunderstore.toml
* Updated outdated README.md

</details>

**<details><summary>Version 1.3.3</summary>**

**<details><summary>Features</summary>**

* Implemented ExtendedFootstepSurface

</details>

**<details><summary>Version 1.3.2</summary>**

**<details><summary>Fixes</summary>**
Expand Down
13 changes: 1 addition & 12 deletions LethalLevelLoader/LethalLevelLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,8 @@

<MakeDir Directories="$(ProjectDir)../assets/bundles" Condition="!Exists('$(ProjectDir)../assets/bundles')" />

<Exec Command="dotnet tcli build --config-path $(ProjectDir)../assets/thunderstore.toml" />
<Exec Command="dotnet tcli build --config-path $(ProjectDir)../assets/thunderstore.toml --package-version $(PlainVersion)" />

<ItemGroup>
<FilesToRename Include="$(ProjectDir)dist/IAmBatby-LethalLevelLoader-0.0.1.zip" />
</ItemGroup>

<Message Importance="high" Text="Plain Version Is - $(PlainVersion)" />
<Message Importance="high" Text="MinVer Version Is - $(MinVerVersion)" />
<Message Importance="high" Text="ProjectDir Is - $(ProjectDir)" />
<Message Importance="high" Text="Dist Is - $(ProjectDir)dist/" />
<Message Importance="high" Text="Zip Is - @(FilesToRename)" />

<Move SourceFiles="@(FilesToRename)" DestinationFiles="@(FilesToRename->Replace('0.0.1','$(PlainVersion)'))"/>
</Target>

<!-- thunderstore publish -->
Expand Down
2 changes: 1 addition & 1 deletion LethalLevelLoader/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Plugin : BaseUnityPlugin
{
public const string ModGUID = "imabatby.lethallevelloader";
public const string ModName = "LethalLevelLoader";
public const string ModVersion = "1.3.3";
public const string ModVersion = "1.3.4";

internal static Plugin Instance;

Expand Down
2 changes: 1 addition & 1 deletion assets/thunderstore.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# all directories are relative to the location of this toml file (/assets/thunderstore.toml)
[config]
schemaVersion = "1.3.0"
schemaVersion = "0.0.1"

[general]
repository = "https://thunderstore.io"
Expand Down

0 comments on commit f1b4cfd

Please sign in to comment.