Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/Microsoft.Xaml.Behaviors.Uwp.Managed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<authors>Microsoft</authors>
<owners>xamlexperiencesteam,Microsoft</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>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.</description>
<description>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.</description>
<license type="expression">MIT</license>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=651678</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=708511</iconUrl>
Expand Down
2 changes: 1 addition & 1 deletion scripts/Microsoft.Xaml.Behaviors.WinUI.Managed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<authors>Microsoft</authors>
<owners>xamlexperiencesteam,Microsoft</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>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.</description>
<description>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.</description>
<license type="expression">MIT</license>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=651678</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=708511</iconUrl>
Expand Down