File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
LLE.Managed.Cu118.Package Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
33 <metadata >
44 <id >LLE.Managed.Cu118</id >
5- <version >1.0.5.2 </version >
5+ <version >1.0.6 </version >
66 <title ></title >
77 <authors >gellston</authors >
88 <owners ></owners >
4646 <file src =" runtimes\win-x64\native\opencv_videoio4.dll" target =" runtimes\win-x64\native\opencv_videoio4.dll" />
4747 <file src =" runtimes\win-x64\native\tiff.dll" target =" runtimes\win-x64\native\tiff.dll" />
4848 <file src =" runtimes\win-x64\native\zlib1.dll" target =" runtimes\win-x64\native\zlib1.dll" />
49+ <file src =" runtimes\win-x64\native\zlibwapi.dll" target =" runtimes\win-x64\native\zlibwapi.dll" />
4950 <file src =" icon.png" target =" icon.png" />
5051 <file src =" LICENSE.txt" target =" LICENSE.txt" />
5152 <file src =" readme.md" target =" readme.md" />
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
33 <metadata >
44 <id >LLE.Native.Cu118</id >
5- <version >1.0.5 </version >
5+ <version >1.0.6 </version >
66 <title ></title >
77 <authors >gellston</authors >
88 <owners ></owners >
3434 <file src =" build\native\bin\x64\opencv_videoio4.dll" target =" build\native\bin\x64\opencv_videoio4.dll" />
3535 <file src =" build\native\bin\x64\tiff.dll" target =" build\native\bin\x64\tiff.dll" />
3636 <file src =" build\native\bin\x64\zlib1.dll" target =" build\native\bin\x64\zlib1.dll" />
37+ <file src =" build\native\bin\x64\zlibwapi.dll" target =" build\native\bin\x64\zlibwapi.dll" />
3738 <file src =" build\native\include\lle\image.h" target =" build\native\include\lle\image.h" />
3839 <file src =" build\native\include\lle\lle.h" target =" build\native\include\lle\lle.h" />
3940 <file src =" build\native\include\lle\lle_api.h" target =" build\native\include\lle\lle_api.h" />
Original file line number Diff line number Diff line change @@ -158,8 +158,9 @@ xcopy /Y /E /I "$(OutDir)*.dll" "$(SolutionDir)LLE.Native.Cu118.Package\build\na
158158
159159xcopy /Y /E /I "$(OutDir)*.dll" "$(SolutionDir)LLE.Managed.Cu118.Package\runtimes\win-x64\native\"
160160
161- copy /Y "$(OutDir)zlib1.dll" "$(SolutionDir)LLE.Managed.Cu118.Package\lib\$(TargetFramework)zlibwapi.dll"
162- copy /Y "$(OutDir)zlib1.dll" "$(SolutionDir)LLE.Managed.Cu118.Package\runtimes\win-x64\native\zlibwapi.dll"</Command >
161+ copy /Y "$(OutDir)zlib1.dll" "$(SolutionDir)LLE.Managed.Cu118.Package\runtimes\win-x64\native\zlibwapi.dll"
162+ copy /Y "$(OutDir)zlib1.dll" "$(SolutionDir)LLE.Native.Cu118.Package\build\native\bin\x64\zlibwapi.dll"
163+ </Command >
163164 </PostBuildEvent >
164165 </ItemDefinitionGroup >
165166 <ItemGroup >
You can’t perform that action at this time.
0 commit comments