|
4 | 4 | <TargetFramework>netstandard2.1</TargetFramework> |
5 | 5 | <Nullable>enable</Nullable> |
6 | 6 | <RootNamespace>ZenKit</RootNamespace> |
7 | | - <PackageId>ZenKit.Alpha</PackageId> |
8 | | - <Version>1.0.5</Version> |
| 7 | + <PackRelease>true</PackRelease> |
| 8 | + <PackageId>ZenKit</PackageId> |
| 9 | + <Version>0.1.0</Version> |
9 | 10 | <Authors>Luis Michaelis</Authors> |
10 | 11 | <Company>GothicKit</Company> |
| 12 | + <Copyright>© 2023. GothicKit Contributors</Copyright> |
| 13 | + <PackageTags>gothic gothic2 file-formats file-format-library zengin wrapper library parser gothickit</PackageTags> |
| 14 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 15 | + <PackageProjectUrl>https://github.com/GothicKit/ZenKitCS</PackageProjectUrl> |
| 16 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 17 | + <RepositoryUrl>https://github.com/GothicKit/ZenKitCS</RepositoryUrl> |
| 18 | + <Description>C#-bindings for ZenKit, the ZenGin asset parser.</Description> |
11 | 19 | </PropertyGroup> |
12 | 20 |
|
13 | 21 | <ItemGroup> |
14 | 22 | <Folder Include="runtimes\android-arm64\native"/> |
15 | 23 | <Folder Include="runtimes\linux-x64\native"/> |
16 | 24 | <Folder Include="runtimes\win-x64\native"/> |
17 | 25 | <Folder Include="runtimes\osx-x64\native"/> |
18 | | - <None Include="ZenKit.Alpha.targets" Pack="true" PackagePath="build"/> |
| 26 | + <None Include="..\README.md" Pack="true" PackagePath="/"/> |
| 27 | + <None Include="ZenKit.targets" Pack="true" PackagePath="build" /> |
19 | 28 | <Content Include="runtimes\**" PackagePath="runtimes" PackageCopyToOutput="true" Pack="True" CopyToOutputDirectory="Always"/> |
20 | 29 | </ItemGroup> |
21 | 30 |
|
|
0 commit comments