Skip to content

Commit

Permalink
Version 3.2.2 for BP 1.39a
Browse files Browse the repository at this point in the history
  • Loading branch information
PLASMAchicken committed Feb 26, 2024
1 parent f9bec79 commit be957a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/BPEssentials/BPEssentials.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

<PackageId>BP-Essentials</PackageId>
<Description>Basic commands for powerful moderation.</Description>
<FileVersion>3.2.1</FileVersion>
<AssemblyVersion>3.2.1</AssemblyVersion>
<Version>3.2.1</Version>
<FileVersion>3.2.2</FileVersion>
<AssemblyVersion>3.2.2</AssemblyVersion>
<Version>3.2.2</Version>
<LangVersion>preview</LangVersion>
</PropertyGroup>

<!-- Only needed for windows as it is suggested to create a soft link/symlink on unix -->
<Target Condition="'$(OS)' == 'Windows_NT'" Name="PostBuild" AfterTargets="PostBuildEvent">
<Target Condition="'$(OS)' == 'Windows_NT'" Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy /Y &quot;$(OutDir)\$(TargetFileName)&quot; &quot;$(BPDIR)\Plugins&quot;" />
</Target>

Expand Down

0 comments on commit be957a3

Please sign in to comment.