Skip to content

Commit

Permalink
Small refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
rds1983 committed Sep 12, 2022
1 parent c0e18c4 commit 60160fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Utility.cs → src/Hebron.Runtime/Utility.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace StbImageSharp
namespace Hebron.Runtime
{
internal class Utility
{
Expand Down
2 changes: 1 addition & 1 deletion src/StbImageSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Description>C# port of the stb_image.h</Description>
<PackageLicenseUrl>Public Domain</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/StbSharp/StbImageSharp</PackageProjectUrl>
<Version>2.27.11</Version>
<Version>2.27.12</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down

0 comments on commit 60160fb

Please sign in to comment.