Skip to content

Commit

Permalink
package metadata updated
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilijP committed Oct 18, 2024
1 parent 0255b8b commit 90da291
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tgalib-core/tgalib-core.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Authors>Peter Truchly</Authors>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>tgalib_core</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<Description>Library for loading and saving Truevision TGA, often referred to as TARGA raster image file format.</Description>
<PackageTags>tga;image;graphics</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/VasilijP/tgalib-core</PackageProjectUrl>
<RepositoryUrl>https://github.com/VasilijP/tgalib-core</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="./"/>
</ItemGroup>

</Project>

0 comments on commit 90da291

Please sign in to comment.