diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ff2f19a..45c54de 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -46,36 +46,36 @@ jobs:
if-no-files-found: error
path: TinyEXR.Native/build/libTinyEXR.Native.dylib
- build-tinyexr-net:
- name: Build TinyEXR.NET
- runs-on: windows-latest
- needs: [build-native]
- steps:
- - uses: actions/checkout@v4
- - uses: actions/download-artifact@v4
- with:
- name: TinyEXR.Native.dll
- path: TinyEXR.NET/Assets/runtimes/win-x64/native
- - uses: actions/download-artifact@v4
- with:
- name: libTinyEXR.Native.so
- path: TinyEXR.NET/Assets/runtimes/linux-x64/native
- - uses: actions/download-artifact@v4
- with:
- name: libTinyEXR.Native-macos-13.dylib
- path: TinyEXR.NET/Assets/runtimes/osx-x64/native
- - uses: actions/download-artifact@v4
- with:
- name: libTinyEXR.Native-macos-latest.dylib
- path: TinyEXR.NET/Assets/runtimes/osx-arm64/native
- - name: Setup .NET
- uses: actions/setup-dotnet@v4
- - name: Build
- run: dotnet build ${{github.workspace}}/TinyEXR.NET --configuration Release
- - name: Pack
- run: dotnet pack ${{github.workspace}}/TinyEXR.NET --configuration Release --output ${{env.NuGetDirectory}}
- - name: 'Upload Artifact'
- uses: actions/upload-artifact@v4
- with:
- if-no-files-found: error
- path: ${{env.NuGetDirectory}}/*.nupkg
+ # build-tinyexr-net:
+ # name: Build TinyEXR.NET
+ # runs-on: windows-latest
+ # needs: [build-native]
+ # steps:
+ # - uses: actions/checkout@v4
+ # - uses: actions/download-artifact@v4
+ # with:
+ # name: TinyEXR.Native.dll
+ # path: TinyEXR.NET/Assets/runtimes/win-x64/native
+ # - uses: actions/download-artifact@v4
+ # with:
+ # name: libTinyEXR.Native.so
+ # path: TinyEXR.NET/Assets/runtimes/linux-x64/native
+ # - uses: actions/download-artifact@v4
+ # with:
+ # name: libTinyEXR.Native-macos-13.dylib
+ # path: TinyEXR.NET/Assets/runtimes/osx-x64/native
+ # - uses: actions/download-artifact@v4
+ # with:
+ # name: libTinyEXR.Native-macos-latest.dylib
+ # path: TinyEXR.NET/Assets/runtimes/osx-arm64/native
+ # - name: Setup .NET
+ # uses: actions/setup-dotnet@v4
+ # - name: Build
+ # run: dotnet build ${{github.workspace}}/TinyEXR.NET --configuration Release
+ # - name: Pack
+ # run: dotnet pack ${{github.workspace}}/TinyEXR.NET --configuration Release --output ${{env.NuGetDirectory}}
+ # - name: 'Upload Artifact'
+ # uses: actions/upload-artifact@v4
+ # with:
+ # if-no-files-found: error
+ # path: ${{env.NuGetDirectory}}/*.nupkg
diff --git a/TinyEXR.NET/TinyEXR.NET.csproj b/TinyEXR.NET/TinyEXR.NET.csproj
index 8ea1c5f..04323cd 100644
--- a/TinyEXR.NET/TinyEXR.NET.csproj
+++ b/TinyEXR.NET/TinyEXR.NET.csproj
@@ -12,11 +12,11 @@
TinyEXR.NET is a C# wrapper of tinyexr
ksgfk
ksgfk
- Copyright (c) 2023 ksgfk(1537100607@qq.com)
+ Copyright (c) 2023-2024 ksgfk
README.md
https://github.com/ksgfk/TinyEXR.NET
OpenEXR,HDR
- update tinyexr
+ strong sign
MIT
0.3.7
enable
@@ -24,6 +24,8 @@
true
embedded
true
+ True
+ E:\csharp\ksgfk.snk
@@ -49,7 +51,7 @@
-
+