|
@@ -5,6 +5,10 @@
|
|
|
<Version>1.4.0.0</Version>
|
|
|
<AssemblyVersion>1.4.0.0</AssemblyVersion>
|
|
|
<copyright>Copyright © Kastellanos Nikolaos 2020-2025</copyright>
|
|
|
+ <PackageId>nkast.Aether.Content.Pipeline.VoxelImporters</PackageId>
|
|
|
+ <Description>Content Importers for Kni Content Pipeline</Description>
|
|
|
+ <PackageTags>C# Graphics Voxel KNI Content Pipeline</PackageTags>
|
|
|
+ <PackageReadmeFile>README.md</PackageReadmeFile>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
@@ -34,4 +38,11 @@
|
|
|
<PackageReference Include="nkast.Xna.Framework.Content.Pipeline" Version="4.0.9001" />
|
|
|
<PackageReference Include="nkast.Xna.Framework.Content.Pipeline.Graphics" Version="4.0.9001" />
|
|
|
</ItemGroup>
|
|
|
+
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="README.md">
|
|
|
+ <Pack>True</Pack>
|
|
|
+ <PackagePath>\</PackagePath>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
</Project>
|