From 0d67a45d94c6b758f393d0c360417bcfd3ce509a Mon Sep 17 00:00:00 2001 From: Omid Mafakher Date: Thu, 8 May 2025 14:27:27 +0200 Subject: [PATCH 1/2] Update AvaloniaInside.Shell.csproj --- src/AvaloniaInside.Shell/AvaloniaInside.Shell.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AvaloniaInside.Shell/AvaloniaInside.Shell.csproj b/src/AvaloniaInside.Shell/AvaloniaInside.Shell.csproj index 6d07843..ada87c5 100644 --- a/src/AvaloniaInside.Shell/AvaloniaInside.Shell.csproj +++ b/src/AvaloniaInside.Shell/AvaloniaInside.Shell.csproj @@ -3,7 +3,7 @@ net8.0;net9.0 enable latest - 1.3.1 + 1.3.2 Shell view for Avalonia Shell reduces the complexity of mobile/desktop application development by providing the fundamental features that most applications require AvaloniaInside From 40661fa5aa69ecdf407b58a769b1125767f02b15 Mon Sep 17 00:00:00 2001 From: Omid Mafakher Date: Thu, 8 May 2025 14:27:58 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c537e80..c94b959 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ We welcome feedback, suggestions, and contributions from anyone who is intereste To use AvaloniaInside.Shell in your Avalonia project, you can install the package via NuGet using the following command in the Package Manager Console: ```bash -dotnet add package AvaloniaInside.Shell --version 1.3.0 +dotnet add package AvaloniaInside.Shell --version 1.3.2 ``` Alternatively, you can also install the package through Visual Studio's NuGet Package Manager.