Skip to content

Commit 56dcfb8

Browse files
authored
update UWPNET - change assembly name to CommunityToolkit.Uwp.Lottie and make it no longer be a CsWinRTComponent (#576)
1 parent e4f7752 commit 56dcfb8

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

Lottie-Windows/Lottie-Windows-Uwp/Lottie-Windows-Uwp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>uap10.0.16299</TargetFramework>
55
<OutputType>winmdobj</OutputType>
66

7-
7+
<AssemblyName>CommunityToolkit.WinUI.Lottie</AssemblyName>
88
<PackageId>CommunityToolkit.Uwp.Lottie</PackageId>
99
<PackageTags>UWP Toolkit Windows Animations Lottie XAML</PackageTags>
1010

Lottie-Windows/Lottie-Windows-UwpNET/Lottie-Windows-UwpNET.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<DefaultLanguage>en-US</DefaultLanguage>
99
<IsAotCompatible>true</IsAotCompatible>
1010
<DisableRuntimeMarshalling>true</DisableRuntimeMarshalling>
11+
12+
<AssemblyName>CommunityToolkit.Uwp.Lottie</AssemblyName>
1113
<PackageId>CommunityToolkit.Uwp.Lottie</PackageId>
1214
<PackageTags>UWP Toolkit Windows Animations Lottie XAML</PackageTags>
1315

@@ -20,11 +22,6 @@
2022
<DebugType>none</DebugType>
2123
</PropertyGroup>
2224

23-
<PropertyGroup>
24-
<CsWinRTComponent>true</CsWinRTComponent>
25-
<CsWinRTGenerateProjection>false</CsWinRTGenerateProjection>
26-
</PropertyGroup>
27-
2825
<ItemGroup>
2926
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.7" />
3027
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />

Lottie-Windows/Lottie-Windows-WinUI3/Lottie-Windows-WinUI3.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<IsAotCompatible>true</IsAotCompatible>
66
<OutputType>Library</OutputType>
77

8+
<AssemblyName>CommunityToolkit.WinUI.Lottie</AssemblyName>
89
<PackageId>CommunityToolkit.WinUI.Lottie</PackageId>
910
<PackageTags>WinUI3 Toolkit Windows Animations Lottie XAML</PackageTags>
1011

Lottie-Windows/Lottie-Windows.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup Label="Configuration">
44

55
<RootNamespace>CommunityToolkit.WinUI.Lottie</RootNamespace>
6-
<AssemblyName>CommunityToolkit.WinUI.Lottie</AssemblyName>
76

87
<!-- Nuget props-->
98
<Description>This library provides the LottieVisualSource which is consumed by the Microsoft.UI.Xaml.Controls.AnimatedVisualPlayer to render Lottie JSON files.</Description>

0 commit comments

Comments
 (0)