Skip to content

Commit

Permalink
Added icon and NuGet package info
Browse files Browse the repository at this point in the history
  • Loading branch information
iminet committed Sep 29, 2023
1 parent 8d7102b commit 3ad6342
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ImgBBApi.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<Nullable>disable</Nullable>
<OutputType>Library</OutputType>
<RootNamespace>ImgBBApi</RootNamespace>
<AssemblyName>ImgBBApi</AssemblyName>
<PackageReleaseNotes>Added package icon</PackageReleaseNotes>
<Version>1.0.1</Version>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
<Version>1.0.2</Version>
<AssemblyVersion>1.0.2</AssemblyVersion>
<FileVersion>1.0.2</FileVersion>
<Authors>iminet</Authors>
<Product>C# library for ImgBB</Product>
<PackageId>Iminetsoft.ImgBBApi</PackageId>
<PackageIcon>imgbb.png</PackageIcon>
<PackageIcon>imgbb-invert.png</PackageIcon>
<PackageProjectUrl>https://github.com/iminet/ImgBBApi</PackageProjectUrl>
<RepositoryUrl>https://github.com/iminet/ImgBBApi</RepositoryUrl>
<PackageTags>dotnet ImgBB, image, imageupload, API</PackageTags>
Expand All @@ -27,6 +26,7 @@
<ItemGroup>
<None Include="Readme.md" Pack="true" PackagePath="\"></None>
<None Include="Resources\imgbb.png" Pack="true" PackagePath="\"></None>
<None Include="Resources\imgbb-invert.png" Pack="true" PackagePath="\"></None>
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 10 additions & 0 deletions Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Binary file added Resources/imgbb-invert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3ad6342

Please sign in to comment.