From d55e4d2541c8045e54e671091b9837329162bf16 Mon Sep 17 00:00:00 2001 From: Min Kwon Date: Thu, 22 May 2025 12:11:21 -0700 Subject: [PATCH] update UWPNET - change assembly name to CommunityToolkit.Uwp.Lottie and make it no longer be a CsWinRTComponent --- .../Lottie-Windows-Uwp/Lottie-Windows-Uwp.csproj | 2 +- .../Lottie-Windows-UwpNET/Lottie-Windows-UwpNET.csproj | 7 ++----- .../Lottie-Windows-WinUI3/Lottie-Windows-WinUI3.csproj | 1 + Lottie-Windows/Lottie-Windows.props | 1 - 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Lottie-Windows/Lottie-Windows-Uwp/Lottie-Windows-Uwp.csproj b/Lottie-Windows/Lottie-Windows-Uwp/Lottie-Windows-Uwp.csproj index dea982cf..12dd5361 100644 --- a/Lottie-Windows/Lottie-Windows-Uwp/Lottie-Windows-Uwp.csproj +++ b/Lottie-Windows/Lottie-Windows-Uwp/Lottie-Windows-Uwp.csproj @@ -4,7 +4,7 @@ uap10.0.16299 winmdobj - + CommunityToolkit.WinUI.Lottie CommunityToolkit.Uwp.Lottie UWP Toolkit Windows Animations Lottie XAML diff --git a/Lottie-Windows/Lottie-Windows-UwpNET/Lottie-Windows-UwpNET.csproj b/Lottie-Windows/Lottie-Windows-UwpNET/Lottie-Windows-UwpNET.csproj index 61719a50..eac41ade 100644 --- a/Lottie-Windows/Lottie-Windows-UwpNET/Lottie-Windows-UwpNET.csproj +++ b/Lottie-Windows/Lottie-Windows-UwpNET/Lottie-Windows-UwpNET.csproj @@ -8,6 +8,8 @@ en-US true true + + CommunityToolkit.Uwp.Lottie CommunityToolkit.Uwp.Lottie UWP Toolkit Windows Animations Lottie XAML @@ -20,11 +22,6 @@ none - - true - false - - diff --git a/Lottie-Windows/Lottie-Windows-WinUI3/Lottie-Windows-WinUI3.csproj b/Lottie-Windows/Lottie-Windows-WinUI3/Lottie-Windows-WinUI3.csproj index 91a8741d..36d54c65 100644 --- a/Lottie-Windows/Lottie-Windows-WinUI3/Lottie-Windows-WinUI3.csproj +++ b/Lottie-Windows/Lottie-Windows-WinUI3/Lottie-Windows-WinUI3.csproj @@ -5,6 +5,7 @@ true Library + CommunityToolkit.WinUI.Lottie CommunityToolkit.WinUI.Lottie WinUI3 Toolkit Windows Animations Lottie XAML diff --git a/Lottie-Windows/Lottie-Windows.props b/Lottie-Windows/Lottie-Windows.props index 0b6e6dd1..aea4f17d 100644 --- a/Lottie-Windows/Lottie-Windows.props +++ b/Lottie-Windows/Lottie-Windows.props @@ -3,7 +3,6 @@ CommunityToolkit.WinUI.Lottie - CommunityToolkit.WinUI.Lottie This library provides the LottieVisualSource which is consumed by the Microsoft.UI.Xaml.Controls.AnimatedVisualPlayer to render Lottie JSON files.