Skip to content

Commit

Permalink
chore(build): update .csproj and .targets
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Nov 11, 2023
1 parent 9f2bcf3 commit a5ec63f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions ZenKit/ZenKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,27 @@
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>ZenKit</RootNamespace>
<PackageId>ZenKit.Alpha</PackageId>
<Version>1.0.5</Version>
<PackRelease>true</PackRelease>
<PackageId>ZenKit</PackageId>
<Version>0.1.0</Version>
<Authors>Luis Michaelis</Authors>
<Company>GothicKit</Company>
<Copyright>© 2023. GothicKit Contributors</Copyright>
<PackageTags>gothic gothic2 file-formats file-format-library zengin wrapper library parser gothickit</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/GothicKit/ZenKitCS</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/GothicKit/ZenKitCS</RepositoryUrl>
<Description>C#-bindings for ZenKit, the ZenGin asset parser.</Description>
</PropertyGroup>

<ItemGroup>
<Folder Include="runtimes\android-arm64\native"/>
<Folder Include="runtimes\linux-x64\native"/>
<Folder Include="runtimes\win-x64\native"/>
<Folder Include="runtimes\osx-x64\native"/>
<None Include="ZenKit.Alpha.targets" Pack="true" PackagePath="build"/>
<None Include="..\README.md" Pack="true" PackagePath="/"/>
<None Include="ZenKit.targets" Pack="true" PackagePath="build" />
<Content Include="runtimes\**" PackagePath="runtimes" PackageCopyToOutput="true" Pack="True" CopyToOutputDirectory="Always"/>
</ItemGroup>

Expand Down
File renamed without changes.

0 comments on commit a5ec63f

Please sign in to comment.