Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit d129cd9

Browse files
committed
Update Lib
1 parent 2920727 commit d129cd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/WinUICommunity_VS_Templates/Common/Configs/PreDefinedLibrary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static List<Library> InitCommunityToolkit()
5858
new Library("CommunityToolkit.WinUI.Animations", "8.0.240109"),
5959
new Library("CommunityToolkit.WinUI.Media", "8.0.240109"),
6060
new Library("CommunityToolkit.WinUI.Collections", "8.0.240109"),
61-
new Library("CommunityToolkit.WinUI.Lottie", "8.0.0-rc", false, true),
61+
new Library("CommunityToolkit.WinUI.Lottie", "8.0.280224"),
6262
new Library("CommunityToolkit.WinUI.Controls.Segmented", "8.0.240109"),
6363
new Library("CommunityToolkit.WinUI.Controls.Primitives", "8.0.240109"),
6464
new Library("CommunityToolkit.WinUI.Controls.Sizers", "8.0.240109"),

dev/WinUICommunity_VS_Templates/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="WinUICommunity_VS_Templates.8944ffa3-95dc-4d19-8ec7-2b21dad0eaf5" Version="7.2.0" Language="en-US" Publisher="Mahdi Hosseini" />
4+
<Identity Id="WinUICommunity_VS_Templates.8944ffa3-95dc-4d19-8ec7-2b21dad0eaf5" Version="7.3.0" Language="en-US" Publisher="Mahdi Hosseini" />
55
<DisplayName>WinUICommunity Templates for WinUI</DisplayName>
66
<Description xml:space="preserve">WinUICommunity Project Template, help you quickly create a new WinUI 3 App with WinUICommunity and MVVM Packages. We prepare your project with the following features: NavigationView, Custom TitleBar, HomeLandingPage and Settings Page (with Theme settings).
77
We also always use the latest version of WindowsAppSDK.

0 commit comments

Comments
 (0)