Skip to content

Commit be957a3

Browse files
committed
Version 3.2.2 for BP 1.39a
1 parent f9bec79 commit be957a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/BPEssentials/BPEssentials.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
<PackageId>BP-Essentials</PackageId>
66
<Description>Basic commands for powerful moderation.</Description>
7-
<FileVersion>3.2.1</FileVersion>
8-
<AssemblyVersion>3.2.1</AssemblyVersion>
9-
<Version>3.2.1</Version>
7+
<FileVersion>3.2.2</FileVersion>
8+
<AssemblyVersion>3.2.2</AssemblyVersion>
9+
<Version>3.2.2</Version>
1010
<LangVersion>preview</LangVersion>
1111
</PropertyGroup>
1212

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

0 commit comments

Comments
 (0)