Update package info
All checks were successful
Publish NuGet Packages / publish (push) Successful in 1m39s
All checks were successful
Publish NuGet Packages / publish (push) Successful in 1m39s
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user