Compare commits

..

No commits in common. "0c1122b6895e24a03dfbe218a4f6c12184b7aa93" and "986c5f0438ea71f549244b841c3775d94659849a" have entirely different histories.

3 changed files with 2 additions and 20 deletions

View File

@ -60,5 +60,3 @@ jobs:
run: nuget restore pdfio.sln run: nuget restore pdfio.sln
- name: Build PDFio - name: Build PDFio
run: msbuild pdfio.sln run: msbuild pdfio.sln
- name: Test PDFio
run: .\runtests.bat x64\Debug

View File

@ -2,8 +2,8 @@ Changes in PDFio
================ ================
v1.3.0 (June 28, 2024) v1.3.0 (Month DD, YYYY)
---------------------- -----------------------
- Added `pdfioFileGetCatalog` API for accessing the root/catalog object of a - Added `pdfioFileGetCatalog` API for accessing the root/catalog object of a
PDF file (Issue #67) PDF file (Issue #67)

View File

@ -1,16 +0,0 @@
:: Script to run unit test program
::
:: Usage:
::
:: .\runtests.bat x64\{Debug|Release}
::
:: Copy dependent DLLs to the named build directory
echo Copying DLLs
copy packages\zlib_native.redist.1.2.11\build\native\bin\x64\Debug\*.dll %1
copy packages\zlib_native.redist.1.2.11\build\native\bin\x64\Release\*.dll %1
:: Run unit test program
echo Running %1\testpdfio.exe
cd %1
testpdfio.exe