Skip to content

Commit

Permalink
Updated csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmBatby committed Jan 7, 2025
1 parent 8a0bc7b commit 0bc9c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LethalLevelLoader/LethalLevelLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>LethalLevelLoader</AssemblyName>
<Description>A Custom API to support the manual and dynamic integration of custom levels and dungeons in Lethal Company.</Description>
<Version>1.3.0</Version>
<Version>1.3.15</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>preview</LangVersion>

Expand Down Expand Up @@ -101,7 +101,7 @@
</Target>

<!-- zipping the .dll alone for curseforge release -->
<Target Name="ZipCurseForge" DependsOnTargets="PackThunderstore">
<Target Name="ZipCurseForge" AfterTargets="PackThunderstore">
<MakeDir Directories="$(ProjectDir)dist/output/" Condition="!Exists('$(ProjectDir)dist/output/')" />
<Copy SourceFiles="$(ProjectDir)bin/Release/netstandard2.1/$(AssemblyName).dll" DestinationFiles="$(ProjectDir)dist/output/$(AssemblyName).dll" />

Expand Down

0 comments on commit 0bc9c12

Please sign in to comment.