Skip to content

Commit

Permalink
update tinyexr
Browse files Browse the repository at this point in the history
  • Loading branch information
ksgfk committed Feb 13, 2025
1 parent 6bcfaf2 commit 79d7771
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions TinyEXR.NET/TinyEXR.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>TinyEXR</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>0.3.8</AssemblyVersion>
<FileVersion>0.3.8</FileVersion>
<AssemblyVersion>0.3.9</AssemblyVersion>
<FileVersion>0.3.9</FileVersion>
<RepositoryType>git</RepositoryType>
<Description>TinyEXR.NET is a C# wrapper of tinyexr</Description>
<Company>ksgfk</Company>
<Authors>ksgfk</Authors>
<Copyright>Copyright (c) 2023-2024 ksgfk</Copyright>
<Copyright>Copyright (c) 2023-2025 ksgfk</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/ksgfk/TinyEXR.NET</RepositoryUrl>
<PackageTags>OpenEXR,HDR</PackageTags>
<PackageReleaseNotes>strong sign</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>0.3.8</Version>
<Version>0.3.9</Version>
<Nullable>enable</Nullable>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>E:\csharp\ksgfk.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>F:\csharp\ksgfk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
Expand Down
1 change: 1 addition & 0 deletions TinyEXR.Native/TinyEXR.Native.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#define TINYEXR_USE_MINIZ 0
#define TINYEXR_USE_OPENMP 0
#define TINYEXR_USE_COMPILER_FP16 1
#include "tinyexr/tinyexr.h"

#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion TinyEXR.Native/tinyexr
Submodule tinyexr updated 3 files
+15 −0 .github/FUNDING.yml
+4 −2 README.md
+124 −29 tinyexr.h

0 comments on commit 79d7771

Please sign in to comment.