update of plugin to 5.4
This commit is contained in:
Родитель
be3022cecc
Коммит
523baf6fa0
|
@ -11,7 +11,7 @@ namespace TemplateStudioForWinUICs
|
||||||
public const string Name = "Template Studio for WinUI (C#)";
|
public const string Name = "Template Studio for WinUI (C#)";
|
||||||
public const string Description = @"Template Studio accelerates the creation of new WinUI apps using a wizard-based UI.";
|
public const string Description = @"Template Studio accelerates the creation of new WinUI apps using a wizard-based UI.";
|
||||||
public const string Language = "en-US";
|
public const string Language = "en-US";
|
||||||
public const string Version = "5.3";
|
public const string Version = "5.4";
|
||||||
public const string Author = "Microsoft";
|
public const string Author = "Microsoft";
|
||||||
public const string Tags = "Template Studio, WinUI, XAML, MVVM, Desktop";
|
public const string Tags = "Template Studio, WinUI, XAML, MVVM, Desktop";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<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">
|
<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">
|
||||||
<Metadata>
|
<Metadata>
|
||||||
<Identity Id="TemplateStudioForWinUICs.843dd154-7a62-4aab-8482-1ce4c73cb580" Version="5.3" Language="en-US" Publisher="Microsoft" />
|
<Identity Id="TemplateStudioForWinUICs.843dd154-7a62-4aab-8482-1ce4c73cb580" Version="5.4" Language="en-US" Publisher="Microsoft" />
|
||||||
<DisplayName>Template Studio for WinUI (C#)</DisplayName>
|
<DisplayName>Template Studio for WinUI (C#)</DisplayName>
|
||||||
<Description xml:space="preserve">Template Studio accelerates the creation of new WinUI apps using a wizard-based UI.</Description>
|
<Description xml:space="preserve">Template Studio accelerates the creation of new WinUI apps using a wizard-based UI.</Description>
|
||||||
<MoreInfo>https://github.com/microsoft/TemplateStudio/</MoreInfo>
|
<MoreInfo>https://github.com/microsoft/TemplateStudio/</MoreInfo>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче