From b4aac2a8d0912500e3f66ca4cf4a8fea952f4e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20R=C3=BChe?= <471338+Marv51@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:35:35 +0100 Subject: [PATCH] Update nuget descriptions (fixes #301) --- scripts/Microsoft.Xaml.Behaviors.Uwp.Managed.nuspec | 2 +- scripts/Microsoft.Xaml.Behaviors.WinUI.Managed.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Microsoft.Xaml.Behaviors.Uwp.Managed.nuspec b/scripts/Microsoft.Xaml.Behaviors.Uwp.Managed.nuspec index 49d19523..57d947c9 100644 --- a/scripts/Microsoft.Xaml.Behaviors.Uwp.Managed.nuspec +++ b/scripts/Microsoft.Xaml.Behaviors.Uwp.Managed.nuspec @@ -7,7 +7,7 @@ Microsoft xamlexperiencesteam,Microsoft true - Easily add interactivity to your apps using XAML Behaviors. Now with UWP support! Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code. This is the managed version for C# UWP projects. + Easily add interactivity to your UWP apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code. This is the managed version for C# UWP projects. MIT http://go.microsoft.com/fwlink/?LinkID=651678 http://go.microsoft.com/fwlink/?LinkID=708511 diff --git a/scripts/Microsoft.Xaml.Behaviors.WinUI.Managed.nuspec b/scripts/Microsoft.Xaml.Behaviors.WinUI.Managed.nuspec index 2c46abe7..258ae284 100644 --- a/scripts/Microsoft.Xaml.Behaviors.WinUI.Managed.nuspec +++ b/scripts/Microsoft.Xaml.Behaviors.WinUI.Managed.nuspec @@ -7,7 +7,7 @@ Microsoft xamlexperiencesteam,Microsoft true - Easily add interactivity to your WinUI apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code. This is the managed version for C# UWP WinUI projects. + Easily add interactivity to your WinUI 3 apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code. This is the managed version for C# WinUI 3 (Windows App SDK) projects. MIT http://go.microsoft.com/fwlink/?LinkID=651678 http://go.microsoft.com/fwlink/?LinkID=708511