Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Elena08R committed Jun 27, 2024
1 parent 990ad74 commit 35e7ba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Maui.PDFView/Maui.PDFView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Description>MAUI library for displaying PDF files</Description>
<PackageProjectUrl>https://github.com/vitalii-vov/Maui.PDFView</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ public static class MauiProgram
<!--
IsHorizontal — Display PDF horizontally
Uri — Path to the file on the device
MaxZoom — Max zoom level
-->
<pdf:PdfView
IsHorizontal="{Binding IsHorizontal}"
Uri="{Binding PdfSource}" />
Uri="{Binding PdfSource}"
MaxZoom="4"/>

</ContentPage>
```
Expand Down

0 comments on commit 35e7ba6

Please sign in to comment.