diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 139d43d..51f96af 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ permissions: discussions: write env: - DOTNET_VERSION: '9.0.x' + DOTNET_VERSION: '10.0.x' CONFIGURATION: Release jobs: diff --git a/README.md b/README.md index b89ed41..ab63981 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![NuGet Downloads](https://img.shields.io/nuget/dt/Eightbot.MauiNativePdfView.svg)](https://www.nuget.org/packages/EightBot.MauiNativePdfView/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) -[![.NET](https://img.shields.io/badge/.NET-9.0-purple.svg)](https://dotnet.microsoft.com/download) +[![.NET](https://img.shields.io/badge/.NET-10.0-purple.svg)](https://dotnet.microsoft.com/download) [![MAUI](https://img.shields.io/badge/MAUI-Latest-green.svg)](https://github.com/dotnet/maui) **Native PDF rendering** • **Zero web dependencies** • **Full feature parity** @@ -83,7 +83,7 @@ Install-Package MauiNativePdfView ### Requirements -- **.NET 9.0** or later +- **.NET 10.0** or later - **iOS 12.2+** (PDFKit) - **Android 7.0+** (API 24+) diff --git a/samples/MauiPdfViewerSample/MauiPdfViewerSample.csproj b/samples/MauiPdfViewerSample/MauiPdfViewerSample.csproj index 3179754..cbcd026 100644 --- a/samples/MauiPdfViewerSample/MauiPdfViewerSample.csproj +++ b/samples/MauiPdfViewerSample/MauiPdfViewerSample.csproj @@ -2,7 +2,7 @@ - net9.0-android;net9.0-ios + net10.0-android;net10.0-ios Exe MauiPdfViewerSample @@ -44,9 +44,9 @@ - - - + + + diff --git a/src/MauiNativePdfView.Android.Binding/MauiNativePdfView.Android.Binding.csproj b/src/MauiNativePdfView.Android.Binding/MauiNativePdfView.Android.Binding.csproj index 4d00405..74cb53e 100644 --- a/src/MauiNativePdfView.Android.Binding/MauiNativePdfView.Android.Binding.csproj +++ b/src/MauiNativePdfView.Android.Binding/MauiNativePdfView.Android.Binding.csproj @@ -1,7 +1,7 @@ - net9.0-android + net10.0-android 24 enable enable @@ -32,6 +32,6 @@ + Version="2.4.0.1" /> diff --git a/src/MauiNativePdfView/MauiNativePdfView.csproj b/src/MauiNativePdfView/MauiNativePdfView.csproj index c6c80df..00264d4 100644 --- a/src/MauiNativePdfView/MauiNativePdfView.csproj +++ b/src/MauiNativePdfView/MauiNativePdfView.csproj @@ -1,45 +1,46 @@ - - net9.0-android;net9.0-ios - - true - true - enable - enable - - Eightbot.MauiNativePdfView - 1.0.0 - MauiNativePdfView Contributors - EighthBot, Inc. - MauiNativePdfView - 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. - https://github.com/TheEightBot/MauiNativePdfView - MIT - https://github.com/TheEightBot/MauiNativePdfView - git - maui;pdf;pdfviewer;ios;android;pdfkit;ahmer-pdfium;native;cross-platform;annotations - README.md - icon.png - Copyright (c) 2025 MauiNativePdfView Contributors - 12.2 - 24.0 - - - - - - - - - - - - - + + net10.0-android;net10.0-ios + + true + true + enable + enable + + Eightbot.MauiNativePdfView + 1.0.0 + MauiNativePdfView Contributors + EighthBot, Inc. + MauiNativePdfView + 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. + https://github.com/TheEightBot/MauiNativePdfView + MIT + https://github.com/TheEightBot/MauiNativePdfView + git + maui;pdf;pdfviewer;ios;android;pdfkit;ahmer-pdfium;native;cross-platform;annotations + README.md + icon.png + Copyright (c) 2025 MauiNativePdfView Contributors + 12.2 + 24.0 + + + + + + + + + + + + +