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

View File

@@ -8,7 +8,7 @@
<Title>$(AssemblyName)</Title> <Title>$(AssemblyName)</Title>
<Authors>Misaki</Authors> <Authors>Misaki</Authors>
<IsPackable>True</IsPackable> <IsPackable>True</IsPackable>
<Version>1.1.0</Version> <Version>1.2.0</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup> </PropertyGroup>