Skip to content

Commit 000dbe8

Browse files
committed
10.0.0.3
1 parent 155f270 commit 000dbe8

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

PDFViewer.Maui/Control/PDFViewer.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ContentView.Resources>
1111
<ResourceDictionary>
1212

13-
<DataTemplate x:Key="PDFTemplate" x:DataType="pdf:Page">
13+
<DataTemplate x:Key="PDFTemplate" x:DataType="pdf:PDFPageInfo">
1414
<Image Source="{Binding ImageSource}" Aspect="AspectFit"
1515
HeightRequest="{Binding HeightRequest}"
1616
WidthRequest="{Binding WidthRequest}"

PDFViewer.Maui/PDFViewer.Maui.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,16 @@
2727
<PackageTags>Maui;PDF;iOS;Android;MacCatalyst;WinUI;dotnet-maui;PDFViewer;PDFReader</PackageTags>
2828
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2929
<GenerateDocumentationFile>True</GenerateDocumentationFile>
30-
<Version>10.0.0.2</Version>
30+
<Version>10.0.0.3</Version>
3131
<Copyright>2026 ZeProgFactory</Copyright>
3232
<Company>MichaelE</Company>
3333
<Description>A simple Maui PDF viewer based on the nativ PDF libraries ...</Description>
34+
<PackageReleaseNotes>* Bugfix pagenumber &amp; add navigation to toolbar
35+
* Add zoom to toolbar
36+
* CollectionView (didn't scroll horizontally) --&gt; ScrollView
37+
* Revise badge links in README.md
38+
* Update NuGet Downloads badge for PDFViewer.Maui
39+
* Icon background</PackageReleaseNotes>
3440
</PropertyGroup>
3541

3642
<ItemGroup>

0 commit comments

Comments
 (0)