Skip to content

Commit

Permalink
0.0.5 - update readme and project version
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotJones committed Dec 30, 2018
1 parent abd9212 commit 52b9254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ While the version is below 1.0.0 minor versions will change the public API witho
## API Changes ##

+ 0.0.3 - Changes to position data for ```Letter```. Letter has a Location, Width and GlyphRectangle property. Consult the [Wiki](https://github.com/UglyToad/PdfPig/wiki/Letters) for details of the new API. Adds ```PdfDocument.Structure``` property allowing access to raw data.
+ 0.0.5 - Adds the ability to create valid PDF documents with custom text, lines and rectangles. Use ```PdfDocumentBuilder``` to get started. Adds the ability to retrieve per-page annotations using the experimental access on the page level.

## Usage ##

Expand Down
6 changes: 3 additions & 3 deletions src/UglyToad.PdfPig/UglyToad.PdfPig.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<DebugType>full</DebugType>
<Authors>UglyToad</Authors>
<Title>PdfPig</Title>
<Description>Reads text content from PDF documents.</Description>
<Description>Reads text content from PDF documents and supports document creation.</Description>
<PackageLicenseUrl>https://raw.githubusercontent.com/UglyToad/PdfPig/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/UglyToad/PdfPig</PackageProjectUrl>
<PackageTags>PDF;Reader;Document;Adobe;PDFBox;PdfPig</PackageTags>
<RepositoryUrl>https://github.com/UglyToad/PdfPig</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>0.0.3</Version>
<AssemblyVersion>0.0.3.0</AssemblyVersion>
<Version>0.0.5</Version>
<AssemblyVersion>0.0.5.0</AssemblyVersion>
<FileVersion>0.0.3.0</FileVersion>
<PackageIconUrl>https://raw.githubusercontent.com/UglyToad/PdfPig/master/documentation/pdfpig.png</PackageIconUrl>
<Product>PdfPig</Product>
Expand Down

0 comments on commit 52b9254

Please sign in to comment.