We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e18c4 commit 60160fbCopy full SHA for 60160fb
2 files changed
src/Utility.cs src/Hebron.Runtime/Utility.cssrc/Utility.cs renamed to src/Hebron.Runtime/Utility.cs
@@ -1,4 +1,4 @@
1
-namespace StbImageSharp
+namespace Hebron.Runtime
2
{
3
internal class Utility
4
src/StbImageSharp.csproj
@@ -7,7 +7,7 @@
7
<Description>C# port of the stb_image.h</Description>
8
<PackageLicenseUrl>Public Domain</PackageLicenseUrl>
9
<PackageProjectUrl>https://github.com/StbSharp/StbImageSharp</PackageProjectUrl>
10
- <Version>2.27.11</Version>
+ <Version>2.27.12</Version>
11
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12
</PropertyGroup>
13
0 commit comments