Added icon and NuGet package info

This commit is contained in:
iminet 2023-09-29 13:29:28 +02:00
parent ebd182c4a9
commit 8d7102b99d
5 changed files with 8 additions and 8 deletions

View File

@ -13,9 +13,9 @@
<Authors>iminet</Authors>
<Product>C# library for ImgBB</Product>
<PackageId>Iminetsoft.ImgBBApi</PackageId>
<PackageIcon>iminetsoft.png</PackageIcon>
<PackageProjectUrl>https://github.com/iminet/CronNET</PackageProjectUrl>
<RepositoryUrl>https://github.com/iminet/CronNET</RepositoryUrl>
<PackageIcon>imgbb.png</PackageIcon>
<PackageProjectUrl>https://github.com/iminet/ImgBBApi</PackageProjectUrl>
<RepositoryUrl>https://github.com/iminet/ImgBBApi</RepositoryUrl>
<PackageTags>dotnet ImgBB, image, imageupload, API</PackageTags>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Description>C# library for ImgBB</Description>
@ -25,8 +25,8 @@
</PropertyGroup>
<ItemGroup>
<None Include="Resources\iminetsoft.png" Pack="true" PackagePath="\"></None>
<None Include="Readme.md" Pack="true" PackagePath="\"></None>
<None Include="Resources\imgbb.png" Pack="true" PackagePath="\"></None>
</ItemGroup>
<ItemGroup>

View File

@ -63,9 +63,9 @@ namespace ImgBBApi.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap iminetsoft {
internal static System.Drawing.Bitmap imgbb {
get {
object obj = ResourceManager.GetObject("iminetsoft", resourceCulture);
object obj = ResourceManager.GetObject("imgbb", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}

View File

@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="iminetsoft" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\iminetsoft.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="imgbb" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\imgbb.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

BIN
Resources/imgbb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB