mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
build(force-patch): add props to package with Essentials version
This commit is contained in:
parent
ec1b99498a
commit
2f3babef91
2 changed files with 5 additions and 0 deletions
|
|
@ -19,5 +19,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\..\LICENSE.md" Pack="true" PackagePath=""/>
|
<None Include="..\..\LICENSE.md" Pack="true" PackagePath=""/>
|
||||||
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
|
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
|
||||||
|
<None Include=".\build\**" Pack="true" PackagePath="build"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<Project>
|
||||||
|
<EssentialsVersion>$(Version)</EssentialsVersion>
|
||||||
|
</Project>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue