Skip to content

Commit a5ec63f

Browse files
committed
chore(build): update .csproj and .targets
1 parent 9f2bcf3 commit a5ec63f

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

ZenKit/ZenKit.csproj

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,27 @@
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<Nullable>enable</Nullable>
66
<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>
910
<Authors>Luis Michaelis</Authors>
1011
<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>
1119
</PropertyGroup>
1220

1321
<ItemGroup>
1422
<Folder Include="runtimes\android-arm64\native"/>
1523
<Folder Include="runtimes\linux-x64\native"/>
1624
<Folder Include="runtimes\win-x64\native"/>
1725
<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" />
1928
<Content Include="runtimes\**" PackagePath="runtimes" PackageCopyToOutput="true" Pack="True" CopyToOutputDirectory="Always"/>
2029
</ItemGroup>
2130

0 commit comments

Comments
 (0)