File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Lottie-Windows/Lottie-Windows-UwpNET Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1414 <PackageTags >UWP Toolkit Windows Animations Lottie XAML</PackageTags >
1515
1616 <DefineConstants >UWPNET</DefineConstants >
17- <!--
18- Turn off debugging information for now. It is causing errors with winmd generation because
19- the build system is creating CommunityToolkit.WinUI.Lottie.compile.pdb but the winmdexp
20- task expects the name without the "compile." in it.
21- -->
22- <DebugType >none</DebugType >
17+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
2318 </PropertyGroup >
2419
2520<ItemGroup >
2621 <PackageReference Include =" Microsoft.UI.Xaml" Version =" 2.8.7" />
27- <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.2.0" />
2822 <PackageReference Include =" Win2D.uwp" Version =" 1.28.2" />
2923 </ItemGroup >
3024
Original file line number Diff line number Diff line change 1515 <dependencies >
1616 <group targetFramework =" net9.0-windows10.0.26100" >
1717 <dependency id =" Microsoft.UI.Xaml" version =" 2.8.7" />
18- <dependency id =" Microsoft.Windows.CsWinRT" version =" 2.2.0" />
1918 <dependency id =" Win2D.uwp" version =" 1.28.2" />
2019 </group >
2120 <group targetFramework =" uap10.0.16299" >
4342 target =" lib\net9.0-windows10.0.26100\" />
4443 <file src =" pack\lib\net9.0-windows10.0.26100.0\CommunityToolkit.Uwp.Lottie.pri"
4544 target =" lib\net9.0-windows10.0.26100\" />
45+ <file src =" pack\lib\net9.0-windows10.0.26100.0\CommunityToolkit.Uwp.Lottie.pdb"
46+ target =" lib\net9.0-windows10.0.26100\" />
4647
4748 <file src =" pack\lib\uap10.0.16299\CommunityToolkit.WinUI.Lottie.winmd"
4849 target =" lib\uap10.0.16299\" />
4950 <file src =" pack\lib\uap10.0.16299\CommunityToolkit.WinUI.Lottie.pri"
5051 target =" lib\uap10.0.16299\" />
5152 <file src =" pack\lib\uap10.0.16299\CommunityToolkit.WinUI.Lottie.xml"
5253 target =" lib\uap10.0.16299\" />
54+
5355 </files >
5456</package >
Original file line number Diff line number Diff line change 11{
2- "version" : " 8.1.240821 -rc.{height}" ,
2+ "version" : " 8.2.250523 -rc.{height}" ,
33 "publicReleaseRefSpec" : [
44 " ^refs/heads/main$" , // we release out of main
55 " ^refs/heads/dev$" , // we release out of dev
You can’t perform that action at this time.
0 commit comments