Finish rebranding.
This commit is contained in:
parent
e7c90af3ed
commit
0c46adc68b
@ -13,12 +13,13 @@
|
|||||||
<!-- Nuget Properties. -->
|
<!-- Nuget Properties. -->
|
||||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||||
<PackageId>ReFuel.StbImage</PackageId>
|
<PackageId>ReFuel.StbImage</PackageId>
|
||||||
<Version>1.1.3</Version>
|
<Version>1.0.0</Version>
|
||||||
<Authors>STBI Authors, H. Utku Maden</Authors>
|
<Authors>STBI Authors, H. Utku Maden</Authors>
|
||||||
<Description>
|
<Description>
|
||||||
A C# wrapper for the ubiquitous stb_image.h and stb_image_write.h library.
|
A C# wrapper for the ubiquitous stb_image.h and stb_image_write.h library.
|
||||||
</Description>
|
</Description>
|
||||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
|
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
|
||||||
<PackageIcon>images\icon.png</PackageIcon>
|
<PackageIcon>images\icon.png</PackageIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
@ -29,8 +30,8 @@
|
|||||||
that determines a lot of load paths for projects.
|
that determines a lot of load paths for projects.
|
||||||
-->
|
-->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="README.md" Pack="true" PackagePath="/"/>
|
<Content Include="*.md" Pack="true" PackagePath="/"/>
|
||||||
<None Include="Quik.Common/assets/quik_ico_256.png" Pack="true" PackagePath="images\icon.png"/>
|
<None Include="rf_stbimage.png" Pack="true" PackagePath="images\icon.png"/>
|
||||||
<Content Include="runtimes/linux-arm/native/*.so">
|
<Content Include="runtimes/linux-arm/native/*.so">
|
||||||
<PackagePath>runtimes/linux-arm/native/</PackagePath>
|
<PackagePath>runtimes/linux-arm/native/</PackagePath>
|
||||||
<Pack>true</Pack>
|
<Pack>true</Pack>
|
||||||
|
BIN
rf_stbimage.png
Normal file
BIN
rf_stbimage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
Loading…
Reference in New Issue
Block a user