This commit is contained in:
parent
7157db6bd0
commit
09b5238b24
@ -14,7 +14,7 @@
|
|||||||
<!-- Nuget Properties. -->
|
<!-- Nuget Properties. -->
|
||||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||||
<PackageId>ReFuel.StbImage</PackageId>
|
<PackageId>ReFuel.StbImage</PackageId>
|
||||||
<Version>2.0.1</Version>
|
<Version>2.0.2-rc.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.
|
||||||
@ -26,7 +26,10 @@
|
|||||||
<RepositoryUrl>https://git.mixedup.dev/ReFuel/ReFuel.StbImage</RepositoryUrl>
|
<RepositoryUrl>https://git.mixedup.dev/ReFuel/ReFuel.StbImage</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<PackageTags>stb; stb_image; stbi; image; load; save; read; write</PackageTags>
|
<PackageTags>stb; stb_image; stbi; image; load; save; read; write</PackageTags>
|
||||||
<PackageReleaseNotes># 2.0.1
|
<PackageReleaseNotes># 2.0.2
|
||||||
|
* Fixed calling convention related execution engine exception for the Windows platform.
|
||||||
|
|
||||||
|
# 2.0.1
|
||||||
* Enabled optimizations across the board for native and managed assemblies.
|
* Enabled optimizations across the board for native and managed assemblies.
|
||||||
|
|
||||||
# 2.0.0
|
# 2.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user