fix version component lengths since dalamud can't parse VersionComponents=1
This commit is contained in:
parent
27fd91c346
commit
52bfb1e930
@ -6,6 +6,6 @@
|
|||||||
OutputPath="$(OutputPath)"
|
OutputPath="$(OutputPath)"
|
||||||
AssemblyName="$(AssemblyName)"
|
AssemblyName="$(AssemblyName)"
|
||||||
MakeZip="true"
|
MakeZip="true"
|
||||||
VersionComponents="1"/>
|
VersionComponents="2"/>
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue
Block a user