3 Commits

Author SHA1 Message Date
846e09054d Pull changes in build_native.sh
All checks were successful
Build / build (push) Successful in 2m0s
2024-06-14 22:11:33 +03:00
722d38be5c Update docker cmakes.
All checks were successful
Build / build (push) Successful in 1m23s
2024-06-14 22:00:20 +03:00
31f5e3938c Increment version.
All checks were successful
Build / build (push) Successful in 1m24s
2024-06-14 21:53:08 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<!-- Nuget Properties. --> <!-- Nuget Properties. -->
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>ReFuel.StbImage</PackageId> <PackageId>ReFuel.StbImage</PackageId>
<Version>1.0.0</Version> <Version>1.0.1</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.