diff --git a/ImgBBApi.csproj b/ImgBBApi.csproj index 9833561..4cdfc20 100644 --- a/ImgBBApi.csproj +++ b/ImgBBApi.csproj @@ -1,5 +1,4 @@  - net5.0;net6.0 disable @@ -7,13 +6,13 @@ ImgBBApi ImgBBApi Added package icon - 1.0.1 - 1.0.1 - 1.0.1 + 1.0.2 + 1.0.2 + 1.0.2 iminet C# library for ImgBB Iminetsoft.ImgBBApi - imgbb.png + imgbb-invert.png https://github.com/iminet/ImgBBApi https://github.com/iminet/ImgBBApi dotnet ImgBB, image, imageupload, API @@ -27,6 +26,7 @@ + diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index e6767f4..3988c10 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -69,5 +69,15 @@ namespace ImgBBApi.Properties { return ((System.Drawing.Bitmap)(obj)); } } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap imgbb_invert { + get { + object obj = ResourceManager.GetObject("imgbb-invert", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } } } diff --git a/Properties/Resources.resx b/Properties/Resources.resx index 988a141..4f5eae1 100644 --- a/Properties/Resources.resx +++ b/Properties/Resources.resx @@ -121,4 +121,7 @@ ..\Resources\imgbb.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\imgbb-invert.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/Resources/imgbb-invert.png b/Resources/imgbb-invert.png new file mode 100644 index 0000000..b0343b5 Binary files /dev/null and b/Resources/imgbb-invert.png differ