File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<PackageId >BP-Essentials</PackageId >
6
6
<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 >
10
10
<LangVersion >preview</LangVersion >
11
11
</PropertyGroup >
12
12
13
13
<!-- 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" >
15
15
<Exec Command =" copy /Y " $(OutDir)\$(TargetFileName)" " $(BPDIR)\Plugins" " />
16
16
</Target >
17
17
You can’t perform that action at this time.
0 commit comments