|
11 | 11 |
|
12 | 12 | <!-- Package Information --> |
13 | 13 | <PackageId>MauiNativePdfView</PackageId> |
14 | | - <Version>1.0.0-alpha1</Version> |
15 | | - <Authors>Your Name</Authors> |
16 | | - <Description>Cross-platform .NET MAUI PDF viewer library using native controls (PdfKit for iOS, AhmerPdfium for Android)</Description> |
17 | | - <PackageProjectUrl>https://github.com/YourUsername/MauiNativePdfView</PackageProjectUrl> |
18 | | - <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
19 | | - <RepositoryUrl>https://github.com/YourUsername/MauiNativePdfView</RepositoryUrl> |
20 | | - <PackageTags>maui;pdf;pdfviewer;ios;android;pdfkit;ahmer-pdfium</PackageTags> |
| 14 | + <Version>1.0.0</Version> |
| 15 | + <Authors>MauiNativePdfView Contributors</Authors> |
| 16 | + <Company>MauiNativePdfView</Company> |
| 17 | + <Product>MauiNativePdfView</Product> |
| 18 | + <Description>High-performance, cross-platform PDF viewer for .NET MAUI using native controls. Features native PDF rendering with PDFKit (iOS) and AhmerPdfium (Android), zero web dependencies, full annotation support, and comprehensive event system.</Description> |
| 19 | + <PackageProjectUrl>https://github.com/mstonis/MauiNativePdfView</PackageProjectUrl> |
| 20 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 21 | + <RepositoryUrl>https://github.com/mstonis/MauiNativePdfView</RepositoryUrl> |
| 22 | + <RepositoryType>git</RepositoryType> |
| 23 | + <PackageTags>maui;pdf;pdfviewer;ios;android;pdfkit;ahmer-pdfium;native;cross-platform;annotations</PackageTags> |
| 24 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 25 | + <PackageIcon>icon.png</PackageIcon> |
| 26 | + <Copyright>Copyright (c) 2025 MauiNativePdfView Contributors</Copyright> |
21 | 27 |
|
22 | 28 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">12.2</SupportedOSPlatformVersion> |
23 | 29 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">24.0</SupportedOSPlatformVersion> |
|
27 | 33 | <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.120" /> |
28 | 34 | </ItemGroup> |
29 | 35 |
|
| 36 | + <!-- Package content --> |
| 37 | + <ItemGroup> |
| 38 | + <None Include="..\..\README.md" Pack="true" PackagePath="\" /> |
| 39 | + <None Include="..\..\images\icon.png" Pack="true" PackagePath="\" /> |
| 40 | + </ItemGroup> |
| 41 | + |
30 | 42 | <!-- Android-specific references --> |
31 | 43 | <ItemGroup Condition="$(TargetFramework.Contains('android'))"> |
32 | 44 | <ProjectReference Include="..\MauiNativePdfView.Android.Binding\MauiNativePdfView.Android.Binding.csproj" /> |
|
0 commit comments