Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
updated to 2021.4.12s
Browse files Browse the repository at this point in the history
  • Loading branch information
Galster-dev committed Apr 14, 2021
1 parent 87bf064 commit 936235a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CustomServersClient/CustomServersClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.6.0</Version>
<GameVersion>2021.3.31.3s</GameVersion>
<Mappings>NuclearPowered/Mappings:0.3.0</Mappings>
<GameVersion>2021.4.12s</GameVersion>
<Mappings>NuclearPowered/Mappings:0.4.0</Mappings>

<Authors>andruzzzhka</Authors>
</PropertyGroup>
Expand All @@ -20,6 +20,6 @@
</Reference>
</ItemGroup>
<Target Name="Copy" AfterTargets="Reobfuscate">
<Copy SourceFiles="$(OutputPath)reobfuscated/$(AssemblyName)-$(GameVersion).dll" DestinationFolder="$(AmongUs)\BepInEx\plugins\" Condition="'$(Configuration)' == 'Debug'" />
<Copy SourceFiles="$(OutputPath)reobfuscated/$(AssemblyName)-$(GameVersion).dll" DestinationFolder="$(AmongUs)\BepInEx\plugins\"/>
</Target>
</Project>

0 comments on commit 936235a

Please sign in to comment.