Update package info
All checks were successful
Publish NuGet Packages / publish (push) Successful in 1m39s

This commit is contained in:
2025-11-04 18:19:05 +09:00
parent 8395914cef
commit f14f3b07cd
2 changed files with 1 additions and 6 deletions

View File

@@ -1,12 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>StbImageSharpTeam</Authors>
<Product>StbImageSharp</Product>
<PackageId>StbImageSharp</PackageId>
<TargetFrameworks></TargetFrameworks>
<Description>C# port of the stb_image.h</Description>
<PackageLicenseUrl>Public Domain</PackageLicenseUrl>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>net9.0</TargetFramework>
<IsPackable>True</IsPackable>