mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
build(force-patch): add props to package with Essentials version
This commit is contained in:
@@ -19,5 +19,6 @@
|
||||
<ItemGroup>
|
||||
<None Include="..\..\LICENSE.md" Pack="true" PackagePath=""/>
|
||||
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
|
||||
<None Include=".\build\**" Pack="true" PackagePath="build"/>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Project>
|
||||
<EssentialsVersion>$(Version)</EssentialsVersion>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user