build(force-patch): add props to package with Essentials version

This commit is contained in:
Andrew Welker
2025-04-30 11:01:10 -05:00
parent ec1b99498a
commit 2f3babef91
2 changed files with 5 additions and 0 deletions

View File

@@ -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>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project>
<EssentialsVersion>$(Version)</EssentialsVersion>
</Project>