Added icon and NuGet package info

This commit is contained in:
Imi
2023-09-29 13:36:21 +02:00
parent 8d7102b99d
commit 3ad6342b07
4 changed files with 18 additions and 5 deletions

View File

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

View File

@@ -121,4 +121,7 @@
<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>
<data name="imgbb-invert" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\imgbb-invert.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>