Bump version in NuGet files and update docos.

This commit is contained in:
Michael R Sweet 2025-04-12 14:38:40 -04:00
parent 755efe08da
commit ea9b7843fc
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.TH pdfio 3 "pdf read/write library" "2025-04-04" "pdf read/write library"
.TH pdfio 3 "pdf read/write library" "2025-04-12" "pdf read/write library"
.SH NAME
pdfio \- pdf read/write library
.SH Introduction

View File

@ -4787,7 +4787,7 @@ size_t pdfioImageGetBytesPerLine(<a href="#pdfio_obj_t">pdfio_obj_t</a> *obj);</
<td class="description">Image object</td></tr>
</tbody></table>
<h4 class="returnvalue">Return Value</h4>
<p class="description">Number of bytes per line</p>
<p class="description">Number of bytes per line or <code>0</code> on error</p>
<h3 class="function"><a id="pdfioImageGetHeight">pdfioImageGetHeight</a></h3>
<p class="description">Get the height of an image object.</p>
<p class="code">

View File

@ -3,7 +3,7 @@
<metadata>
<id>pdfio_native</id>
<title>PDFio Library for VS2019+</title>
<version>1.5.1</version>
<version>1.5.2</version>
<authors>Michael R Sweet</authors>
<owners>michaelrsweet</owners>
<projectUrl>https://github.com/michaelrsweet/pappl</projectUrl>
@ -16,7 +16,7 @@
<copyright>Copyright © 2019-2025 by Michael R Sweet</copyright>
<tags>pdf file native</tags>
<dependencies>
<dependency id="pdfio_native.redist" version="1.5.1" />
<dependency id="pdfio_native.redist" version="1.5.2" />
<dependency id="libpng_native.redist" version="1.6.30" />
<dependency id="zlib_native.redist" version="1.2.11" />
</dependencies>

View File

@ -3,7 +3,7 @@
<metadata>
<id>pdfio_native.redist</id>
<title>PDFio Library for VS2019+</title>
<version>1.5.1</version>
<version>1.5.2</version>
<authors>Michael R Sweet</authors>
<owners>michaelrsweet</owners>
<projectUrl>https://github.com/michaelrsweet/pappl</projectUrl>